From owner-freebsd-bugs Fri Dec 13 19:41:16 2002 Delivered-To: freebsd-bugs@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9ED5037B401; Fri, 13 Dec 2002 19:41:15 -0800 (PST) Received: from zcars04f.nortelnetworks.com (zcars04f.nortelnetworks.com [47.129.242.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9C8A143ED4; Fri, 13 Dec 2002 19:41:14 -0800 (PST) (envelope-from atrens@nortelnetworks.com) Received: from zcard307.ca.nortel.com (zcard307.ca.nortel.com [47.129.242.67]) by zcars04f.nortelnetworks.com (Switch-2.2.0/Switch-2.2.0) with ESMTP id gBE3f1R06035; Fri, 13 Dec 2002 22:41:02 -0500 (EST) Received: from zcard031.ca.nortel.com ([47.129.242.121]) by zcard307.ca.nortel.com with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2653.13) id XJ9CRWGS; Fri, 13 Dec 2002 22:41:01 -0500 Received: from hcarp00g (hcarp00g.ca.nortel.com [47.130.128.122]) by zcard031.ca.nortel.com with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2653.13) id YZNPHBKL; Fri, 13 Dec 2002 22:41:02 -0500 Subject: audio patch for nForce2 motherboards (eg ASUS K7N8X ) From: Andrew Atrens Reply-To: atrens@nortelnetworks.com To: freebsd-bugs@FreeBSD.ORG Cc: cg@FreeBSD.ORG Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Mailer: Ximian Evolution 1.0.8 Date: 13 Dec 2002 22:42:50 -0500 Message-Id: <1039837370.81862.2.camel@hcarp00g.ca.nortel.com> Mime-Version: 1.0 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Need to add a couple of device ids, and it all works - # diff -u ich.c ich.c.fix --- ich.c Thu Aug 22 12:38:21 2002 +++ ich.c.fix Fri Dec 13 22:35:22 2002 @@ -627,6 +627,11 @@ device_set_desc(dev, "Nvidia nForce AC97 controller"); return 0; + case 0x006a10de: + case 0x00da10de: + device_set_desc(dev, "Nvidia nForce2 AC97 controller"); + return 0; + default: return ENXIO; } To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message