added recognition for those 5 extra variations of unichrome cards. Bumped version to 0.03 btw.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@13691 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Rudolf Cornelissen 2005-07-15 20:07:27 +00:00
parent 4ac0231388
commit 02619f4da6
1 changed files with 6 additions and 1 deletions

View File

@ -98,7 +98,12 @@ static device_hooks graphics_device_hooks = {
#define VENDOR_ID_VIA 0x1106 /* Via */
static uint16 via_device_list[] = {
0x3122, /* */
0x3022, /* CLE266 Unichrome Pro (CLE3022) */
0x3122, /* CLE266 Unichrome Pro (CLE3122) */
0x3204, /* K8M800 Unichrome Pro (VT3204) */
0x3205, /* KM400 Unichrome (VT3205) */
0x7204, /* K8M800 Unichrome Pro (VT7204) */
0x7205, /* KM400 Unichrome (VT7205) */
0
};