[PATCH] Add support for the Intel 852 chipset

From: Joe Marcus Clarke <marcus_at_marcuscom.com>
Date: 27 Jul 2003 17:15:38 -0400
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
_at_@ -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");
_at__at_ -209,6 +212,7 _at__at_
 		break;
 
 	case 0x1a308086: /* i845 */
+	case 0x35808086: /* i852 */
 	case 0x33408086: /* i855 */
 	case 0x25708086: /* i865 */
 	case 0x25788086: /* i875P */
_at__at_ -232,6 +236,7 _at__at_
 	case 0x25018086: /* i820 */
 	case 0x1a308086: /* i845 */
 	case 0x25308086: /* i850 */
+	case 0x35808086: /* i852 */
 	case 0x33408086: /* i855 */
 	case 0x25318086: /* i860 */
 	case 0x25708086: /* i865 */
_at__at_ -278,6 +283,7 _at__at_
 				& ~(1 << 1)), 1);
 
 	case 0x1a308086: /* i845 */
+	case 0x35808086: /* i852 */
 	case 0x33408086: /* i855 */
 	case 0x25708086: /* i865 */
 	case 0x25788086: /* i875P */
Received on Sun Jul 27 2003 - 12:15:41 UTC

This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:37:16 UTC