diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1999-07-05 20:08:38 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1999-07-05 20:08:38 +0000 |
commit | 93a39446fdd66928d22630a8c18516fdba9086d6 (patch) | |
tree | d6793c2851c8ca7fac14fcb42cb8a16b5fff0e5d /sys/dev/isa/files.isa | |
parent | 7a6ba954e72649baf6b772099c5b3d169f268c9e (diff) |
first attempt at isapnp gus support
Diffstat (limited to 'sys/dev/isa/files.isa')
-rw-r--r-- | sys/dev/isa/files.isa | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/sys/dev/isa/files.isa b/sys/dev/isa/files.isa index bed6e32209b..341f47f0a71 100644 --- a/sys/dev/isa/files.isa +++ b/sys/dev/isa/files.isa @@ -1,4 +1,4 @@ -# $OpenBSD: files.isa,v 1.53 1999/06/22 16:20:04 niklas Exp $ +# $OpenBSD: files.isa,v 1.54 1999/07/05 20:08:36 deraadt 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. @@ -293,10 +293,13 @@ 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. + device gus: audio, isa_dma, ics2101, ad1848, mulaw, auconv -attach gus at isa 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 |