Module Name:    src
Committed By:   christos
Date:           Sun Mar  5 17:20:25 UTC 2017

Modified Files:
        src/sys/arch/amd64/conf: MODULAR

Log Message:
use the modular versions of spkr


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/sys/arch/amd64/conf/MODULAR

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/MODULAR
diff -u src/sys/arch/amd64/conf/MODULAR:1.7 src/sys/arch/amd64/conf/MODULAR:1.8
--- src/sys/arch/amd64/conf/MODULAR:1.7	Sat Feb 18 14:28:44 2017
+++ src/sys/arch/amd64/conf/MODULAR	Sun Mar  5 12:20:24 2017
@@ -1,4 +1,4 @@
-# $NetBSD: MODULAR,v 1.7 2017/02/18 19:28:44 christos Exp $
+# $NetBSD: MODULAR,v 1.8 2017/03/05 17:20:24 christos Exp $
 #
 # Try to exclude all the drivers in GENERIC that have been modularized
 # XXX: incomplete
@@ -12,6 +12,9 @@ options 	MODULAR_DEFAULT_AUTOLOAD
 -no powernow0	at cpu0
 -no vmt0		at cpu0
 
+-no spkr*	at pcppi?	# PC speaker
+-no spkr*	at audio?	# PC speaker (synthesized)
+
 -no options 	COMPAT_15	# NetBSD 1.5,
 -no options 	COMPAT_16	# NetBSD 1.6,
 -no options 	COMPAT_20	# NetBSD 2.0,

Reply via email to