Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/ic add a couple of Analog device names
details: https://anonhg.NetBSD.org/src/rev/78b225d1a0cf
branches: trunk
changeset: 533618:78b225d1a0cf
user: joda <joda%NetBSD.org@localhost>
date: Fri Jul 05 13:50:47 2002 +0000
description:
add a couple of Analog device names
diffstat:
sys/dev/ic/ac97.c | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
diffs (27 lines):
diff -r 84ea86817055 -r 78b225d1a0cf sys/dev/ic/ac97.c
--- a/sys/dev/ic/ac97.c Fri Jul 05 13:49:26 2002 +0000
+++ b/sys/dev/ic/ac97.c Fri Jul 05 13:50:47 2002 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: ac97.c,v 1.24 2002/01/23 14:50:45 ichiro Exp $ */
+/* $NetBSD: ac97.c,v 1.25 2002/07/05 13:50:47 joda Exp $ */
/* $OpenBSD: ac97.c,v 1.8 2000/07/19 09:01:35 csapuntz Exp $ */
/*
@@ -63,7 +63,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: ac97.c,v 1.24 2002/01/23 14:50:45 ichiro Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ac97.c,v 1.25 2002/07/05 13:50:47 joda Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@@ -291,6 +291,8 @@
const char *name;
} ac97codecid[] = {
{ AC97_CODEC_ID('A', 'D', 'S', 64), "Analog Devices AD1881" },
+ { AC97_CODEC_ID('A', 'D', 'S', 72), "Analog Devices AD1881A" },
+ { AC97_CODEC_ID('A', 'D', 'S', 96), "Analog Devices AD1885" },
{ AC97_CODEC_ID('A', 'K', 'M', 0), "Asahi Kasei AK4540" },
{ AC97_CODEC_ID('A', 'K', 'M', 2), "Asahi Kasei AK4543" },
{ AC97_CODEC_ID('C', 'R', 'Y', 0), "Crystal CS4297" },
Home |
Main Index |
Thread Index |
Old Index