summaryrefslogtreecommitdiff
path: root/sys/dev/ic
diff options
context:
space:
mode:
authorjmcneill <jmcneill@NetBSD.org>2005-04-08 12:50:00 +0000
committerjmcneill <jmcneill@NetBSD.org>2005-04-08 12:50:00 +0000
commit702c19a270027caba6fef18a6bfe424bf1d6ed57 (patch)
tree290cf83ed25947aacbd12a6c360b86309522c19d /sys/dev/ic
parent89358212e71c778f51e9ad56c25adddde814d5af (diff)
Add identifiers for Intel ICH3 AC'97 modems and CXT33 modem codecs, from
Nicolas Joly <njoly _at_ pasteur _dot_ fr>.
Diffstat (limited to 'sys/dev/ic')
-rw-r--r--sys/dev/ic/ac97.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/sys/dev/ic/ac97.c b/sys/dev/ic/ac97.c
index ab2bd48d799..6c4a38fc2b0 100644
--- a/sys/dev/ic/ac97.c
+++ b/sys/dev/ic/ac97.c
@@ -1,4 +1,4 @@
-/* $NetBSD: ac97.c,v 1.69 2005/04/07 23:24:05 jmcneill Exp $ */
+/* $NetBSD: ac97.c,v 1.70 2005/04/08 12:50:00 jmcneill 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.69 2005/04/07 23:24:05 jmcneill Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ac97.c,v 1.70 2005/04/08 12:50:00 jmcneill Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@@ -726,6 +726,8 @@ static const struct ac97_codecid {
{ 0x83847600, AC97_VENDOR_ID_MASK, "SigmaTel unknown", },
/* Conexant AC'97 modems -- good luck finding datasheets! */
+ { AC97_CODEC_ID('C', 'X', 'T', 33),
+ 0xffffffff, "Conexant HSD11246", },
{ AC97_CODEC_ID('C', 'X', 'T', 34),
0xffffffff, "Conexant D480 MDC V.92 Modem", },
{ AC97_CODEC_ID('C', 'X', 'T', 0),