added several (temporary) registerdefines for VIA.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@13670 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Rudolf Cornelissen
2005-07-14 12:21:28 +00:00
parent 27a839aaca
commit 8eefa6ccc5
2 changed files with 53 additions and 13 deletions
@@ -173,8 +173,9 @@ typedef struct {
/* card info - information gathered from PINS (and other sources) */
enum
{ // card_type in order of date of NV chip design
NV04 = 0,
{ // card_type in order of date of VIA chip design
CLE266 = 0,
NV04,
NV05,
NV05M64,
NV06,
@@ -201,8 +202,9 @@ typedef struct {
NV45
};
enum
{ // card_arch in order of date of NV chip design
NV04A = 0,
{ // card_arch in order of date of VIA chip design
UNI_PRO = 0,
NV04A,
NV10A,
NV20A,
NV30A,