diff options
author | Mike Frantzen <frantzen@cvs.openbsd.org> | 2002-04-08 01:49:46 +0000 |
---|---|---|
committer | Mike Frantzen <frantzen@cvs.openbsd.org> | 2002-04-08 01:49:46 +0000 |
commit | 16936fbf75f5c346bc4572bb3a0f82a8875cf952 (patch) | |
tree | be0247b5a099cec956b1c30b18807ed3b0e0eec6 /sys/dev | |
parent | dec72bace30caa3650db4c9ccadfa085d596d0fd (diff) |
ESS Alegro-1 and Maestro 3 stuff
Diffstat (limited to 'sys/dev')
-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 07fbe387516..ff38f67240c 100644 --- a/sys/dev/pci/files.pci +++ b/sys/dev/pci/files.pci @@ -1,4 +1,4 @@ -# $OpenBSD: files.pci,v 1.130 2002/04/03 05:40:26 nate Exp $ +# $OpenBSD: files.pci,v 1.131 2002/04/08 01:49:45 frantzen 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. @@ -117,6 +117,11 @@ device maestro: audio, auconv, mulaw, ac97 attach maestro at pci file dev/pci/maestro.c maestro +# ESS Maestro3 +device esa: audio, auconv, mulaw, ac97 +attach esa at pci +file dev/pci/esa.c esa + # Yamaha YMF Audio device yds { }: audio, auconv, mulaw, ac97 attach yds at pci |