diff options
author | jhb <jhb@FreeBSD.org> | 2009-11-17 15:56:45 +0000 |
---|---|---|
committer | jhb <jhb@FreeBSD.org> | 2009-11-17 15:56:45 +0000 |
commit | 890346338074885650a925acecc26c6214f9254d (patch) | |
tree | b7138b8e505504da16c680fb6fdccdb936fe5bea /sys/amd64 | |
parent | 1dcd604ec0b0cbdb83150d5bbb4b9d2000698af2 (diff) | |
download | FreeBSD-src-890346338074885650a925acecc26c6214f9254d.zip FreeBSD-src-890346338074885650a925acecc26c6214f9254d.tar.gz |
MFC 198043:
Move the USB wireless drivers down into their own section next to the USB
ethernet drivers.
Diffstat (limited to 'sys/amd64')
-rw-r--r-- | sys/amd64/conf/GENERIC | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/sys/amd64/conf/GENERIC b/sys/amd64/conf/GENERIC index d0f24e2..f205106 100644 --- a/sys/amd64/conf/GENERIC +++ b/sys/amd64/conf/GENERIC @@ -288,10 +288,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 @@ -310,6 +306,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 |