Restore sysbeep (accidentally removed in last commit).
This commit is contained in:
parent
13885bdfec
commit
69b1a83709
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue