diff options
author | jhb <jhb@FreeBSD.org> | 2009-10-13 19:02:03 +0000 |
---|---|---|
committer | jhb <jhb@FreeBSD.org> | 2009-10-13 19:02:03 +0000 |
commit | 04d5ac98a12d510b9c2da4b20f5d79b21e8d93be (patch) | |
tree | bc2afb2f6b214385bd4abfd6ff1c5abbe70a4db5 /sys/sparc64/conf | |
parent | aefab242fcc1cafc669cb42fcf98bc33cec45913 (diff) | |
download | FreeBSD-src-04d5ac98a12d510b9c2da4b20f5d79b21e8d93be.zip FreeBSD-src-04d5ac98a12d510b9c2da4b20f5d79b21e8d93be.tar.gz |
Move the USB wireless drivers down into their own section next to the USB
ethernet drivers.
Submitted by: Glen Barber glen.j.barber @ gmail
MFC after: 1 month
Diffstat (limited to 'sys/sparc64/conf')
-rw-r--r-- | sys/sparc64/conf/GENERIC | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/sys/sparc64/conf/GENERIC b/sys/sparc64/conf/GENERIC index ecf640c..33e7838 100644 --- a/sys/sparc64/conf/GENERIC +++ b/sys/sparc64/conf/GENERIC @@ -239,10 +239,6 @@ device ukbd # Keyboard device ulpt # Printer device umass # Disks/Mass storage - Requires scbus and da device ums # Mouse -device rum # Ralink Technology RT2501USB wireless NICs -device uath # Atheros AR5523 wireless NICs -device ural # Ralink Technology RT2500USB wireless NICs -device zyd # ZyDAS zb1211/zb1211b wireless NICs device urio # Diamond Rio 500 MP3 player # USB Serial devices device uark # Technologies ARK3116 based serial adapters @@ -261,6 +257,11 @@ device cue # CATC USB Ethernet device kue # Kawasaki LSI USB Ethernet device rue # RealTek RTL8150 USB Ethernet device udav # Davicom DM9601E USB +# USB Wireless +device rum # Ralink Technology RT2501USB wireless NICs +device uath # Atheros AR5523 wireless NICs +device ural # Ralink Technology RT2500USB wireless NICs +device zyd # ZyDAS zb1211/zb1211b wireless NICs # FireWire support device firewire # FireWire bus code |