mirror of
https://github.com/opnsense/src.git
synced 2026-06-13 18:50:31 -04:00
The fourth field of drivers.conf is no longer reserved. Document its
usage.
This commit is contained in:
parent
473443adc0
commit
086a8bbc13
1 changed files with 4 additions and 2 deletions
|
|
@ -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 ,
|
||||
|
|
|
|||
Loading…
Reference in a new issue