Date: Tue, 19 Mar 2002 14:28:44 -0800 (PST) From: Eric Anholt <eanholt@gladstone.uoregon.edu> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/36111: Fix r128 probing in drm-kmod Message-ID: <200203192228.g2JMSic01478@anholt.dyndns.org>
next in thread | raw e-mail | index | archive | help
>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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200203192228.g2JMSic01478>