diff options
author | Robert Noland <rnoland@FreeBSD.org> | 2009-01-24 22:06:28 +0000 |
---|---|---|
committer | Robert Noland <rnoland@FreeBSD.org> | 2009-01-24 22:06:28 +0000 |
commit | 70244b8b7f344c7617a23726a5f7ba91b53d4c73 (patch) | |
tree | 4da2f28b1493b70dde561da2a66cdc2b84b72e4c /x11-drivers/xf86-video-openchrome | |
parent | 489e20505a95007108daa5bc175ae67ad0c06508 (diff) | |
download | ports-70244b8b7f344c7617a23726a5f7ba91b53d4c73.tar.gz ports-70244b8b7f344c7617a23726a5f7ba91b53d4c73.zip |
Notes
Diffstat (limited to 'x11-drivers/xf86-video-openchrome')
-rw-r--r-- | x11-drivers/xf86-video-openchrome/files/patch-src_via_id.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/x11-drivers/xf86-video-openchrome/files/patch-src_via_id.c b/x11-drivers/xf86-video-openchrome/files/patch-src_via_id.c new file mode 100644 index 000000000000..130e2baf2203 --- /dev/null +++ b/x11-drivers/xf86-video-openchrome/files/patch-src_via_id.c @@ -0,0 +1,10 @@ +--- src/via_id.c.orig 2008-08-18 18:25:16.000000000 -0400 ++++ src/via_id.c 2008-11-11 21:20:14.000000000 -0500 +@@ -207,6 +207,7 @@ + {"VIA VT3343 (P4M890)", VIA_P4M890, 0x1106, 0x3343, VIA_DEVICE_CRT}, + {"MSI P4M890M-L/IL (MS-7255)", VIA_P4M890, 0x1462, 0x7255, VIA_DEVICE_CRT}, + {"Biostar P4M890-M7 TE", VIA_P4M890, 0x1565, 0x1207, VIA_DEVICE_CRT}, ++ {"Mitac 8624 (Joybook R41E)", VIA_P4M890, 0x1071, 0x8624, VIA_DEVICE_CRT | VIA_DEVICE_LCD},
+ {"ASRock P4VM890", VIA_P4M890, 0x1849, 0x3343, VIA_DEVICE_CRT}, + + /* keep this */ |