Module Name: src
Committed By: rkujawa
Date: Sat Apr 27 22:29:56 UTC 2013
Modified Files:
src/sys/arch/amiga/conf: GENERIC.in
Log Message:
Add slhci at zbus (Thylacine) and some USB HID devices.
To generate a diff of this commit:
cvs rdiff -u -r1.115 -r1.116 src/sys/arch/amiga/conf/GENERIC.in
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/arch/amiga/conf/GENERIC.in
diff -u src/sys/arch/amiga/conf/GENERIC.in:1.115 src/sys/arch/amiga/conf/GENERIC.in:1.116
--- src/sys/arch/amiga/conf/GENERIC.in:1.115 Sat Apr 27 21:43:15 2013
+++ src/sys/arch/amiga/conf/GENERIC.in Sat Apr 27 22:29:56 2013
@@ -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 @@ include "arch/amiga/conf/std.amiga"
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 @@ bthidev* at bthub?
# 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
#