legacy USB is required on these platforms at the moment

This commit is contained in:
sam 2009-03-06 23:26:50 +00:00
parent c7014ac9b6
commit ee9e30ef64
2 changed files with 22 additions and 20 deletions

View File

@ -129,14 +129,15 @@ device ath_ar5416
options AH_SUPPORT_AR5416
device ath_ar9160
device usb
makeoptions WITH_LEGACY
device ousb
#options USB_DEBUG
device ohci
device ehci
#device umass
#device scbus # SCSI bus (required for SCSI)
#device da # Direct Access (disks)
device oohci
device oehci
device oumass
device scbus # SCSI bus (required for SCSI)
device da # Direct Access (disks)
#device ural
#device zyd
#device oural
#device ozyd
#device wlan_amrr

View File

@ -98,15 +98,6 @@ device if_bridge
device md
device random # Entropy device
# NB: 2 USB 2.0 ports standard
device usb
options USB_EHCI_BIG_ENDIAN_DESC # handle big-endian byte order
#options USB_DEBUG
device ehci
device umass
device scbus # SCSI bus (required for SCSI)
device da # Direct Access (disks)
# Wireless NIC cards
device wlan # 802.11 support
options IEEE80211_DEBUG
@ -142,6 +133,16 @@ device ath_rf5413
#device ath_rf9280
#device ath_ar9285
device ural
device zyd
device wlan_amrr
# NB: 2 USB 2.0 ports standard
makeoptions WITH_LEGACY
device ousb
options USB_EHCI_BIG_ENDIAN_DESC # handle big-endian byte order
#options USB_DEBUG
device oehci
device oumass
device scbus # SCSI bus (required for SCSI)
device da # Direct Access (disks)
#device oural
#device ozyd
#device wlan_amrr