diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2003-02-14 08:41:25 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2003-02-14 08:41:25 +0000 |
| commit | c2604cb56755c1e0c5ae8d41c41d05e17b80df01 (patch) | |
| tree | 8099df837c7b1571398f3592c20f5279f2db2050 | |
| parent | e33d37b66f6223fb26a9bbf98d5e0b1abb9ff165 (diff) | |
Notes
| -rw-r--r-- | sys/i386/conf/OLDCARD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/i386/conf/OLDCARD b/sys/i386/conf/OLDCARD index 6117ea5b8a2e..8654be742247 100644 --- a/sys/i386/conf/OLDCARD +++ b/sys/i386/conf/OLDCARD @@ -31,7 +31,7 @@ maxusers 0 makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols -options SCHED_4BSD #4BSD scheduler +options SCHED_4BSD #4BSD scheduler options INET #InterNETworking options INET6 #IPv6 communications protocols options FFS #Berkeley Fast Filesystem @@ -213,9 +213,9 @@ device xe # Xircom pccard ethernet #device le # Wireless NIC cards +device wlan # 802.11 support device an # Aironet 4500/4800 802.11 wireless NICs. device awi # BayStack 660 and others -device wlan # generic 802.11 support device wi # WaveLAN/Intersil/Symbol 802.11 wireless NICs. #device wl # Older non 802.11 Wavelan wireless NIC. |
