diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2003-06-08 00:42:24 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2003-06-08 00:42:24 +0000 |
commit | 40a6c2c22cc1a18eeed2736e5a15603640dab733 (patch) | |
tree | c121e07a97d5dd853c2de07526a6c4b5207dca52 /sys | |
parent | ae5d6777ecf7f29a12db3e631daaadc016fc38a7 (diff) |
Enable gus again now that it won't panic during probe.
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/i386/conf/GENERIC | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/i386/conf/GENERIC b/sys/arch/i386/conf/GENERIC index 4e3b1275856..46fb6586c3c 100644 --- a/sys/arch/i386/conf/GENERIC +++ b/sys/arch/i386/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.342 2003/06/01 13:04:03 miod Exp $ +# $OpenBSD: GENERIC,v 1.343 2003/06/08 00:42:23 miod Exp $ # $NetBSD: GENERIC,v 1.48 1996/05/20 18:17:23 mrg Exp $ # # GENERIC -- everything that's currently supported @@ -443,7 +443,7 @@ ess* at isapnp? # ESS Tech ES188[78], ES888 wss0 at isa? port 0x530 irq 10 drq 0 # Windows Sound System wss* at isapnp? pas0 at isa? port 0x220 irq 7 drq 1 # ProAudio Spectrum -gus0 at isa? disable port 0x220 irq 7 drq 1 drq2 6 # Gravis (drq2 is record drq) +gus0 at isa? port 0x220 irq 7 drq 1 drq2 6 # Gravis (drq2 is record drq) ym* at isapnp? mpu* at isapnp? mpu* at isa? port 0x300 # generic MPU, Yamaha SW60XG |