From 0c199c88befc9a9d24b403bffc4b278253faf9f1 Mon Sep 17 00:00:00 2001 From: drochner Date: Wed, 15 Apr 1998 20:26:53 +0000 Subject: [PATCH] add MI ISA VGA and the speaker driver --- sys/dev/isa/files.isa | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/sys/dev/isa/files.isa b/sys/dev/isa/files.isa index 66050356f38c..78030da62ab9 100644 --- a/sys/dev/isa/files.isa +++ b/sys/dev/isa/files.isa @@ -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