added NV40, NV41 and NV43 ident.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@9035 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -194,14 +194,18 @@ typedef struct {
|
|||||||
NV34,
|
NV34,
|
||||||
NV35,
|
NV35,
|
||||||
NV36,
|
NV36,
|
||||||
NV38
|
NV38,
|
||||||
|
NV40,
|
||||||
|
NV41,
|
||||||
|
NV43
|
||||||
};
|
};
|
||||||
enum
|
enum
|
||||||
{ // card_arch in order of date of NV chip design
|
{ // card_arch in order of date of NV chip design
|
||||||
NV04A = 0,
|
NV04A = 0,
|
||||||
NV10A,
|
NV10A,
|
||||||
NV20A,
|
NV20A,
|
||||||
NV30A
|
NV30A,
|
||||||
|
NV40A
|
||||||
};
|
};
|
||||||
enum
|
enum
|
||||||
{ // tvout_chip_type in order of capability (more or less)
|
{ // tvout_chip_type in order of capability (more or less)
|
||||||
|
|||||||
Reference in New Issue
Block a user