diff options
author | damien <damien@FreeBSD.org> | 2005-05-24 16:48:07 +0000 |
---|---|---|
committer | damien <damien@FreeBSD.org> | 2005-05-24 16:48:07 +0000 |
commit | f7eb133422e7403e32043b73c7d53caefc35ece8 (patch) | |
tree | e2f64276b65b712be61a17caf7536ce16de45c59 /sys/pc98 | |
parent | dd5f450e83a2cf110049be4a3dec342b25032631 (diff) | |
download | FreeBSD-src-f7eb133422e7403e32043b73c7d53caefc35ece8.zip FreeBSD-src-f7eb133422e7403e32043b73c7d53caefc35ece8.tar.gz |
Add new ral(4) and ural(4) drivers.
Approved by: silby (mentor)
Diffstat (limited to 'sys/pc98')
-rw-r--r-- | sys/pc98/conf/GENERIC | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/pc98/conf/GENERIC b/sys/pc98/conf/GENERIC index 1505cac..7dd813f 100644 --- a/sys/pc98/conf/GENERIC +++ b/sys/pc98/conf/GENERIC @@ -208,6 +208,7 @@ device xe # Xircom pccard Ethernet device wlan # 802.11 support device an # Aironet 4500/4800 802.11 wireless NICs. device awi # BayStack 660 and others +device ral # Ralink Technology RT2500 wireless NICs. device wi # WaveLAN/Intersil/Symbol 802.11 wireless NICs. #device wl # Older non 802.11 Wavelan wireless NIC. @@ -242,6 +243,7 @@ device bpf # Berkeley packet filter #device ulpt # Printer #device umass # Disks/Mass storage - Requires scbus and da #device ums # Mouse +#device ural # Ralink Technology RT2500USB wireless NICs #device urio # Diamond Rio 500 MP3 player #device uscanner # Scanners # USB Ethernet, requires miibus |