Enable USB.
This commit is contained in:
parent
54fe60971c
commit
74678000dc
@ -65,7 +65,7 @@ options VFP # vfp/neon
|
||||
#options BOOTP_COMPAT
|
||||
#options BOOTP_NFSROOT
|
||||
#options BOOTP_NFSV3
|
||||
#options BOOTP_WIRED_TO=ue0
|
||||
#options BOOTP_WIRED_TO=ffec0
|
||||
|
||||
#options ROOTDEVNAME=\"ufs:ada0s2a\"
|
||||
|
||||
@ -134,13 +134,13 @@ device cd # CD
|
||||
device pass # Passthrough device (direct SCSI access)
|
||||
|
||||
# USB support
|
||||
#options USB_DEBUG # enable debug msgs
|
||||
#device ehci # OHCI USB interface
|
||||
#device usb # USB Bus (required)
|
||||
#device umass # Disks/Mass storage - Requires scbus and da
|
||||
#device uhid # "Human Interface Devices"
|
||||
options USB_DEBUG # enable debug msgs
|
||||
device ehci # OHCI USB interface
|
||||
device usb # USB Bus (required)
|
||||
device umass # Disks/Mass storage - Requires scbus and da
|
||||
device uhid # "Human Interface Devices"
|
||||
#device ukbd # Allow keyboard like HIDs to control console
|
||||
#device ums
|
||||
device ums
|
||||
|
||||
# USB Ethernet, requires miibus
|
||||
#device miibus
|
||||
|
Loading…
Reference in New Issue
Block a user