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:
Murray Stokely 2002-10-21 10:53:35 +00:00
parent a91b8fd9fb
commit acd386159a
3 changed files with 9 additions and 3 deletions

View File

@ -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"

View File

@ -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"

View File

@ -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"