From toor@itga.com.au  Wed Mar 13 22:12:45 2002
Return-Path: <toor@itga.com.au>
Received: from ns.itga.com.au (ns.itga.com.au [202.53.40.210])
	by hub.freebsd.org (Postfix) with ESMTP id CAE1B37B402
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 13 Mar 2002 22:12:43 -0800 (PST)
Received: from lightning.itga.com.au (lightning.itga.com.au [192.168.71.20])
	by ns.itga.com.au (8.9.3/8.9.3) with ESMTP id RAA04646
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 14 Mar 2002 17:12:42 +1100 (EST)
	(envelope-from toor@itga.com.au)
Received: from hellcat-new.itga.com.au ([192.168.71.32])
	by lightning.itga.com.au (8.9.3/8.9.3) with ESMTP id RAA29427;
	Thu, 14 Mar 2002 17:12:42 +1100 (EST)
Received: (from root@localhost)
	by hellcat-new.itga.com.au (8.11.6/8.11.6) id g2E6CfY00229;
	Thu, 14 Mar 2002 17:12:41 +1100 (EST)
	(envelope-from toor)
Message-Id: <200203140612.g2E6CfY00229@hellcat-new.itga.com.au>
Date: Thu, 14 Mar 2002 17:12:41 +1100 (EST)
From: Gregory Bond <gnb@itga.com.au>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: probe for ATI Rage128 Pro
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         35883
>Category:       kern
>Synopsis:       probe for ATI Rage128 Pro
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Mar 13 22:20:01 PST 2002
>Closed-Date:    Thu Apr 24 14:35:03 PDT 2003
>Last-Modified:  Thu Apr 24 14:35:03 PDT 2003
>Originator:     Gregory Bond
>Release:        FreeBSD 4.5-RELEASE i386
>Organization:
ITG Australia Ltd
>Environment:
System: FreeBSD hellcat-new.itga.com.au 4.5-RELEASE FreeBSD 4.5-RELEASE #1: Thu Mar 14 16:59:45 EST 2002 toor@hellcat-new.itga.com.au:/usr/src/sys/compile/Hellcat i386


>Description:
The kernel doesn't recognise the ATI Rage128 Pro cards that are shipped
by HP in the new VL420 models.
>How-To-Repeat:
Boot on an HP VL420 with the ATI card.  Note the dmesg that says 
	"ATI model 5446".
>Fix:

I dunno enough about how ATI assign PCI IDs to know if this
is just HP-specific.

A patch for XFree86 is also forthcoming.

--- r128.diff begins here ---
--- sys/pci/pcisupport.c.orig	Thu Mar 14 17:06:40 2002
+++ sys/pci/pcisupport.c	Thu Mar 14 16:59:28 2002
@@ -1536,6 +1536,8 @@
 			chip = "Rage128-RK"; break;
 		case 0x524c:
 			chip = "Rage128-RL"; break;
+		case 0x5446:
+			chip = "Rage128 Pro (HP OEM)"; break;
 		}
 		break;
 	case 0x1005:
--- r128.diff ends here ---


>Release-Note:
>Audit-Trail:

From: Gregory Bond <gnb@itga.com.au>
To: FreeBSD-gnats-submit@FreeBSD.org, freebsd-bugs@FreeBSD.org
Cc:  
Subject: Re: kern/35883: probe for ATI Rage128 Pro 
Date: Thu, 14 Mar 2002 17:26:23 +1100

 Hmmm... a hunt on the XFree86 cvsweb shows this PCI ID is called the
 "RAGE128TF" and supported in XFree 4.2, so the FreeBSD kernel should probably
 call this one "Rage128-TF" for consistency.
 
 
State-Changed-From-To: open->closed 
State-Changed-By: anholt 
State-Changed-When: Thu Apr 24 14:34:17 PDT 2003 
State-Changed-Why:  
As of FreeBSD 5.0 we no longer include this identification of cards. 

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