Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-5]: src/sys/dev/pci Pull up revisions 1.115-1.116 (requested by...
details: https://anonhg.NetBSD.org/src/rev/c0d596d50ff2
branches: netbsd-1-5
changeset: 491608:c0d596d50ff2
user: he <he%NetBSD.org@localhost>
date: Thu May 03 20:58:04 2001 +0000
description:
Pull up revisions 1.115-1.116 (requested by skrll):
Add a driver for the ESS Technology Maestro-1/2/2E AC97 audio chips,
ES1968 and ES1978.
diffstat:
sys/dev/pci/files.pci | 7 ++++++-
1 files changed, 6 insertions(+), 1 deletions(-)
diffs (21 lines):
diff -r 92ed2317760a -r c0d596d50ff2 sys/dev/pci/files.pci
--- a/sys/dev/pci/files.pci Thu May 03 20:57:46 2001 +0000
+++ b/sys/dev/pci/files.pci Thu May 03 20:58:04 2001 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: files.pci,v 1.96.2.6 2001/05/01 11:44:52 he Exp $
+# $NetBSD: files.pci,v 1.96.2.7 2001/05/03 20:58:04 he Exp $
#
# Config file and device description for machine-independent PCI code.
# Included by ports that need it. Requires that the SCSI files be
@@ -232,6 +232,11 @@
attach mpu at eso with mpu_eso
file dev/pci/mpu_eso.c mpu_eso
+# ESS Maestro-1/2/2e PCI AC97 Audio Accelerator
+device esm: audio, auconv, mulaw, ac97
+attach esm at pci
+file dev/pci/esm.c esm
+
# S3 SonicVibes (S3 617)
device sv { }: audio, auconv, mulaw, midibus
attach sv at pci
Home |
Main Index |
Thread Index |
Old Index