summaryrefslogtreecommitdiff
path: root/sys/arch/i386/isa/isa_machdep.h
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2006-02-12 19:55:40 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2006-02-12 19:55:40 +0000
commit7390c7303f567bb38f5609a913aca5725be9d2f6 (patch)
treed87945e3784a65a5f57028f0b2a394f0cbb4d9aa /sys/arch/i386/isa/isa_machdep.h
parente0638ab9700b53c881989a247b308f88f7b0a2a0 (diff)
Remove dead sysbeep driver and unused sysbeep() routine. No functional change.
Diffstat (limited to 'sys/arch/i386/isa/isa_machdep.h')
-rw-r--r--sys/arch/i386/isa/isa_machdep.h8
1 files changed, 1 insertions, 7 deletions
diff --git a/sys/arch/i386/isa/isa_machdep.h b/sys/arch/i386/isa/isa_machdep.h
index 9847f0e4db6..40493393d6d 100644
--- a/sys/arch/i386/isa/isa_machdep.h
+++ b/sys/arch/i386/isa/isa_machdep.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: isa_machdep.h,v 1.20 2005/11/23 09:32:46 mickey Exp $ */
+/* $OpenBSD: isa_machdep.h,v 1.21 2006/02/12 19:55:39 miod Exp $ */
/* $NetBSD: isa_machdep.h,v 1.7 1997/06/06 23:28:42 thorpej Exp $ */
/*-
@@ -216,10 +216,4 @@ extern u_long atdevbase; /* kernel virtual address of "hole" */
*/
#define ISA_HOLE_VADDR(p) ((void *) ((u_long)(p) - IOM_BEGIN + atdevbase))
-
-/*
- * Miscellanous functions.
- */
-void sysbeep(int, int); /* beep with the system speaker */
-
#endif /* _I386_ISA_MACHDEP_H_ XXX */