Module Name: src
Committed By: nat
Date: Fri Dec 9 22:50:10 UTC 2016
Modified Files:
src/sys/arch/emips/conf: GENERIC
Log Message:
No audio speaker on emips. Fixes build.
To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 src/sys/arch/emips/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/emips/conf/GENERIC
diff -u src/sys/arch/emips/conf/GENERIC:1.16 src/sys/arch/emips/conf/GENERIC:1.17
--- src/sys/arch/emips/conf/GENERIC:1.16 Thu Dec 8 11:31:10 2016
+++ src/sys/arch/emips/conf/GENERIC Fri Dec 9 22:50:10 2016
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.16 2016/12/08 11:31:10 nat Exp $
+# $NetBSD: GENERIC,v 1.17 2016/12/09 22:50:10 nat Exp $
#
# GENERIC machine description file
#
@@ -22,7 +22,7 @@ include "arch/emips/conf/std.emips"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "GENERIC-$Revision: 1.16 $"
+#ident "GENERIC-$Revision: 1.17 $"
maxusers 64
@@ -181,9 +181,6 @@ epio* at ebus0 addr ? # GPIO interf
gpio* at epio?
lcd* at ebus0 addr ? # lcd display
-options VAUDIOSPEAKER
-spkr0 at audio0 # PC speaker (synthesized)
-
#########################################################################
# Pseudo-devices #
#########################################################################