Bug 6205 - Card-ID for embeded Via Unichrome on MSI K8MM-V main board
Summary: Card-ID for embeded Via Unichrome on MSI K8MM-V main board
Status: RESOLVED DUPLICATE of bug 4427
Alias: None
Product: xorg
Classification: Unclassified
Component: Driver/Via (show other bugs)
Version: 6.8.99.15
Hardware: x86 (IA32) Linux (All)
: high minor
Assignee: Xorg Project Team
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-03-10 10:52 UTC by tuxokc
Modified: 2006-03-09 16:22 UTC (History)
1 user (show)

See Also:
i915 platform:
i915 features:


Attachments

Description tuxokc 2006-03-10 10:52:29 UTC
A quick patch to let via_drv recognize the MB implememtation.  There are still
other issues to address under other topics.

--- via_id.orig.c       2006-03-09 17:00:37.000000000 -0600
+++ via_id.c    2006-03-09 17:26:31.000000000 -0600
@@ -126,6 +126,7 @@ static struct ViaCardIdStruct ViaCardId[
     {"Giga-byte GA-K8VM800M",                 VIA_K8M800,  0x1458, 0xD000,
VIA_DEVICE_CRT},
     {"MSI K8M Neo-V",                         VIA_K8M800,  0x1462, 0x0320,
VIA_DEVICE_CRT},
     {"MSI K8MM-ILSR",                         VIA_K8M800,  0x1462, 0x7410,
VIA_DEVICE_CRT},
+    {"MSI K8MM-V",                            VIA_K8M800,  0x1462, 0x7142,
VIA_DEVICE_CRT},
     {"Abit KV-80",                            VIA_K8M800,  0x147B, 0x1419,
VIA_DEVICE_CRT},
     {"Averatec 327x",                         VIA_K8M800,  0x14FF, 0x0315,
VIA_DEVICE_CRT | VIA_DEVICE_LCD},
     {"Averatec 54xx",                         VIA_K8M800,  0x1509, 0x3930,
VIA_DEVICE_CRT | VIA_DEVICE_LCD},
Comment 1 tuxokc 2006-03-10 10:53:58 UTC
The full path where the patch was created:

xorg-x11-6.8.99.15-r4/work/xc/programs/Xserver/hw/xfree86/drivers/via
Comment 2 Luc Verhaegen 2006-03-10 11:22:26 UTC

*** This bug has been marked as a duplicate of 4427 ***


Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.