Add support for "nForce3 250 MCP-T AC-97 Audio", from Kouichirou Hiratsuka

in PR 27843.

Ok'ed christos@
This commit is contained in:
xtraeme 2004-11-06 08:41:14 +00:00
parent aef353dd52
commit 537252716c
1 changed files with 4 additions and 2 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: auich.c,v 1.73 2004/11/01 06:25:35 mycroft Exp $ */
/* $NetBSD: auich.c,v 1.74 2004/11/06 08:41:14 xtraeme Exp $ */
/*-
* Copyright (c) 2000, 2004 The NetBSD Foundation, Inc.
@ -118,7 +118,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: auich.c,v 1.73 2004/11/01 06:25:35 mycroft Exp $");
__KERNEL_RCSID(0, "$NetBSD: auich.c,v 1.74 2004/11/06 08:41:14 xtraeme Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@ -348,6 +348,8 @@ static const struct auich_devtype {
"nForce2 MCP-T AC-97 Audio", "nForce2" },
{ PCI_VENDOR_NVIDIA, PCI_PRODUCT_NVIDIA_NFORCE3_MCPT_AC,
"nForce3 MCP-T AC-97 Audio", "nForce3" },
{ PCI_VENDOR_NVIDIA, PCI_PRODUCT_NVIDIA_NFORCE3_250_MCPT_AC,
"nForce3 250 MCP-T AC-97 Audio", "nForce3" },
{ PCI_VENDOR_AMD, PCI_PRODUCT_AMD_PBC768_AC,
"AMD768 AC-97 Audio", "AMD768" },
{ PCI_VENDOR_AMD, PCI_PRODUCT_AMD_PBC8111_AC,