add usb devices and more wlan stuff now that usb is functional
MFC after: 1 month
This commit is contained in:
parent
6af821237d
commit
ef0e4fc4f5
@ -91,7 +91,7 @@ device iicbus
|
||||
device iicbb
|
||||
device iic
|
||||
|
||||
device ixpiic
|
||||
device ixpiic # I2C bus glue
|
||||
device ixpwdog # watchdog timer
|
||||
device ds1672 # DS1672 on I2C bus
|
||||
device ad7418 # AD7418 on I2C bus
|
||||
@ -126,9 +126,12 @@ device random # Entropy device
|
||||
|
||||
# Wireless NIC cards
|
||||
device wlan # 802.11 support
|
||||
#device wlan_wep # 802.11 WEP support
|
||||
#device wlan_ccmp # 802.11 CCMP support
|
||||
#device wlan_tkip # 802.11 TKIP support
|
||||
device wlan_wep # 802.11 WEP support
|
||||
device wlan_ccmp # 802.11 CCMP support
|
||||
device wlan_tkip # 802.11 TKIP support
|
||||
device wlan_scan_sta
|
||||
device wlan_scan_ap
|
||||
device wlan_xauth
|
||||
device ath # Atheros pci/cardbus NIC's
|
||||
device ath_hal # Atheros HAL (Hardware Access Layer)
|
||||
device ath_rate_sample # SampleRate tx rate control for ath
|
||||
@ -138,12 +141,15 @@ options ATH_DEBUG
|
||||
#device cryptodev
|
||||
#device hifn # NB: Soekris minipci card known to work
|
||||
|
||||
#device usb
|
||||
#options USB_DEBUG
|
||||
#device uhci
|
||||
#device ohci
|
||||
#device ehci
|
||||
#device ugen
|
||||
#device umass
|
||||
#device scbus # SCSI bus (required for SCSI)
|
||||
#device da # Direct Access (disks)
|
||||
device usb
|
||||
options USB_DEBUG
|
||||
device ohci
|
||||
device ehci
|
||||
device ugen
|
||||
device umass
|
||||
device scbus # SCSI bus (required for SCSI)
|
||||
device da # Direct Access (disks)
|
||||
|
||||
device ural
|
||||
device zyd
|
||||
device wlan_amrr
|
||||
|
Loading…
Reference in New Issue
Block a user