Neither of these systems has PCI, but they do have ohci interface, so

fix comments.
This commit is contained in:
Warner Losh 2012-07-27 17:07:54 +00:00
parent 954bfb8bbf
commit 43d1af0df3
2 changed files with 2 additions and 2 deletions

View File

@ -157,7 +157,7 @@ options ALT_BREAK_TO_DEBUGGER
# USB support
options USB_DEBUG # enable debug msgs
device ohci # OHCI PCI->USB interface
device ohci # OHCI USB interface
device usb # USB Bus (required)
device umass # Disks/Mass storage - Requires scbus and da

View File

@ -150,7 +150,7 @@ options ALT_BREAK_TO_DEBUGGER
# USB support
#options USB_DEBUG # enable debug msgs
device ohci # OHCI PCI->USB interface
device ohci # OHCI USB interface
device usb # USB Bus (required)
#device umass # Disks/Mass storage - Requires scbus and da