Module Name:    src
Committed By:   jmcneill
Date:           Mon Dec 27 15:56:50 UTC 2010

Modified Files:
        src/sys/arch/amd64/conf: GENERIC
        src/sys/arch/i386/conf: GENERIC

Log Message:
add 'uaudio* at usbifif?' so uaudio can attach to something other than
a hub


To generate a diff of this commit:
cvs rdiff -u -r1.293 -r1.294 src/sys/arch/amd64/conf/GENERIC
cvs rdiff -u -r1.1001 -r1.1002 src/sys/arch/i386/conf/GENERIC

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/amd64/conf/GENERIC
diff -u src/sys/arch/amd64/conf/GENERIC:1.293 src/sys/arch/amd64/conf/GENERIC:1.294
--- src/sys/arch/amd64/conf/GENERIC:1.293	Sat Nov 27 20:19:41 2010
+++ src/sys/arch/amd64/conf/GENERIC	Mon Dec 27 15:56:50 2010
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.293 2010/11/27 20:19:41 christos Exp $
+# $NetBSD: GENERIC,v 1.294 2010/12/27 15:56:50 jmcneill Exp $
 #
 # GENERIC machine description file
 #
@@ -22,7 +22,7 @@
 
 options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
 
-#ident 		"GENERIC-$Revision: 1.293 $"
+#ident 		"GENERIC-$Revision: 1.294 $"
 
 maxusers	64		# estimated number of users
 
@@ -843,6 +843,7 @@
 
 # USB audio
 uaudio*	at uhub? port ? configuration ?
+uaudio*	at usbifif?
 
 # USB MIDI
 umidi* at uhub? port ? configuration ?

Index: src/sys/arch/i386/conf/GENERIC
diff -u src/sys/arch/i386/conf/GENERIC:1.1001 src/sys/arch/i386/conf/GENERIC:1.1002
--- src/sys/arch/i386/conf/GENERIC:1.1001	Sat Nov 27 20:18:46 2010
+++ src/sys/arch/i386/conf/GENERIC	Mon Dec 27 15:56:50 2010
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.1001 2010/11/27 20:18:46 christos Exp $
+# $NetBSD: GENERIC,v 1.1002 2010/12/27 15:56:50 jmcneill Exp $
 #
 # GENERIC machine description file
 #
@@ -22,7 +22,7 @@
 
 options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
 
-#ident 		"GENERIC-$Revision: 1.1001 $"
+#ident 		"GENERIC-$Revision: 1.1002 $"
 
 maxusers	64		# estimated number of users
 
@@ -1186,6 +1186,7 @@
 
 # USB audio
 uaudio* at uhub? port ? configuration ?
+uaudio* at usbifif?
 
 # USB MIDI
 umidi* at uhub? port ? configuration ?

Reply via email to