diff options
Diffstat (limited to 'sys/dev/isa/files.isa')
-rw-r--r-- | sys/dev/isa/files.isa | 14 |
1 files changed, 1 insertions, 13 deletions
diff --git a/sys/dev/isa/files.isa b/sys/dev/isa/files.isa index 32337307b03..2ac2806f6c3 100644 --- a/sys/dev/isa/files.isa +++ b/sys/dev/isa/files.isa @@ -1,4 +1,4 @@ -# $OpenBSD: files.isa,v 1.106 2010/03/28 17:04:29 deraadt Exp $ +# $OpenBSD: files.isa,v 1.107 2010/07/31 08:33:20 ratchov Exp $ # $NetBSD: files.isa,v 1.21 1996/05/16 03:45:55 mycroft Exp $ # # Config file and device description for machine-independent ISA code. @@ -230,9 +230,6 @@ file dev/isa/sb.c sb needs-flag attach sb at isa with sb_isa file dev/isa/sb_isa.c sb & (sb_isa | sb_isapnp) needs-flag -attach opl at sbdsp with opl_sb -file dev/isa/opl_sb.c opl_sb - # Soundcards based on Sierra's Aria chipset. # Such as the Prometheus Aria 16 or the Diamond # sonic sound. @@ -274,9 +271,6 @@ file dev/isa/wss_isa.c wss & (wss_isa | wss_isapnp) needs-flag device ess {} : audio, isa_dma, mulaw, auconv, midibus file dev/isa/ess.c ess needs-flag -attach opl at ess with opl_ess -file dev/isa/opl_ess.c opl_ess - # Gravis UltraSound & UltraSound MAX. # Use the "flags" keyword in a config file to specify an extra DMA # channel for full-duplex operation. @@ -287,10 +281,6 @@ file dev/isa/gus.c gus needs-flag attach gus at isa with gus_isa file dev/isa/gus_isa.c gus & (gus_isa | gus_isapnp) needs-flag -# Yamaha OPL2/OPL3 FM synth -attach opl at isa with opl_isa -file dev/isa/opl_isa.c opl_isa - # Sound Forte RadioLink SF16-FMR FM Radio Card device sfr: radiobus, tc921x, pt2254a attach sfr at isa @@ -325,8 +315,6 @@ file dev/isa/pcppi.c pcppi needs-flag device spkr attach spkr at pcppi file dev/isa/spkr.c spkr needs-flag -attach midi at pcppi with midi_pcppi: midisyn -file dev/isa/midi_pcppi.c midi_pcppi # 8255A-based PC parallel ports attach lpt at isa with lpt_isa |