Deleted Added
full compact
32a33
> .\" $FreeBSD: head/share/doc/smm/01.setup/4.t 215334 2010-11-15 05:25:51Z dougb $
155,157c156
< are created by the
< .Pn /dev/MAKEDEV
< shell script.
---
> are created by devfs.
161,186c160
< directory by running the MAKEDEV script.
< First create a new directory
< .Pn /newdev ,
< copy MAKEDEV into it, edit the file MAKEDEV.local
< to provide an entry for local needs,
< and run it to generate a
< .Pn /newdev directory.
< For instance,
< .DS
< \fB#\fP \fIcd /\fP
< \fB#\fP \fImkdir newdev\fP
< \fB#\fP \fIcp dev/MAKEDEV newdev/MAKEDEV\fP
< \fB#\fP \fIcd newdev\fP
< \fB#\fP \fIMAKEDEV \*(Dk0 pt0 std LOCAL\fP
< .DE
< Note the ``std'' argument causes standard devices such as
< .Pn /dev/console ,
< the machine console, to be created.
< .PP
< You can then do
< .DS
< \fB#\fP \fIcd /\fP
< \fB#\fP \fImv dev olddev ; mv newdev dev\fP
< \fB#\fP \fIsync\fP
< .DE
< to install the new device directory.
---
> directory by mounting devfs.
235,236c209,210
< and that the special files for the device have been made by
< .Pn /dev/MAKEDEV .
---
> and that the special files for the device exist in
> .Pn /dev .
338,340d311
< Shell commands to do this should be put in the
< .Pn /dev/MAKEDEV.local
< script.