summaryrefslogtreecommitdiffstats
path: root/sys/dev/isa/files.isa
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>1999-07-05 20:08:36 +0000
committerderaadt <deraadt@openbsd.org>1999-07-05 20:08:36 +0000
commit20f38c8f037719acf00c54c81bf5ebd7d823aaaa (patch)
treea00cd8e9bef23fa6fe8e564311b2ded24f44264a /sys/dev/isa/files.isa
parentmdoc'ify syntax of the more complicated commands; when I converted this man (diff)
downloadwireguard-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.isa7
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