[PATCH] Add support for the Intel 852 chipset

Joe Marcus Clarke marcus at marcuscom.com
Sun Jul 27 14:15:42 PDT 2003


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


-------------- next part --------------
--- 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 */
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 187 bytes
Desc: This is a digitally signed message part
Url : http://lists.freebsd.org/pipermail/freebsd-current/attachments/20030727/ae6f473d/attachment-0001.bin


More information about the freebsd-current mailing list