Module Name:    src
Committed By:   kiyohara
Date:           Wed Nov  3 05:19:29 UTC 2010

Modified Files:
        src/sys/arch/bebox/conf: GENERIC

Log Message:
Enable wss(4) at port 0x82c.
Also enable audio.


To generate a diff of this commit:
cvs rdiff -u -r1.123 -r1.124 src/sys/arch/bebox/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/bebox/conf/GENERIC
diff -u src/sys/arch/bebox/conf/GENERIC:1.123 src/sys/arch/bebox/conf/GENERIC:1.124
--- src/sys/arch/bebox/conf/GENERIC:1.123	Sat Oct 30 05:57:41 2010
+++ src/sys/arch/bebox/conf/GENERIC	Wed Nov  3 05:19:29 2010
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.123 2010/10/30 05:57:41 kiyohara Exp $
+# $NetBSD: GENERIC,v 1.124 2010/11/03 05:19:29 kiyohara Exp $
 #
 # GENERIC machine description file
 #
@@ -22,7 +22,7 @@
 
 options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
 
-#ident 		"GENERIC-$Revision: 1.123 $"
+#ident 		"GENERIC-$Revision: 1.124 $"
 
 maxusers	32
 
@@ -207,10 +207,10 @@
 pcppi0	at isa?
 spkr0	at pcppi?
 
-#wss0	at isa? port ? irq 30 drq 6 drq2 7	# Windows Sound System
+wss0	at isa? port 0x82c irq 30 drq 6 drq2 7	# Windows Sound System
 
 # Audio support
-#audio*  at audiobus?
+audio*	at audiobus?
 
 # MIDI support
 midi*	at pcppi?			# MIDI interface to the PC speaker

Reply via email to