Add xhci placeholder
This commit is contained in:
parent
d933d5a367
commit
7877a7bda7
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: files,v 1.1056 2012/08/03 07:41:47 matt Exp $
|
||||
# $NetBSD: files,v 1.1057 2012/09/01 11:21:22 matt Exp $
|
||||
# @(#)files.newconf 7.5 (Berkeley) 5/10/93
|
||||
|
||||
version 20100430
|
||||
|
@ -1184,11 +1184,16 @@ file dev/usb/uhci.c uhci needs-flag
|
|||
device ohci: usbus, usbroothub, usb_dma
|
||||
file dev/usb/ohci.c ohci needs-flag
|
||||
|
||||
# EHCI USB controller
|
||||
# EHCI USB2 controller
|
||||
#
|
||||
device ehci: usbus, usbroothub, usb_dma
|
||||
file dev/usb/ehci.c ehci needs-flag
|
||||
|
||||
# XHCI USB3 controller
|
||||
#
|
||||
device xhci: usbus, usbroothub, usb_dma
|
||||
file dev/usb/xhci.c xhci needs-flag
|
||||
|
||||
# SL811HS/T USB controller
|
||||
defflag opt_slhci.h SLHCI_DEBUG SLHCI_TRY_LSVH SLHCI_PROFILE_TRANSFER
|
||||
device slhci: usbus, usbroothub
|
||||
|
|
Loading…
Reference in New Issue