diff options
author | Jasper Lievisse Adriaanse <jasper@cvs.openbsd.org> | 2009-01-14 10:51:07 +0000 |
---|---|---|
committer | Jasper Lievisse Adriaanse <jasper@cvs.openbsd.org> | 2009-01-14 10:51:07 +0000 |
commit | d356b66e0a1b2c83dbd7841a8c024f7f306fec55 (patch) | |
tree | 676a2476ff5cfdafb11eb399de48825b93d6b9ca | |
parent | ec6fe97fed8ca18cb81ea1b08edac9b927bc6908 (diff) |
add and enable uaudio as it's working fine for me
"go ahead" miod@
-rw-r--r-- | sys/arch/sgi/conf/GENERIC | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/arch/sgi/conf/GENERIC b/sys/arch/sgi/conf/GENERIC index a405e934eb7..73fba290aba 100644 --- a/sys/arch/sgi/conf/GENERIC +++ b/sys/arch/sgi/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.34 2008/10/10 14:16:37 jasper Exp $ +# $OpenBSD: GENERIC,v 1.35 2009/01/14 10:51:06 jasper Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -88,6 +88,8 @@ uvscom* at uhub? # SUNTAC Slipper U VS-10U serial ucom* at uvscom? ubsa* at uhub? # Belkin serial adapter ucom* at ubsa? +uaudio* at uhub? # USB Audio +audio* at uaudio? ulpt* at uhub? # USB Printers umass* at uhub? # USB Mass Storage devices scsibus* at umass? |