From owner-freebsd-ports Tue Mar 19 14:30:43 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id DD63937B431 for ; Tue, 19 Mar 2002 14:30:01 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g2JMU1I37804; Tue, 19 Mar 2002 14:30:01 -0800 (PST) (envelope-from gnats) Received: from anholt.dyndns.org (d184-101.uoregon.edu [128.223.184.101]) by hub.freebsd.org (Postfix) with ESMTP id B724E37B404 for ; Tue, 19 Mar 2002 14:28:44 -0800 (PST) Received: (from root@localhost) by anholt.dyndns.org (8.11.6/8.11.6) id g2JMSic01478; Tue, 19 Mar 2002 14:28:44 -0800 (PST) (envelope-from anholt) Message-Id: <200203192228.g2JMSic01478@anholt.dyndns.org> Date: Tue, 19 Mar 2002 14:28:44 -0800 (PST) From: Eric Anholt Reply-To: Eric Anholt To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/36111: Fix r128 probing in drm-kmod Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 36111 >Category: ports >Synopsis: Fix r128 probing in drm-kmod >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Tue Mar 19 14:30:01 PST 2002 >Closed-Date: >Last-Modified: >Originator: Eric Anholt >Release: FreeBSD 4.5-STABLE i386 >Organization: >Environment: System: FreeBSD anholt.dyndns.org 4.5-STABLE FreeBSD 4.5-STABLE #0: Wed Feb 27 23:40:21 PST 2002 anholt@:/usr/src/stable/sys/compile/MYKERNEL i386 >Description: Bad copy-and-pasting of Rage128 PCI IDs caused cards to not be probed. >How-To-Repeat: >Fix: Apply the following patch from ports/graphics/drm-kmod/ diff -ruN ../drm-kmod-orig/files/patch-r128pciids ./files/patch-r128pciids --- ../drm-kmod-orig/files/patch-r128pciids Wed Dec 31 16:00:00 1969 +++ ./files/patch-r128pciids Tue Mar 19 14:04:12 2002 @@ -0,0 +1,19 @@ +--- r128/r128_drv.c.orig Tue Mar 19 14:03:24 2002 ++++ r128/r128_drv.c Tue Mar 19 14:03:51 2002 +@@ -72,11 +72,11 @@ + {0x1002, 0x5046, 1, "ATI Rage 128 Pro PF (AGP)"}, + {0x1002, 0x5050, 0, "ATI Rage 128 Pro PP (PCI)"}, + {0x1002, 0x5052, 0, "ATI Rage 128 Pro PR (PCI)"}, +- {0x1002, 0x5053, 0, "ATI Rage 128 RE (PCI)"}, +- {0x1002, 0x5054, 1, "ATI Rage 128 RF (AGP)"}, +- {0x1002, 0x5054, 1, "ATI Rage 128 RG (AGP)"}, +- {0x1002, 0x5055, 0, "ATI Rage 128 RK (PCI)"}, +- {0x1002, 0x5055, 1, "ATI Rage 128 RL (AGP)"}, ++ {0x1002, 0x5245, 0, "ATI Rage 128 RE (PCI)"}, ++ {0x1002, 0x5246, 1, "ATI Rage 128 RF (AGP)"}, ++ {0x1002, 0x5247, 1, "ATI Rage 128 RG (AGP)"}, ++ {0x1002, 0x524b, 0, "ATI Rage 128 RK (PCI)"}, ++ {0x1002, 0x524c, 1, "ATI Rage 128 RL (AGP)"}, + {0x1002, 0x534d, 1, "ATI Rage 128 SM (AGP)"}, + {0x1002, 0x5446, 1, "ATI Rage 128 Pro Ultra TF (AGP)"}, + {0x1002, 0x544C, 1, "ATI Rage 128 Pro Ultra TL (AGP)"}, >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message