Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 14 Mar 2002 17:12:41 +1100 (EST)
From:      Gregory Bond <gnb@itga.com.au>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   kern/35883: probe for ATI Rage128 Pro
Message-ID:  <200203140612.g2E6CfY00229@hellcat-new.itga.com.au>

next in thread | raw e-mail | index | archive | help

>Number:         35883
>Category:       kern
>Synopsis:       probe for ATI Rage128 Pro
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Mar 13 22:20:01 PST 2002
>Closed-Date:
>Last-Modified:
>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:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200203140612.g2E6CfY00229>