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/libusb also attach usb@{e,o,u}hci
details: https://anonhg.NetBSD.org/src/rev/d3ddad694faf
branches: trunk
changeset: 338375:d3ddad694faf
user: pooka <pooka%NetBSD.org@localhost>
date: Wed May 20 11:51:32 2015 +0000
description:
also attach usb@{e,o,u}hci
diffstat:
sys/rump/dev/lib/libusb/USB.ioconf | 18 +++++++++++++++++-
1 files changed, 17 insertions(+), 1 deletions(-)
diffs (41 lines):
diff -r 7012c7789052 -r d3ddad694faf sys/rump/dev/lib/libusb/USB.ioconf
--- a/sys/rump/dev/lib/libusb/USB.ioconf Wed May 20 11:29:45 2015 +0000
+++ b/sys/rump/dev/lib/libusb/USB.ioconf Wed May 20 11:51:32 2015 +0000
@@ -1,20 +1,36 @@
-# $NetBSD: USB.ioconf,v 1.1 2010/03/08 10:24:37 pooka Exp $
+# $NetBSD: USB.ioconf,v 1.2 2015/05/20 11:51:32 pooka Exp $
#
ioconf usb
include "conf/files"
include "dev/usb/files.usb"
+include "dev/pci/files.pci"
include "rump/dev/files.rump"
+# /dev/ugen fake host controller
pseudo-root ugenhc*
+# PCI host controllers
+pseudo-root ehci*
+pseudo-root ohci*
+pseudo-root uhci*
+
+
+#
# USB bus support
+#
usb* at ugenhc?
+usb* at ehci?
+usb* at ohci?
+usb* at uhci?
+
+
# USB ROOT Hub
#
# Do *NOT* configure uhub @ uhub.
# That is not compatible with ugen.
+# XXX: fix ugenhc to deal with it?
#
uhub* at usb?
Home |
Main Index |
Thread Index |
Old Index