kern/69858: Intel E7205 Chipset AGP Support

Jacobo Arvelo "UNIX4ALL" unix4all at ya.com
Mon Aug 16 16:10:22 PDT 2004


The following reply was made to PR kern/69858; it has been noted by GNATS.

From: "Jacobo Arvelo \"UNIX4ALL\"" <unix4all at ya.com>
To: freebsd-gnats-submit at FreeBSD.org
Cc:  
Subject: Re: kern/69858: Intel E7205 Chipset AGP Support
Date: Mon, 16 Aug 2004 23:48:11 +0100

 --=-dAUzVFL3MkCmnHz1lKEG
 Content-Type: text/plain; charset=ISO-8859-1
 Content-Transfer-Encoding: 8bit
 
 Hi, I have a patch to FreeBSD 4.10-STABLE, It should work with CURRENT
 too (It´s a very simple patch).
  
 greetings,
 
 P.D: I Have problems with my ISP smtp server, if you received multiple
 emails or anything nasty, please accept my apologies.
 
 -- 
 Jacobo Arvelo "UNIX4ALL"
 
 Free/Open/Net/DragonFly BSD Powered User
 
 http://unix4all.homeunix.org
 
 --=-dAUzVFL3MkCmnHz1lKEG
 Content-Disposition: attachment; filename=agp_intel.c.diff
 Content-Type: text/x-patch; name=agp_intel.c.diff; charset=ISO-8859-15
 Content-Transfer-Encoding: 7bit
 
 *** agp_intel.c.old	Wed Sep 17 07:57:15 2003
 --- agp_intel.c	Sun Aug 15 12:13:43 2004
 ***************
 *** 103,108 ****
 --- 103,111 ----
   	case 0x25318086:
   		return ("Intel 82860 host to AGP bridge");
   
 + 	case 0x255d8086:
 + 		return ("Intel E7205 host to AGP bridge");
 + 
   	case 0x25708086:
   		return ("Intel 82865 host to AGP bridge");
   
 ***************
 *** 207,212 ****
 --- 210,216 ----
   
   	case 0x1a308086: /* i845 */
   	case 0x33408086: /* i855 */
 + 	case 0x255d8086: /* E7205 */
   	case 0x25708086: /* i865 */
   	case 0x25788086: /* i875P */
   		pci_write_config(dev, AGP_INTEL_I845_MCHCFG,
 ***************
 *** 230,235 ****
 --- 234,240 ----
   	case 0x1a308086: /* i845 */
   	case 0x25308086: /* i850 */
   	case 0x33408086: /* i855 */
 + 	case 0x255d8086: /* E7205 */
   	case 0x25318086: /* i860 */
   	case 0x25708086: /* i865 */
   	case 0x25788086: /* i875P */
 ***************
 *** 276,281 ****
 --- 281,287 ----
   
   	case 0x1a308086: /* i845 */
   	case 0x33408086: /* i855 */
 + 	case 0x255d8086: /* E7205 */
   	case 0x25708086: /* i865 */
   	case 0x25788086: /* i875P */
   		printf("%s: set MCHCFG to %x\n", __FUNCTION__, (unsigned)
 
 --=-dAUzVFL3MkCmnHz1lKEG--
 


More information about the freebsd-bugs mailing list