removed two ID's from VIA accelerant: those where no graphics adapters after all.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@17194 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Rudolf Cornelissen
2006-04-21 20:50:55 +00:00
parent 37b502f28b
commit 20e13cf709
+1 -13
View File
@@ -1,7 +1,7 @@
/* Authors:
Mark Watson 12/1999,
Apsed,
Rudolf Cornelissen 10/2002-11/2004
Rudolf Cornelissen 10/2002-4/2006
*/
#define MODULE_BIT 0x00008000
@@ -118,24 +118,12 @@ status_t eng_general_powerup()
LOG(4,("POWERUP: Detected VIA CLE266 Unichrome Pro (CLE3122)\n"));
status = engxx_general_powerup();
break;
case 0x32041106:
si->ps.card_type = VT3204;
si->ps.card_arch = K8M800;
LOG(4,("POWERUP: Detected VIA K8M800 Unichrome Pro (VT3204)\n"));
status = engxx_general_powerup();
break;
case 0x32051106:
si->ps.card_type = VT3205;
si->ps.card_arch = KM400;
LOG(4,("POWERUP: Detected VIA KM400 Unichrome (VT3205)\n"));
status = engxx_general_powerup();
break;
case 0x72041106:
si->ps.card_type = VT7204;
si->ps.card_arch = K8M800;
LOG(4,("POWERUP: Detected VIA K8M800 Unichrome Pro (VT7204)\n"));
status = engxx_general_powerup();
break;
case 0x72051106:
si->ps.card_type = VT7205;
si->ps.card_arch = KM400;