diff options
author | Damien Bergamini <damien@FreeBSD.org> | 2005-05-24 16:48:07 +0000 |
---|---|---|
committer | Damien Bergamini <damien@FreeBSD.org> | 2005-05-24 16:48:07 +0000 |
commit | 0b090f41533cd1140c8eb6241676d4730c5c00ba (patch) | |
tree | e2f64276b65b712be61a17caf7536ce16de45c59 /sys/amd64 | |
parent | 527505d8cbe26492be0bf76829af1b616f254914 (diff) | |
download | src-0b090f41533cd1140c8eb6241676d4730c5c00ba.tar.gz src-0b090f41533cd1140c8eb6241676d4730c5c00ba.zip |
Add new ral(4) and ural(4) drivers.
Approved by: silby (mentor)
Notes
Notes:
svn path=/head/; revision=146582
Diffstat (limited to 'sys/amd64')
-rw-r--r-- | sys/amd64/conf/GENERIC | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/amd64/conf/GENERIC b/sys/amd64/conf/GENERIC index 39889439b521..333fdcda1f82 100644 --- a/sys/amd64/conf/GENERIC +++ b/sys/amd64/conf/GENERIC @@ -228,6 +228,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. # Pseudo devices. @@ -261,6 +262,7 @@ device ukbd # Keyboard 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 |