Date: Mon, 6 Nov 2006 14:50:29 GMT From: Matteo Pillon<matteo.pillon@gmail.com> To: freebsd-gnats-submit@FreeBSD.org Subject: i386/105212: [patch] RS200M agp interface not detected Message-ID: <200611061450.kA6EoTxx062922@www.freebsd.org> Resent-Message-ID: <200611061500.kA6F0aAn040066@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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@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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200611061450.kA6EoTxx062922>