diff options
author | Marc Espie <espie@cvs.openbsd.org> | 2001-01-11 23:36:39 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 2001-01-11 23:36:39 +0000 |
commit | 55ce0137c695eeb1006cc8c4e1c2b253e653f0b2 (patch) | |
tree | c03c60928aebb2a30d8113161e9082fdd556d9c3 /sys/dev/pci/files.pci | |
parent | ec6c88fcdea43aed4a80515ff9e447e886fe5af0 (diff) |
Sound driver for some ESS maestro models. Work by d@ and me, based on
the FreeBSD driver, and some linux code. Probably some tweaks to
reach out for more pci cards (some models are currently commented out,
and we have yet to find a card where stereo output gets de-synchronized,
as the FreeBSD driver claims happens).
Suspends/resume works, recording and keyboard volume control on the way.
This is not derived from the NetBSD driver in any way. Just happens
that both works reached completion at the same time.
Diffstat (limited to 'sys/dev/pci/files.pci')
-rw-r--r-- | sys/dev/pci/files.pci | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/sys/dev/pci/files.pci b/sys/dev/pci/files.pci index a6de0d67602..bad03323099 100644 --- a/sys/dev/pci/files.pci +++ b/sys/dev/pci/files.pci @@ -1,4 +1,4 @@ -# $OpenBSD: files.pci,v 1.88 2001/01/11 18:52:52 deraadt Exp $ +# $OpenBSD: files.pci,v 1.89 2001/01/11 23:36:38 espie Exp $ # $NetBSD: files.pci,v 1.20 1996/09/24 17:47:15 christos Exp $ # # Config file and device description for machine-independent PCI code. @@ -90,6 +90,11 @@ device clcs: audio, auconv, mulaw, ac97 attach clcs at pci file dev/pci/cs4280.c clcs +# ESS Maestro +device maestro: audio, auconv, mulaw, ac97 +attach maestro at pci +file dev/pci/maestro.c maestro + # Forte Media FM801 device fms: audio, auconv, mulaw, ac97, midibus attach fms at pci |