ohci and uhci lines are not commented out in GENERIC.
This commit is contained in:
parent
c28537fcc9
commit
739cc1aaf4
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=23109
1 changed files with 2 additions and 2 deletions
|
@ -1381,8 +1381,8 @@ device bpf # Berkeley packet filter</programlisting>
|
|||
</note>
|
||||
|
||||
<programlisting># USB support
|
||||
#device uhci # UHCI PCI->USB interface
|
||||
#device ohci # OHCI PCI->USB interface
|
||||
device uhci # UHCI PCI->USB interface
|
||||
device ohci # OHCI PCI->USB interface
|
||||
device usb # USB Bus (required)
|
||||
#device udbp # USB Double Bulk Pipe devices
|
||||
device ugen # Generic
|
||||
|
|
Loading…
Reference in a new issue