Add support for the nVidia nForce MCP12 & MCP13 Networking Adapters.
This commit is contained in:
parent
6e24020ff6
commit
9da0c15871
@ -234,6 +234,10 @@ static struct nve_type nve_devs[] = {
|
||||
"NVIDIA nForce MCP10 Networking Adapter"},
|
||||
{NVIDIA_VENDORID, NFORCE_MCPNET11_DEVICEID,
|
||||
"NVIDIA nForce MCP11 Networking Adapter"},
|
||||
{NVIDIA_VENDORID, NFORCE_MCPNET12_DEVICEID,
|
||||
"NVIDIA nForce MCP12 Networking Adapter"},
|
||||
{NVIDIA_VENDORID, NFORCE_MCPNET13_DEVICEID,
|
||||
"NVIDIA nForce MCP13 Networking Adapter"},
|
||||
{0, 0, NULL}
|
||||
};
|
||||
|
||||
|
@ -46,6 +46,8 @@
|
||||
#define NFORCE_MCPNET9_DEVICEID 0x0057
|
||||
#define NFORCE_MCPNET10_DEVICEID 0x0037
|
||||
#define NFORCE_MCPNET11_DEVICEID 0x0038
|
||||
#define NFORCE_MCPNET12_DEVICEID 0x0268
|
||||
#define NFORCE_MCPNET13_DEVICEID 0x0269
|
||||
|
||||
#define NV_RID 0x10
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user