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?
This commit is contained in:
parent
93da8c4519
commit
a34d145b7a
|
@ -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 @@ include "arch/amd64/conf/std.amd64"
|
|||
|
||||
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 @@ audio* at audiobus?
|
|||
# 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
|
||||
|
|
Loading…
Reference in New Issue