From nobody@FreeBSD.org  Fri Jul 28 03:44:54 2006
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id C216516A4DA
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 28 Jul 2006 03:44:54 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [216.136.204.117])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 8A19143D46
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 28 Jul 2006 03:44:54 +0000 (GMT)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.13.1/8.13.1) with ESMTP id k6S3isPb005591
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 28 Jul 2006 03:44:54 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.13.1/8.13.1/Submit) id k6S3is33005590;
	Fri, 28 Jul 2006 03:44:54 GMT
	(envelope-from nobody)
Message-Id: <200607280344.k6S3is33005590@www.freebsd.org>
Date: Fri, 28 Jul 2006 03:44:54 GMT
From: Kazuo Dohzono <dohzono@axion-software.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [patch] ATI AGP IGP 345M support
X-Send-Pr-Version: www-2.3

>Number:         100958
>Category:       kern
>Synopsis:       [agp] [patch] ATI AGP IGP 345M support
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    anholt
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jul 28 03:50:12 GMT 2006
>Closed-Date:    Mon Feb 05 12:32:30 GMT 2007
>Last-Modified:  Mon Feb  5 12:40:16 GMT 2007
>Originator:     Kazuo Dohzono
>Release:        6.1
>Organization:
>Environment:
>Description:
Sony VAIO PCG-FR55G/B has a Radeon AGP IGP 345M, but there is no /dev/agpgart because /usr/src/sys/pci/agp_ati.c can't handle its CPU-PCI Bridge.

>How-To-Repeat:

>Fix:
This patch enables /dev/agpgart, and also enables DRI mode on xorg-xserver
(with agp.ko and radeon.ko). 

*** agp_ati.c.orig	Fri Jul 28 12:34:31 2006
--- agp_ati.c	Fri Jul 28 12:35:08 2006
***************
*** 89,94 ****
--- 89,96 ----
  		return ("ATI RS100 AGP bridge");
  	case 0xcab21002:
  		return ("ATI RS200 AGP bridge");
+ 	case 0xcbb21002:
+ 		return ("ATI RS200M AGP bridge");
  	case 0xcab31002:
  		return ("ATI RS250 AGP bridge");
  	case 0x58301002:
***************
*** 182,187 ****
--- 184,190 ----
  	switch (pci_get_devid(dev)) {
  	case 0xcab01002: /* ATI RS100 AGP bridge */
  	case 0xcab21002: /*ATI RS200 AGP bridge  */
+ 	case 0xcbb21002: /*ATI RS200M AGP bridge  */
  	case 0xcab31002: /* ATI RS250 AGP bridge */
  		sc->is_rs300 = 0;
  		apsize_reg = ATI_RS100_APSIZE;

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-i386->freebsd-bugs 
Responsible-Changed-By: linimon 
Responsible-Changed-When: Sat Jul 29 07:38:07 UTC 2006 
Responsible-Changed-Why:  
This does not sound i386-specific. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=100958 
Responsible-Changed-From-To: freebsd-bugs->anholt 
Responsible-Changed-By: linimon 
Responsible-Changed-When: Thu Aug 31 18:18:01 UTC 2006 
Responsible-Changed-Why:  
anholt has expressed an interest in agp PRs. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=100958 
State-Changed-From-To: open->patched 
State-Changed-By: anholt 
State-Changed-When: Fri Sep 1 02:22:33 UTC 2006 
State-Changed-Why:  
Committed to -current; MFC to follow.  Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=100958 

From: Larry Rosenman <ler@lerctr.org>
To: bug-followup@FreeBSD.org
Cc:  
Subject: kern/100958: ATI RS200M Support
Date: Sun, 14 Jan 2007 15:17:24 -0600 (CST)

 Can we get an MFC of this to RELENG_6?
 
 Thanks!
 
 
 -- 
 Larry Rosenman                     http://www.lerctr.org/~ler
 Phone: +1 512-248-2683                 E-Mail: ler@lerctr.org
 US Mail: 430 Valona Loop, Round Rock, TX 78681-3893
State-Changed-From-To: patched->closed 
State-Changed-By: flz 
State-Changed-When: Mon Feb 5 12:30:29 UTC 2007 
State-Changed-Why:  
MFC'ed to RELENG_6. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=100958 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: kern/100958: commit references a PR
Date: Mon,  5 Feb 2007 12:30:25 +0000 (UTC)

 flz         2007-02-05 12:29:46 UTC
 
   FreeBSD src repository
 
   Modified files:        (Branch: RELENG_6)
     sys/pci              agp_ati.c 
   Log:
   MFC: Add support for another ATI IGP 340M (RS200M) AGP bridge.
   
       src/sys/pci/agp_ati.c: rev 1.2 -> 1.3
   
   PR:             kern/100958
   Submitted by:   Kazuo Dohzono <dohzono@axion-software.com>
   
   Revision  Changes    Path
   1.1.2.2   +4 -1      src/sys/pci/agp_ati.c
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
