Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/amd64/conf Add missing wsbell, commented out with a...



details:   https://anonhg.NetBSD.org/src/rev/d1ef3878c67f
branches:  trunk
changeset: 828253:d1ef3878c67f
user:      dholland <dholland%NetBSD.org@localhost>
date:      Tue Dec 05 21:00:26 2017 +0000

description:
Add missing wsbell, commented out with a note that it's apparently only
a module by default.

This way people making their own configs have half a prayer of
realizing they might need to turn it on, instead of just not getting
beeps any more for no clear reason.

XXX: Wasn't the agreement after the last round of module flamage that
XXX: things shouldn't be module-only in GENERIC?

diffstat:

 sys/arch/amd64/conf/GENERIC |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (26 lines):

diff -r 376531a59c83 -r d1ef3878c67f sys/arch/amd64/conf/GENERIC
--- a/sys/arch/amd64/conf/GENERIC       Tue Dec 05 20:32:24 2017 +0000
+++ b/sys/arch/amd64/conf/GENERIC       Tue Dec 05 21:00:26 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.472 2017/12/05 20:32:24 dholland Exp $
+# $NetBSD: GENERIC,v 1.473 2017/12/05 21:00:26 dholland Exp $
 #
 # GENERIC machine description file
 #
@@ -22,7 +22,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident         "GENERIC-$Revision: 1.472 $"
+#ident         "GENERIC-$Revision: 1.473 $"
 
 maxusers       64              # estimated number of users
 
@@ -1117,6 +1117,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 (module by default)
 
 # MPU 401 UARTs
 #mpu*  at isa? port 0x330 irq 9        # MPU401 or compatible card



Home | Main Index | Thread Index | Old Index