mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-29 12:03:03 +00:00
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
This commit is contained in:
parent
5c1f214c37
commit
55b6a401ef
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=198043
@ -297,10 +297,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
|
||||
@ -319,6 +315,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
|
||||
|
@ -310,10 +310,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 ural # Ralink Technology RT2500USB wireless NICs
|
||||
device uath # Atheros AR5523 wireless NICs
|
||||
device zyd # ZyDAS zb1211/zb1211b wireless NICs
|
||||
device urio # Diamond Rio 500 MP3 player
|
||||
# USB Serial devices
|
||||
device u3g # USB-based 3G modems (Option, Huawei, Sierra)
|
||||
@ -333,6 +329,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
|
||||
|
@ -264,10 +264,6 @@ device bpf # Berkeley packet filter
|
||||
#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
|
||||
@ -287,6 +283,11 @@ device bpf # Berkeley packet filter
|
||||
#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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user