Please do not reply to this email: if you want to comment on the bug, go to
the URL shown below and enter your comments there.
http://bugs.xfree86.org/show_bug.cgi?id=757
Summary: Cut and paste error in radeon_probe.c
Product: Drivers
Version: CVS_head
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: ATI Radeon
AssignedTo: [EMAIL PROTECTED]
ReportedBy: [EMAIL PROTECTED]
CC: [EMAIL PROTECTED]
In analyzing a diff between xf-4_3-branch and current CVS head I found the
following bug in radeon_probe.c:
+ { PCI_CHIP_RV280_596A, PCI_CHIP_RV280_596A, RES_SHARED_VGA },
+ { PCI_CHIP_RV280_596B, PCI_CHIP_RV280_596A, RES_SHARED_VGA },
The second line, second field should be PCI_CHIP_RV280_596B not
PCI_CHIP_RV280_596A, ie: the second line should read:
+ { PCI_CHIP_RV280_596B, PCI_CHIP_RV280_596B, RES_SHARED_VGA },
I'd create a patch, but the file is small and the problem is easy to see
right away and fix, so it'd take longer to download and apply a patch than
to just edit it and check it into CVS. The DRI project's Radeon driver
likely has this same bug I'm assuming.
--
Configure bugmail: http://bugs.xfree86.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Dri-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dri-devel