From 69b1a8370905b48278968361062bde16686d5932 Mon Sep 17 00:00:00 2001 From: nathanw Date: Fri, 7 Apr 2000 18:58:09 +0000 Subject: [PATCH] Restore sysbeep (accidentally removed in last commit). --- sys/arch/alpha/conf/files.alpha | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/sys/arch/alpha/conf/files.alpha b/sys/arch/alpha/conf/files.alpha index f1b723f906b4..3f173c6d5567 100644 --- a/sys/arch/alpha/conf/files.alpha +++ b/sys/arch/alpha/conf/files.alpha @@ -1,4 +1,4 @@ -# $NetBSD: files.alpha,v 1.111 2000/04/07 16:35:22 thorpej Exp $ +# $NetBSD: files.alpha,v 1.112 2000/04/07 18:58:09 nathanw Exp $ # # alpha-specific configuration info @@ -222,6 +222,10 @@ file arch/alpha/isa/isa_machdep.c isa include "dev/pckbc/files.pckbc" +# ISA speaker generates keyboard beep +device isabeep +attach isabeep at pcppi + # Floppy disk controller device fdc { drive = -1 } attach fdc at isa