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:
parent
64caf8044e
commit
9cfdd4b71f
@ -194,14 +194,18 @@ typedef struct {
|
||||
NV34,
|
||||
NV35,
|
||||
NV36,
|
||||
NV38
|
||||
NV38,
|
||||
NV40,
|
||||
NV41,
|
||||
NV43
|
||||
};
|
||||
enum
|
||||
{ // card_arch in order of date of NV chip design
|
||||
NV04A = 0,
|
||||
NV10A,
|
||||
NV20A,
|
||||
NV30A
|
||||
NV30A,
|
||||
NV40A
|
||||
};
|
||||
enum
|
||||
{ // tvout_chip_type in order of capability (more or less)
|
||||
|
Loading…
Reference in New Issue
Block a user