Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/rump/dev/lib PR/55789: Ruslan Nikolaev: New rump drivers
details: https://anonhg.NetBSD.org/src/rev/f513df8e6230
branches: trunk
changeset: 942092:f513df8e6230
user: christos <christos%NetBSD.org@localhost>
date: Fri Nov 06 15:35:33 2020 +0000
description:
PR/55789: Ruslan Nikolaev: New rump drivers
diffstat:
sys/rump/dev/lib/libpci_usbhc/Makefile | 3 ++-
sys/rump/dev/lib/libpci_usbhc/PCI_USBHC.ioconf | 3 ++-
sys/rump/dev/lib/libusb/USB.ioconf | 4 +++-
3 files changed, 7 insertions(+), 3 deletions(-)
diffs (56 lines):
diff -r c024a53247cb -r f513df8e6230 sys/rump/dev/lib/libpci_usbhc/Makefile
--- a/sys/rump/dev/lib/libpci_usbhc/Makefile Fri Nov 06 14:50:13 2020 +0000
+++ b/sys/rump/dev/lib/libpci_usbhc/Makefile Fri Nov 06 15:35:33 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2015/11/16 23:27:08 pooka Exp $
+# $NetBSD: Makefile,v 1.6 2020/11/06 15:35:33 christos Exp $
#
RUMPTOP=${TOPRUMP}
@@ -14,6 +14,7 @@
SRCS+= ohci_pci.c ohci.c
SRCS+= uhci_pci.c uhci.c
SRCS+= ehci_pci.c ehci.c
+SRCS+= xhci_pci.c xhci.c
SRCS+= usb_pci.c
CPPFLAGS+= -I${RUMPTOP}/librump/rumpkern -I${RUMPTOP}/../dev
diff -r c024a53247cb -r f513df8e6230 sys/rump/dev/lib/libpci_usbhc/PCI_USBHC.ioconf
--- a/sys/rump/dev/lib/libpci_usbhc/PCI_USBHC.ioconf Fri Nov 06 14:50:13 2020 +0000
+++ b/sys/rump/dev/lib/libpci_usbhc/PCI_USBHC.ioconf Fri Nov 06 15:35:33 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: PCI_USBHC.ioconf,v 1.1 2015/05/20 12:21:38 pooka Exp $
+# $NetBSD: PCI_USBHC.ioconf,v 1.2 2020/11/06 15:35:33 christos Exp $
#
ioconf pci_usbhc
@@ -11,3 +11,4 @@
ohci* at pci?
uhci* at pci?
ehci* at pci?
+xhci* at pci?
diff -r c024a53247cb -r f513df8e6230 sys/rump/dev/lib/libusb/USB.ioconf
--- a/sys/rump/dev/lib/libusb/USB.ioconf Fri Nov 06 14:50:13 2020 +0000
+++ b/sys/rump/dev/lib/libusb/USB.ioconf Fri Nov 06 15:35:33 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: USB.ioconf,v 1.2 2015/05/20 11:51:32 pooka Exp $
+# $NetBSD: USB.ioconf,v 1.3 2020/11/06 15:35:33 christos Exp $
#
ioconf usb
@@ -15,6 +15,7 @@
pseudo-root ehci*
pseudo-root ohci*
pseudo-root uhci*
+pseudo-root xhci*
#
@@ -25,6 +26,7 @@
usb* at ehci?
usb* at ohci?
usb* at uhci?
+usb* at xhci?
# USB ROOT Hub
Home |
Main Index |
Thread Index |
Old Index