diff options
| author | 1999-07-05 20:08:36 +0000 | |
|---|---|---|
| committer | 1999-07-05 20:08:36 +0000 | |
| commit | 20f38c8f037719acf00c54c81bf5ebd7d823aaaa (patch) | |
| tree | a00cd8e9bef23fa6fe8e564311b2ded24f44264a /sys/dev/isa/files.isa | |
| parent | mdoc'ify syntax of the more complicated commands; when I converted this man (diff) | |
| download | wireguard-openbsd-20f38c8f037719acf00c54c81bf5ebd7d823aaaa.tar.xz wireguard-openbsd-20f38c8f037719acf00c54c81bf5ebd7d823aaaa.zip | |
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 |
