Module Name: src
Committed By: jakllsch
Date: Wed Aug 21 18:08:29 UTC 2013
Modified Files:
src/sys/dev/pci: files.pci
Log Message:
We already have a config rule for the eventual core of xhci(4); may as
well have the PCI attachment rule as well.
To generate a diff of this commit:
cvs rdiff -u -r1.365 -r1.366 src/sys/dev/pci/files.pci
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/dev/pci/files.pci
diff -u src/sys/dev/pci/files.pci:1.365 src/sys/dev/pci/files.pci:1.366
--- src/sys/dev/pci/files.pci:1.365 Mon Jul 22 13:44:59 2013
+++ src/sys/dev/pci/files.pci Wed Aug 21 18:08:29 2013
@@ -1,4 +1,4 @@
-# $NetBSD: files.pci,v 1.365 2013/07/22 13:44:59 soren Exp $
+# $NetBSD: files.pci,v 1.366 2013/08/21 18:08:29 jakllsch Exp $
#
# Config file and device description for machine-independent PCI code.
# Included by ports that need it. Requires that the SCSI files be
@@ -630,6 +630,10 @@ file dev/pci/ehci_pci.c ehci_pci
file dev/pci/usb_pci.c ehci_pci | ehci_cardbus
+# xHCI USB controller
+attach xhci at pci with xhci_pci
+file dev/pci/xhci_pci.c xhci_pci
+
# OHCI IEEE 1394 controller
attach fwohci at pci with fwohci_pci
file dev/pci/fwohci_pci.c fwohci_pci