diff options
author | ru <ru@FreeBSD.org> | 2003-03-21 22:01:00 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2003-03-21 22:01:00 +0000 |
commit | 35ac15abd9a6da6fcad046e9d8d54f904511d3e8 (patch) | |
tree | 127ba6f216b5a48d3b0d96f747ecbf6e519b0faa /release/pc98 | |
parent | 1b63f61cec2a3043a56cb3f14d862c35d6d61e35 (diff) | |
download | FreeBSD-src-35ac15abd9a6da6fcad046e9d8d54f904511d3e8.zip FreeBSD-src-35ac15abd9a6da6fcad046e9d8d54f904511d3e8.tar.gz |
wlan module depends on rc4 module, so provide one.
Reviewed by: imp
Diffstat (limited to 'release/pc98')
-rw-r--r-- | release/pc98/drivers.conf | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/release/pc98/drivers.conf b/release/pc98/drivers.conf index fc50c08..d4d97e1 100644 --- a/release/pc98/drivers.conf +++ b/release/pc98/drivers.conf @@ -37,6 +37,7 @@ # #drv filename floppy type description +awi if_awi 2 network "BayStack 660 and others" dc if_dc 2 network "DEC/Intel 21143 (and clones) PCI fast ethernet card" fxp if_fxp 2 network "Intel EtherExpress Pro/100B PCI Fast Ethernet card" pcn if_pcn 2 network "AMD Am79c79x PCI ethernet card" @@ -52,7 +53,8 @@ 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 if_wi 2 network "802.11 support" +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" |