Here is a bad that adds i852 support to the AGP system.  This seems to
work fine on my Dell 5150.  Others may want to double-check this first
since this isn't my area of expertise.

Joe

-- 
PGP Key : http://www.marcuscom.com/pgp.asc


--- src/sys/pci/agp_intel.c.orig        Sat Jul 26 00:28:34 2003
+++ src/sys/pci/agp_intel.c     Sat Jul 26 00:28:39 2003
@@ -99,6 +99,9 @@
 
        case 0x25308086:
                return ("Intel 82850 host to AGP bridge");
+       
+       case 0x35808086:
+               return ("Intel 82852 host to AGP bridge");
 
        case 0x33408086:
                return ("Intel 82855 host to AGP bridge");
@@ -209,6 +212,7 @@
                break;
 
        case 0x1a308086: /* i845 */
+       case 0x35808086: /* i852 */
        case 0x33408086: /* i855 */
        case 0x25708086: /* i865 */
        case 0x25788086: /* i875P */
@@ -232,6 +236,7 @@
        case 0x25018086: /* i820 */
        case 0x1a308086: /* i845 */
        case 0x25308086: /* i850 */
+       case 0x35808086: /* i852 */
        case 0x33408086: /* i855 */
        case 0x25318086: /* i860 */
        case 0x25708086: /* i865 */
@@ -278,6 +283,7 @@
                                & ~(1 << 1)), 1);
 
        case 0x1a308086: /* i845 */
+       case 0x35808086: /* i852 */
        case 0x33408086: /* i855 */
        case 0x25708086: /* i865 */
        case 0x25788086: /* i875P */

Attachment: signature.asc
Description: This is a digitally signed message part

Reply via email to