added defines for other unichrome cards and archs.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@13690 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -173,8 +173,13 @@ typedef struct {
|
|||||||
|
|
||||||
/* card info - information gathered from PINS (and other sources) */
|
/* card info - information gathered from PINS (and other sources) */
|
||||||
enum
|
enum
|
||||||
{ // card_type in order of date of VIA chip design
|
{ // card_type in order of date of VIA chip design (fixme: check order)
|
||||||
CLE266 = 0,
|
CLE3122 = 0,
|
||||||
|
CLE3022,
|
||||||
|
VT7205,
|
||||||
|
VT3205,
|
||||||
|
VT7204,
|
||||||
|
VT3204,
|
||||||
NV04,
|
NV04,
|
||||||
NV05,
|
NV05,
|
||||||
NV05M64,
|
NV05M64,
|
||||||
@@ -203,7 +208,9 @@ typedef struct {
|
|||||||
};
|
};
|
||||||
enum
|
enum
|
||||||
{ // card_arch in order of date of VIA chip design
|
{ // card_arch in order of date of VIA chip design
|
||||||
UNI_PRO = 0,
|
CLE266 = 0,
|
||||||
|
KM400,
|
||||||
|
K8M800,
|
||||||
NV04A,
|
NV04A,
|
||||||
NV10A,
|
NV10A,
|
||||||
NV20A,
|
NV20A,
|
||||||
|
|||||||
Reference in New Issue
Block a user