aboutsummaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorDamien Bergamini <damien@FreeBSD.org>2005-05-24 16:48:07 +0000
committerDamien Bergamini <damien@FreeBSD.org>2005-05-24 16:48:07 +0000
commit0b090f41533cd1140c8eb6241676d4730c5c00ba (patch)
treee2f64276b65b712be61a17caf7536ce16de45c59 /sys
parent527505d8cbe26492be0bf76829af1b616f254914 (diff)
downloadsrc-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')
-rw-r--r--sys/amd64/conf/GENERIC2
-rw-r--r--sys/i386/conf/GENERIC2
-rw-r--r--sys/pc98/conf/GENERIC2
3 files changed, 6 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
diff --git a/sys/i386/conf/GENERIC b/sys/i386/conf/GENERIC
index 644effcef7dd..499b6209c28b 100644
--- a/sys/i386/conf/GENERIC
+++ b/sys/i386/conf/GENERIC
@@ -243,6 +243,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.
@@ -277,6 +278,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
diff --git a/sys/pc98/conf/GENERIC b/sys/pc98/conf/GENERIC
index 1505cac43c42..7dd813f4d0dc 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