added NV44 device to the list. NV44 device recognition still has to be added to the driver BTW.

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@11270 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Rudolf Cornelissen 2005-02-06 11:35:55 +00:00
parent 94e32479c0
commit 7758e2a68f

View File

@ -5,7 +5,7 @@
Other authors: Other authors:
Mark Watson; Mark Watson;
Apsed; Apsed;
Rudolf Cornelissen 10/2002-1/2005. Rudolf Cornelissen 10/2002-2/2005.
*/ */
#ifndef DRIVERINTERFACE_H #ifndef DRIVERINTERFACE_H
@ -245,6 +245,7 @@ typedef struct {
NV40, NV40,
NV41, NV41,
NV43, NV43,
NV44,
NV45 NV45
}; };
enum enum