naming update

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@13631 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Rudolf Cornelissen 2005-07-11 12:20:50 +00:00
parent ca383c429e
commit d3cb727f16

View File

@ -95,9 +95,9 @@ static device_hooks graphics_device_hooks = {
NULL
};
#define VENDOR_ID_NVIDIA 0x1106 /* Via */
#define VENDOR_ID_VIA 0x1106 /* Via */
static uint16 nvidia_device_list[] = {
static uint16 via_device_list[] = {
0x3122, /* */
0
};
@ -106,7 +106,7 @@ static struct {
uint16 vendor;
uint16 *devices;
} SupportedDevices[] = {
{VENDOR_ID_NVIDIA, nvidia_device_list},
{VENDOR_ID_VIA, via_device_list},
{0x0000, NULL}
};