Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch Add wsbell



details:   https://anonhg.NetBSD.org/src/rev/2573b33b3f7e
branches:  trunk
changeset: 824678:2573b33b3f7e
user:      pgoyette <pgoyette%NetBSD.org@localhost>
date:      Wed Jun 14 09:00:07 2017 +0000

description:
Add wsbell

diffstat:

 sys/arch/amd64/conf/ALL |  5 +++--
 sys/arch/i386/conf/ALL  |  5 +++--
 2 files changed, 6 insertions(+), 4 deletions(-)

diffs (52 lines):

diff -r 405bae2f5733 -r 2573b33b3f7e sys/arch/amd64/conf/ALL
--- a/sys/arch/amd64/conf/ALL   Wed Jun 14 08:45:42 2017 +0000
+++ b/sys/arch/amd64/conf/ALL   Wed Jun 14 09:00:07 2017 +0000
@@ -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 @@
 
 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 @@
 # 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
diff -r 405bae2f5733 -r 2573b33b3f7e sys/arch/i386/conf/ALL
--- a/sys/arch/i386/conf/ALL    Wed Jun 14 08:45:42 2017 +0000
+++ b/sys/arch/i386/conf/ALL    Wed Jun 14 09:00:07 2017 +0000
@@ -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 @@
 
 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 @@
 # 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



Home | Main Index | Thread Index | Old Index