]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
- Introduce the bridge drivers for Sound Blaser, GUS and Crystal
authortanimura <tanimura@FreeBSD.org>
Mon, 22 Nov 1999 06:07:49 +0000 (06:07 +0000)
committertanimura <tanimura@FreeBSD.org>
Mon, 22 Nov 1999 06:07:49 +0000 (06:07 +0000)
commit05e9b4af3eeff6a4e22e35b13bbc16d56c3dce70
treefaaea41e349959e04b3e8cfe96726269290a60c8
parent913c1ce7346351f8ee703d9125f82353999c9d0a
- Introduce the bridge drivers for Sound Blaser, GUS and Crystal
  Semiconductor CS461x/428x.
- Add support for GUS and CS461x/428x pcm.

Bridges reviewed by: dfr, cg
GUS non-PnP support submitted by: Ville-Pertti Keinonen <will@iki.fi>
GUS PnP support tested by: Michiru Saito <mich@mtci.ne.jp>
12 files changed:
sys/dev/sound/chip.h [new file with mode: 0644]
sys/dev/sound/isa/gusc.c [new file with mode: 0644]
sys/dev/sound/isa/mss.c
sys/dev/sound/isa/sb.c
sys/dev/sound/isa/sb16.c
sys/dev/sound/isa/sb8.c
sys/dev/sound/isa/sbc.c [new file with mode: 0644]
sys/dev/sound/pci/csa.c [new file with mode: 0644]
sys/dev/sound/pci/csaimg.h [new file with mode: 0644]
sys/dev/sound/pci/csapcm.c [new file with mode: 0644]
sys/dev/sound/pci/csareg.h [new file with mode: 0644]
sys/dev/sound/pci/csavar.h [new file with mode: 0644]