diff options
author | ru <ru@FreeBSD.org> | 2003-06-01 20:01:05 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2003-06-01 20:01:05 +0000 |
commit | 96845a26441a097f98894f00d739c137110a98e2 (patch) | |
tree | 0d828b64c517b97a8df5425dc5a03f111b395aab /release/pc98 | |
parent | d727dda421565db6dd404b6bdd6180909a9e0321 (diff) | |
download | FreeBSD-src-96845a26441a097f98894f00d739c137110a98e2.zip FreeBSD-src-96845a26441a097f98894f00d739c137110a98e2.tar.gz |
Keep entries sorted by floppy, type, and name.
Diffstat (limited to 'release/pc98')
-rw-r--r-- | release/pc98/drivers.conf | 18 |
1 files changed, 10 insertions, 8 deletions
diff --git a/release/pc98/drivers.conf b/release/pc98/drivers.conf index d4d97e1..7ebabcd 100644 --- a/release/pc98/drivers.conf +++ b/release/pc98/drivers.conf @@ -37,8 +37,12 @@ # #drv filename floppy type description + +an if_an 2 network "Aironet 4500/4800 802.11 PCMCIA/ISA/PCI card" awi if_awi 2 network "BayStack 660 and others" dc if_dc 2 network "DEC/Intel 21143 (and clones) PCI fast ethernet card" +ed if_ed 2 network "NE[12]000, SMC Ultra, 3c503, DS8390 cards" +fe if_fe 2 network "Fujitsu MB8696x based cards" fxp if_fxp 2 network "Intel EtherExpress Pro/100B PCI Fast Ethernet card" pcn if_pcn 2 network "AMD Am79c79x PCI ethernet card" rl if_rl 2 network "RealTek 8129/8139 PCI ethernet card" @@ -49,13 +53,11 @@ tl if_tl 2 network "Texas Instruments ThunderLAN PCI ethernet card" tx if_tx 2 network "SMC 9432TX ethernet card" vr if_vr 2 network "VIA VT3043/VT86C100A Rhine PCI ethernet card" wb if_wb 2 network "Winbond W89C840F PCI ethernet card" -xl if_xl 2 network "3COM 3c90x / 3c90xB PCI ethernet card" -ed if_ed 2 network "NE[12]000, SMC Ultra, 3c503, DS8390 cards" -fe if_fe 2 network "Fujitsu MB8696x based cards" -an if_an 2 network "Aironet 4500/4800 802.11 PCMCIA/ISA/PCI card" -wlan wlan 2 network "802.11 support" -wlan rc4 2 network "802.11 crypto support" wi if_wi 2 network "Lucent WaveLAN/IEEE 802.11 PCMCIA card" -#NFSCLIENT nfsclient 2 options "Network Filesystem Client" -MSDOSFS msdosfs 2 options "MSDOS filsystem" +wlan rc4 2 network "802.11 crypto support" +wlan wlan 2 network "802.11 support" +xl if_xl 2 network "3COM 3c90x / 3c90xB PCI ethernet card" + CD9660 cd9660 2 options "ISO 9660 Filesystem" +MSDOSFS msdosfs 2 options "MSDOS filsystem" +#NFSCLIENT nfsclient 2 options "Network Filesystem Client" |