From nobody@FreeBSD.org  Mon Nov  6 14:50:29 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 C5EAC16A415
	for <freebsd-gnats-submit@FreeBSD.org>; Mon,  6 Nov 2006 14:50:29 +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 8079E43D5E
	for <freebsd-gnats-submit@FreeBSD.org>; Mon,  6 Nov 2006 14:50:29 +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 kA6EoTK3062923
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 6 Nov 2006 14:50:29 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.13.1/8.13.1/Submit) id kA6EoTxx062922;
	Mon, 6 Nov 2006 14:50:29 GMT
	(envelope-from nobody)
Message-Id: <200611061450.kA6EoTxx062922@www.freebsd.org>
Date: Mon, 6 Nov 2006 14:50:29 GMT
From: Matteo Pillon<matteo.pillon@gmail.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [patch] RS200M agp interface not detected
X-Send-Pr-Version: www-3.0

>Number:         105212
>Category:       i386
>Synopsis:       [patch] RS200M agp interface not detected
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-i386
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Nov 06 15:00:36 GMT 2006
>Closed-Date:    Tue Feb 06 08:40:12 GMT 2007
>Last-Modified:  Tue Feb 06 08:40:12 GMT 2007
>Originator:     Matteo Pillon
>Release:        6.2-PRERELEASE
>Organization:
>Environment:
FreeBSD watson.octopus 6.2-PRERELEASE FreeBSD 6.2-PRERELEASE #0: Sun Nov  5 17:30:45 CET 2006     root@watson.octopus:/usr/obj/usr/src/sys/GENERIC  i386
>Description:
My agp interface is not detected in 6.2-PRERELEASE, as the id is not
listed in the driver.

>How-To-Repeat:
Installing FreeBSD on a notebook based on a radeon igp solution. ;-)
>Fix:


Patch attached with submission follows:

--- agp_ati.c.orig	Mon Nov 14 22:14:14 2005
+++ agp_ati.c	Sun Nov  5 17:21:59 2006
@@ -89,6 +89,8 @@
 		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:
@@ -183,6 +185,7 @@
 	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:
State-Changed-From-To: open->closed 
State-Changed-By: remko 
State-Changed-When: Tue Feb 6 08:40:08 UTC 2007 
State-Changed-Why:  
This is a duplicate of kern/100958 which was fixed by Florent yesterday, 
thanks for the submission! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=105212 
>Unformatted:
