diff options
Diffstat (limited to 'sys/i386/isa/sound/README.FREEBSD')
-rw-r--r-- | sys/i386/isa/sound/README.FREEBSD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/i386/isa/sound/README.FREEBSD b/sys/i386/isa/sound/README.FREEBSD index 9979d12fa8239..3603bfe040e90 100644 --- a/sys/i386/isa/sound/README.FREEBSD +++ b/sys/i386/isa/sound/README.FREEBSD @@ -90,7 +90,7 @@ Lugi also has Sujal's PnP driver . This is my kernel configuration for my SB16 PnP: controller snd0 -device sb0 at isa? port 0x220 irq 10 conflicts drq 3 +device sb0 at isa? port 0x220 irq 10 conflicts drq 3 vector sbintr device sbxvi0 at isa? port? irq? drq 5 conflicts device opl0 at isa? port 0x388 conflicts device sbmidi0 at isa? port 0x300 irq? conflicts @@ -123,13 +123,13 @@ To configure your guspnp PRO if you have a motherboard which supports PnP: controller snd0 - device gus0 at isa? + device gus0 at isa? vector gusintr NONPNP CONFIGURATION To configure your guspnp PRO if your motherboard does NOT support PnP: -device gus0 at isa? port 0x220 irq 11 drq 1 flags 0x3 +device gus0 at isa? port 0x220 irq 11 drq 1 flags 0x3 vector gusintr the gus pnp is fully software configurable and the above configuration |