diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2006-02-12 19:55:40 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2006-02-12 19:55:40 +0000 |
commit | 7390c7303f567bb38f5609a913aca5725be9d2f6 (patch) | |
tree | d87945e3784a65a5f57028f0b2a394f0cbb4d9aa /sys/arch/amd64/conf | |
parent | e0638ab9700b53c881989a247b308f88f7b0a2a0 (diff) |
Remove dead sysbeep driver and unused sysbeep() routine. No functional change.
Diffstat (limited to 'sys/arch/amd64/conf')
-rw-r--r-- | sys/arch/amd64/conf/GENERIC | 3 | ||||
-rw-r--r-- | sys/arch/amd64/conf/files.amd64 | 5 |
2 files changed, 2 insertions, 6 deletions
diff --git a/sys/arch/amd64/conf/GENERIC b/sys/arch/amd64/conf/GENERIC index 9fbbb784a7f..370d2c83095 100644 --- a/sys/arch/amd64/conf/GENERIC +++ b/sys/arch/amd64/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.110 2006/02/10 08:32:54 brad Exp $ +# $OpenBSD: GENERIC,v 1.111 2006/02/12 19:55:36 miod Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -201,7 +201,6 @@ wsmouse* at pms? mux 0 wsmouse* at pmsi? mux 0 pcppi0 at isa? -sysbeep0 at pcppi? com0 at isa? port 0x3f8 irq 4 # standard PC serial ports com1 at isa? port 0x2f8 irq 3 diff --git a/sys/arch/amd64/conf/files.amd64 b/sys/arch/amd64/conf/files.amd64 index a037af47783..7d40cbcf4a3 100644 --- a/sys/arch/amd64/conf/files.amd64 +++ b/sys/arch/amd64/conf/files.amd64 @@ -1,4 +1,4 @@ -# $OpenBSD: files.amd64,v 1.18 2006/01/29 17:29:29 marco Exp $ +# $OpenBSD: files.amd64,v 1.19 2006/02/12 19:55:36 miod Exp $ maxpartitions 16 maxusers 2 16 128 @@ -147,9 +147,6 @@ include "dev/pckbc/files.pckbc" file arch/amd64/amd64/wscons_machdep.c wsdisplay -device sysbeep -attach sysbeep at pcppi - # Floppy disk controller device fdc {[drive = -1]} attach fdc at isa |