Source-Changes-HG archive

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

[src/trunk]: src/sys/arch add 'uaudio* at usbifif?' so uaudio can attach to s...



details:   https://anonhg.NetBSD.org/src/rev/daa69116517c
branches:  trunk
changeset: 760117:daa69116517c
user:      jmcneill <jmcneill%NetBSD.org@localhost>
date:      Mon Dec 27 15:56:50 2010 +0000

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

diffstat:

 sys/arch/amd64/conf/GENERIC |  5 +++--
 sys/arch/i386/conf/GENERIC  |  5 +++--
 2 files changed, 6 insertions(+), 4 deletions(-)

diffs (52 lines):

diff -r 33c61ad29d8f -r daa69116517c sys/arch/amd64/conf/GENERIC
--- a/sys/arch/amd64/conf/GENERIC       Mon Dec 27 15:48:28 2010 +0000
+++ b/sys/arch/amd64/conf/GENERIC       Mon Dec 27 15:56:50 2010 +0000
@@ -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 ?
diff -r 33c61ad29d8f -r daa69116517c sys/arch/i386/conf/GENERIC
--- a/sys/arch/i386/conf/GENERIC        Mon Dec 27 15:48:28 2010 +0000
+++ b/sys/arch/i386/conf/GENERIC        Mon Dec 27 15:56:50 2010 +0000
@@ -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 ?



Home | Main Index | Thread Index | Old Index