naming update
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@13631 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
ca383c429e
commit
d3cb727f16
@ -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}
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user