Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/amiga/conf Add slhci at zbus (Thylacine) and some U...



details:   https://anonhg.NetBSD.org/src/rev/84ac11161ea8
branches:  trunk
changeset: 786397:84ac11161ea8
user:      rkujawa <rkujawa%NetBSD.org@localhost>
date:      Sat Apr 27 22:29:56 2013 +0000

description:
Add slhci at zbus (Thylacine) and some USB HID devices.

diffstat:

 sys/arch/amiga/conf/GENERIC.in |  14 ++++++++++++--
 1 files changed, 12 insertions(+), 2 deletions(-)

diffs (35 lines):

diff -r 529663f29d87 -r 84ac11161ea8 sys/arch/amiga/conf/GENERIC.in
--- a/sys/arch/amiga/conf/GENERIC.in    Sat Apr 27 22:27:33 2013 +0000
+++ b/sys/arch/amiga/conf/GENERIC.in    Sat Apr 27 22:29:56 2013 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC.in,v 1.115 2013/04/27 21:43:15 christos Exp $
+# $NetBSD: GENERIC.in,v 1.116 2013/04/27 22:29:56 rkujawa Exp $
 #
 ##
 # GENERIC machine description file
@@ -52,7 +52,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "GENERIC-$Revision: 1.115 $"
+#ident                 "GENERIC-$Revision: 1.116 $"
 
 m4_ifdef(`INSTALL_CONFIGURATION', `m4_dnl
 makeoptions    COPTS="-Os"
@@ -630,6 +630,16 @@
 # Bluetooth Audio support
 #btsco* at bthub?
 
+# USB
+slhci*         at zbus?                # Thylacine
+usb*           at slhci?
+
+uhub*          at usb?
+uhub*          at uhub? port ?
+
+uhidev*                at uhub? port ? configuration ? interface ?
+uhid*          at uhidev? reportid ?
+
 ')m4_dnl
 m4_ifdef(`INSTALL_CONFIGURATION', `', `m4_dnl
 #



Home | Main Index | Thread Index | Old Index