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 revision 1.156 (requested by he):



details:   https://anonhg.NetBSD.org/src/rev/c18859a987cc
branches:  netbsd-1-5
changeset: 492611:c18859a987cc
user:      he <he%NetBSD.org@localhost>
date:      Thu Jan 24 22:37:09 2002 +0000

description:
Pull up revision 1.156 (requested by he):
  Add driver for the ESS Allegro-1 / Maestro-3 audio hardware.

diffstat:

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

diffs (21 lines):

diff -r 00359600153a -r c18859a987cc sys/dev/pci/files.pci
--- a/sys/dev/pci/files.pci     Thu Jan 24 22:36:48 2002 +0000
+++ b/sys/dev/pci/files.pci     Thu Jan 24 22:37:09 2002 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: files.pci,v 1.96.2.11 2002/01/19 21:55:25 he Exp $
+#      $NetBSD: files.pci,v 1.96.2.12 2002/01/24 22:37:09 he Exp $
 #
 # Config file and device description for machine-independent PCI code.
 # Included by ports that need it.  Requires that the SCSI files be
@@ -250,6 +250,11 @@
 attach neo at pci
 file   dev/pci/neo.c                   neo
 
+# ESS Allegro-1 / Maestro3
+device esa: audio, auconv, mulaw, ac97
+attach esa at pci
+file   dev/pci/esa.c                   esa
+
 # ESS Solo-1 PCI AudioDrive
 device eso { }: audio, auconv, mulaw, midibus
 attach eso at pci



Home | Main Index | Thread Index | Old Index