Update comment to note that the third floppy (for modules) has been
implemented. Add a note reminding developers to update drivers.conf.5 if they add new functionality here.
This commit is contained in:
parent
a91b8fd9fb
commit
acd386159a
@ -28,10 +28,12 @@
|
||||
#
|
||||
# drv: driver name in kernel config file
|
||||
# filename: filename of kernel module (without .ko)
|
||||
# floppy: 2 (mfsroot.flp), 3 (drivers.flp - not implemented yet)
|
||||
# floppy: 2 (mfsroot.flp), 3 (drivers.flp)
|
||||
# type: 'options' (for a kernel option) or anything else for a driver
|
||||
# description: short description of the driver
|
||||
#
|
||||
# If you add functionality here, please update drivers.conf(5).
|
||||
#
|
||||
|
||||
#drv filename floppy type description
|
||||
de if_de 2 network "DEC DE435 PCI NIC or other DC21040-AA based card"
|
||||
|
@ -29,10 +29,12 @@
|
||||
#
|
||||
# drv: driver name in kernel config file
|
||||
# filename: filename of kernel module (without .ko)
|
||||
# floppy: 2 (mfsroot.flp), 3 (drivers.flp - not implemented yet)
|
||||
# floppy: 2 (mfsroot.flp), 3 (drivers.flp)
|
||||
# type: 'options' (for a kernel option) or anything else for a driver
|
||||
# description: short description of the driver
|
||||
#
|
||||
# If you add functionality here, please update drivers.conf(5).
|
||||
#
|
||||
|
||||
#drv filename floppy type description
|
||||
amr amr 3 disk "AMI MegaRAID"
|
||||
|
@ -29,10 +29,12 @@
|
||||
#
|
||||
# drv: driver name in kernel config file
|
||||
# filename: filename of kernel module (without .ko)
|
||||
# floppy: 2 (mfsroot.flp), 3 (drivers.flp - not implemented yet)
|
||||
# floppy: 2 (mfsroot.flp), 3 (drivers.flp)
|
||||
# type: 'options' (for a kernel option) or anything else for a driver
|
||||
# description: short description of the driver
|
||||
#
|
||||
# If you add functionality here, please update drivers.conf(5).
|
||||
#
|
||||
|
||||
#drv filename floppy type description
|
||||
dc if_dc 2 network "DEC/Intel 21143 (and clones) PCI fast ethernet card"
|
||||
|
Loading…
Reference in New Issue
Block a user