i386/105212: [patch] RS200M agp interface not detected

Matteo Pillon matteo.pillon at gmail.com
Mon Nov 6 15:00:42 UTC 2006


>Number:         105212
>Category:       i386
>Synopsis:       [patch] RS200M agp interface not detected
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-i386
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Nov 06 15:00:36 GMT 2006
>Closed-Date:
>Last-Modified:
>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 at 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:
>Unformatted:


More information about the freebsd-i386 mailing list