Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/pci We already have a config rule for the eventual c...
details: https://anonhg.NetBSD.org/src/rev/824be2bae357
branches: trunk
changeset: 789543:824be2bae357
user: jakllsch <jakllsch%NetBSD.org@localhost>
date: Wed Aug 21 18:08:29 2013 +0000
description:
We already have a config rule for the eventual core of xhci(4); may as
well have the PCI attachment rule as well.
diffstat:
sys/dev/pci/files.pci | 6 +++++-
1 files changed, 5 insertions(+), 1 deletions(-)
diffs (20 lines):
diff -r 44e72f4c3f5a -r 824be2bae357 sys/dev/pci/files.pci
--- a/sys/dev/pci/files.pci Wed Aug 21 17:59:40 2013 +0000
+++ b/sys/dev/pci/files.pci Wed Aug 21 18:08:29 2013 +0000
@@ -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/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
Home |
Main Index |
Thread Index |
Old Index