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/ic Pull up revision 1.22 (requested by he):
details: https://anonhg.NetBSD.org/src/rev/025d10a30c53
branches: netbsd-1-5
changeset: 492604:025d10a30c53
user: he <he%NetBSD.org@localhost>
date: Thu Jan 24 22:34:47 2002 +0000
description:
Pull up revision 1.22 (requested by he):
Add driver for the ESS Allegro-1 / Maestro-3 audio hardware.
diffstat:
sys/dev/ic/ac97.c | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r 55c72893520d -r 025d10a30c53 sys/dev/ic/ac97.c
--- a/sys/dev/ic/ac97.c Thu Jan 24 22:34:34 2002 +0000
+++ b/sys/dev/ic/ac97.c Thu Jan 24 22:34:47 2002 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: ac97.c,v 1.11.2.3 2001/05/03 21:13:05 he Exp $ */
+/* $NetBSD: ac97.c,v 1.11.2.4 2002/01/24 22:34:47 he Exp $ */
/* $OpenBSD: ac97.c,v 1.8 2000/07/19 09:01:35 csapuntz Exp $ */
/*
@@ -304,6 +304,7 @@
{ AC97_CODEC_ID('T', 'R', 'A', 35), "TriTech unknown", },
{ AC97_CODEC_ID('W', 'M', 'L', 0), "Wolfson WM9704", },
{ AC97_CODEC_ID('W', 'M', 'L', 3), "Wolfson WM9707", },
+ { 0x45838308, "ESS Technology ES1921", },
{ 0x83847600, "SigmaTel STAC9700", },
{ 0x83847604, "SigmaTel STAC9701/3/4/5", },
{ 0x83847605, "SigmaTel STAC9704", },
Home |
Main Index |
Thread Index |
Old Index