Skip site navigation (1)Skip section navigation (2)
Date:      13 Dec 2002 22:42:50 -0500
From:      Andrew Atrens <atrens@nortelnetworks.com>
To:        freebsd-bugs@FreeBSD.ORG
Cc:        cg@FreeBSD.ORG
Subject:   audio patch for nForce2 motherboards (eg ASUS K7N8X )
Message-ID:  <1039837370.81862.2.camel@hcarp00g.ca.nortel.com>

next in thread | raw e-mail | index | archive | help

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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1039837370.81862.2.camel>