The fourth field of drivers.conf is no longer reserved. Document its

usage.
This commit is contained in:
Murray Stokely 2002-05-01 05:02:56 +00:00
parent 473443adc0
commit 086a8bbc13

View file

@ -61,7 +61,7 @@ separated by tabs or spaces.
.Pp
The first field,
.Ar driver ,
is the name of the driver in the kernel configuration file.
is the name of the driver or option in the kernel configuration file.
This is used by
.Pa driver-remove.pl
to remove drivers from the boot floppy kernel configuration
@ -85,7 +85,9 @@ may be added.
The fourth field,
.Ar type ,
specifies the driver category.
This field is currently unused.
If set to 'options', then this module is assumed to add the
functionality of a kernel option.
Otherwise, this module is assumed to represent a device driver.
.Pp
The fifth field,
.Ar description ,