From 30291f0f2f4390afd80dfa5ec33418208ad5bd49 Mon Sep 17 00:00:00 2001 From: thorpej Date: Wed, 8 Jul 1998 05:14:10 +0000 Subject: [PATCH] Declare the ofisa soundblaster attachment. --- sys/dev/ofisa/files.ofisa | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/sys/dev/ofisa/files.ofisa b/sys/dev/ofisa/files.ofisa index f7887fada294..8da19285c38d 100644 --- a/sys/dev/ofisa/files.ofisa +++ b/sys/dev/ofisa/files.ofisa @@ -1,4 +1,4 @@ -# $NetBSD: files.ofisa,v 1.4 1998/03/21 02:06:17 cgd Exp $ +# $NetBSD: files.ofisa,v 1.5 1998/07/08 05:14:10 thorpej Exp $ # OFW ISA bus support # XXX eventually we should do something with these locators @@ -18,3 +18,7 @@ file dev/ofisa/lpt_ofisa.c lpt_ofisa # attachment for MI wdc driver attach wdc at ofisa with wdc_ofisa file dev/ofisa/wdc_ofisa.c wdc_ofisa + +# attachment of ISA SoundBlaster driver +attach sb at ofisa with sb_ofisa +file dev/ofisa/sb_ofisa.c sb_ofisa