summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authordamien <damien@FreeBSD.org>2005-05-24 16:48:07 +0000
committerdamien <damien@FreeBSD.org>2005-05-24 16:48:07 +0000
commitf7eb133422e7403e32043b73c7d53caefc35ece8 (patch)
treee2f64276b65b712be61a17caf7536ce16de45c59 /sys
parentdd5f450e83a2cf110049be4a3dec342b25032631 (diff)
downloadFreeBSD-src-f7eb133422e7403e32043b73c7d53caefc35ece8.zip
FreeBSD-src-f7eb133422e7403e32043b73c7d53caefc35ece8.tar.gz
Add new ral(4) and ural(4) drivers.
Approved by: silby (mentor)
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 3988943..333fdcd 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 644effc..499b620 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 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
OpenPOWER on IntegriCloud