Mark more drivers as going on the (nonexistent) drivers.flp floppy

to reduce the size of the bootstrap kernels.  This is needed to make
stuff fit in primary floppy images.  Specific drivers moved: RAID
support, tx Ethernet, and wi (wireless).  Probably want to revisit
at least the last two drivers before release.

Submitted by:	jhay (mostly)
This commit is contained in:
Sam Leffler 2002-10-17 18:00:30 +00:00
parent b6e2845324
commit 39820c9674
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=105341

View File

@ -35,6 +35,7 @@
#
#drv filename floppy type description
amr amr 3 disk "AMI MegaRAID"
an if_an 2 network "Aironet 4500/4800 802.11 PCMCIA/ISA/PCI card"
aue if_aue 2 network "ADMtek USB ethernet adapter"
cue if_cue 2 network "CATC USB ethernet adapter"
@ -47,6 +48,8 @@ fxp if_fxp 2 network "Intel EtherExpress Pro/100B PCI Fast Ethernet card"
kue if_kue 2 network "Kawasaki LSI USB ethernet adapter"
lnc if_lnc 2 network "NE2100, NE32-VL Lance Ethernet cards"
miibus miibus 2 network "MII bus support"
mlx mlx 3 disk "Mylex DAC-family RAID"
mly mly 3 disk "Mylex AcceleRAID/eXtremeRAID family"
pcn if_pcn 2 network "AMD Am79c79x PCI ethernet card"
rl if_rl 2 network "RealTek 8129/8139 PCI ethernet card"
sf if_sf 2 network "Adaptec AIC-6915 PCI ethernet card"
@ -56,11 +59,12 @@ sn if_sn 3 network "SMC's 9000 series of ethernet chips"
ste if_ste 2 network "Sundance ST201 PCI ethernet card"
ti if_ti 3 network "Alteon Networks PCI gigabit ethernet card"
tl if_tl 3 network "Texas Instruments ThunderLAN PCI ethernet card"
tx if_tx 2 network "SMC 9432TX ethernet card"
tx if_tx 3 network "SMC 9432TX ethernet card"
twe twe 3 disk "3ware ATA RAID"
vr if_vr 2 network "VIA VT3043/VT86C100A Rhine PCI ethernet card"
vx if_vx 2 network "3Com 3c590/3c595 PCI ethernet card"
wb if_wb 2 network "Winbond W89C840F PCI ethernet card"
wi if_wi 2 network "Lucent WaveLAN/IEEE 802.11 PCMCIA card"
wi if_wi 3 network "Lucent WaveLAN/IEEE 802.11 PCMCIA card"
xe if_xe 2 network "Xircom pccard ethernet"
xl if_xl 2 network "3COM 3c90x / 3c90xB PCI ethernet card"
CD9660 cd9660 3 options "ISO 9660 Filesystem"