add MI ISA VGA and the speaker driver

This commit is contained in:
drochner 1998-04-15 20:26:53 +00:00
parent 2c823077d7
commit 0c199c88be
1 changed files with 13 additions and 1 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: files.isa,v 1.56 1998/04/03 04:44:39 enami Exp $
# $NetBSD: files.isa,v 1.57 1998/04/15 20:26:53 drochner Exp $
#
# Config file and device description for machine-independent ISA code.
# Included by ports that need it. Requires that the SCSI files be
@ -289,3 +289,15 @@ file dev/isa/satlink.c satlink needs-flag
device pckbc {[slot = -1]}
attach pckbc at isa
file dev/isa/pckbc.c pckbc needs-flag
# generic ISA VGA
attach vga at isa with vga_isa
file dev/isa/vga_isa.c vga_isa needs-flag
# PC PPI + TIMER 1 (speaker interface)
device pcppi {}
attach pcppi at isa
file dev/isa/pcppi.c pcppi needs-flag
device spkr
attach spkr at pcppi
file dev/isa/spkr.c spkr needs-flag