1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-17 10:26:15 +00:00

Note that support for the third 'drivers floppy' has been implemented.

Also point to the AWK scripts instead of the older Perl ones, now that
they've been rewritten.
This commit is contained in:
Murray Stokely 2002-10-21 10:48:19 +00:00
parent 481df042ff
commit a91b8fd9fb
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=105622

View File

@ -63,7 +63,7 @@ The first field,
.Ar driver ,
is the name of the driver or option in the kernel configuration file.
This is used by
.Pa driver-remove.pl
.Pa driver-remove.awk
to remove drivers from the boot floppy kernel configuration
file that are included as modules on the mfsroot floppy.
.Pp
@ -76,11 +76,11 @@ extension).
The third field,
.Ar floppy ,
specifies which floppy disk should include the kernel module.
Currently, only a value of 2 is valid here (representing
.Pa mfsroot.flp ) .
In the future, a third
.Dq "driver floppy"
may be added.
A value of '2' represents the
.Pa mfsroot.flp
floppy image, and a value of '3' represents the optional
.Pa driver.flp
floppy image.
.Pp
The fourth field,
.Ar type ,
@ -98,8 +98,8 @@ provides a short description of the device driver.
.Bl -tag -compact
.It Pa /usr/src/release/Makefile
.It Pa /usr/src/release/${arch}/drivers.conf
.It Pa /usr/src/release/scripts/driver-copy2.pl
.It Pa /usr/src/release/scripts/driver-remove.pl
.It Pa /usr/src/release/scripts/driver-copy2.awk
.It Pa /usr/src/release/scripts/driver-remove.awk
.El
.Sh SEE ALSO
.Xr release 7 ,