Module Name:    src
Committed By:   pgoyette
Date:           Wed Jun 14 09:00:08 UTC 2017

Modified Files:
        src/sys/arch/amd64/conf: ALL
        src/sys/arch/i386/conf: ALL

Log Message:
Add wsbell


To generate a diff of this commit:
cvs rdiff -u -r1.59 -r1.60 src/sys/arch/amd64/conf/ALL
cvs rdiff -u -r1.419 -r1.420 src/sys/arch/i386/conf/ALL

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/ALL
diff -u src/sys/arch/amd64/conf/ALL:1.59 src/sys/arch/amd64/conf/ALL:1.60
--- src/sys/arch/amd64/conf/ALL:1.59	Sat May 27 22:53:29 2017
+++ src/sys/arch/amd64/conf/ALL	Wed Jun 14 09:00:07 2017
@@ -1,4 +1,4 @@
-# $NetBSD: ALL,v 1.59 2017/05/27 22:53:29 bouyer Exp $
+# $NetBSD: ALL,v 1.60 2017/06/14 09:00:07 pgoyette Exp $
 # From NetBSD: GENERIC,v 1.787 2006/10/01 18:37:54 bouyer Exp
 #
 # ALL machine description file
@@ -17,7 +17,7 @@ include 	"arch/amd64/conf/std.amd64"
 
 options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
 
-#ident		"ALL-$Revision: 1.59 $"
+#ident		"ALL-$Revision: 1.60 $"
 
 maxusers	64		# estimated number of users
 
@@ -1423,6 +1423,7 @@ midi*	at pcppi?		# MIDI interface to the
 # The spkr driver provides a simple tone interface to the built in speaker.
 spkr*	at pcppi?		# PC speaker
 spkr*	at audio?		# PC speaker (synthesized)
+wsbell*	at spkr?		# Bell for wscons display
 
 
 # FM-Radio devices

Index: src/sys/arch/i386/conf/ALL
diff -u src/sys/arch/i386/conf/ALL:1.419 src/sys/arch/i386/conf/ALL:1.420
--- src/sys/arch/i386/conf/ALL:1.419	Sat May 27 22:53:29 2017
+++ src/sys/arch/i386/conf/ALL	Wed Jun 14 09:00:08 2017
@@ -1,4 +1,4 @@
-# $NetBSD: ALL,v 1.419 2017/05/27 22:53:29 bouyer Exp $
+# $NetBSD: ALL,v 1.420 2017/06/14 09:00:08 pgoyette Exp $
 # From NetBSD: GENERIC,v 1.787 2006/10/01 18:37:54 bouyer Exp
 #
 # ALL machine description file
@@ -17,7 +17,7 @@ include 	"arch/i386/conf/std.i386"
 
 options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
 
-#ident		"ALL-$Revision: 1.419 $"
+#ident		"ALL-$Revision: 1.420 $"
 
 maxusers	64		# estimated number of users
 
@@ -1553,6 +1553,7 @@ midi*	at pcppi?		# MIDI interface to the
 # The spkr driver provides a simple tone interface to the built in speaker.
 spkr*	at pcppi?		# PC speaker
 spkr*	at audio?		# PC speaker (synthesized)
+wsbell*	at spkr?		# Bell for wscons display 
 
 # FM-Radio devices
 # ISA radio devices

Reply via email to