freebsd-dev/sys/dev/sound
Cameron Grant d4a72b067c make sb dependant on sbc
add support for non-pnp cards to sbc
move card identification to sbc
channel-swapping code is in sb now instead of dsp
vibra16x support is still broken, but will be fixed soon

note: sbc is now compulsory for sb cards

for pnp cards use:
device sbc0

for non-pnp cards eg:
device sbc0 at isa? port 0x240 irq 5 drq 3 flags 0x15
(hints as oldpcm)

both in addition to:
device pcm0

Reviewed by:	tanimura,dfr
Said he liked it: peter
1999-12-12 02:30:19 +00:00
..
isa make sb dependant on sbc 1999-12-12 02:30:19 +00:00
pci increase buffer size, reduce number of channels allocated since we only use 1999-12-12 02:16:14 +00:00
pcm move channel-swapping support to the hardware driver since it knows the card 1999-12-12 02:18:58 +00:00
chip.h - Introduce the bridge drivers for Sound Blaser, GUS and Crystal 1999-11-22 06:07:49 +00:00