Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/dev/pci Add esm audio driver.



details:   https://anonhg.NetBSD.org/src/rev/fe931ac2e77e
branches:  trunk
changeset: 501876:fe931ac2e77e
user:      rh <rh%NetBSD.org@localhost>
date:      Mon Jan 08 19:55:51 2001 +0000

description:
Add esm audio driver.

diffstat:

 sys/dev/pci/files.pci |  7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

diffs (21 lines):

diff -r 6f58d1ceede0 -r fe931ac2e77e sys/dev/pci/files.pci
--- a/sys/dev/pci/files.pci     Mon Jan 08 19:54:31 2001 +0000
+++ b/sys/dev/pci/files.pci     Mon Jan 08 19:55:51 2001 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: files.pci,v 1.114 2001/01/05 13:09:17 martin Exp $
+#      $NetBSD: files.pci,v 1.115 2001/01/08 19:55:51 rh Exp $
 #
 # Config file and device description for machine-independent PCI code.
 # Included by ports that need it.  Requires that the SCSI files be
@@ -256,6 +256,11 @@
 attach mpu at eso with mpu_eso
 file   dev/pci/mpu_eso.c               mpu_eso
 
+# ESS Maestro-2/2e PCI AC97 Audio Accelerator
+device esm: audio, auconv, mulaw, ac97
+attach esm at pci
+file   dev/pci/esm.c
+
 # S3 SonicVibes (S3 617)
 device sv { }: audio, auconv, mulaw, midibus
 attach sv at pci



Home | Main Index | Thread Index | Old Index