nFORCE MCP51

Danny Braniss danny at cs.huji.ac.il
Tue Aug 1 06:43:14 UTC 2006


Hi,
	is there any chance to get this onboard nic to work?
i managed to see some packets go out - dhcp requests, but
no data makes it into the kernel.

patch:

*** if_nve.c    2006/07/31 10:26:50     1.1
--- if_nve.c    2006/07/31 10:28:36
***************
*** 235,240 ****
--- 235,243 ----
        "NVIDIA nForce MCP10 Networking Adapter"},
        {NVIDIA_VENDORID, NFORCE_MCPNET11_DEVICEID,
        "NVIDIA nForce MCP11 Networking Adapter"},
+ #define NFORCE_MCPNET51_DEVICEID 0x0269
+       {NVIDIA_VENDORID, NFORCE_MCPNET51_DEVICEID,
+       "NVIDIA nForce MCP51 Networking Adapter"},
        {0, 0, NULL}
  };
       

and from the dmesg:
...
nve0: <NVIDIA nForce MCP51 Networking Adapter> port 0xc800-0xc807 mem 
0xfe02b000-0xfe02bfff irq 22 at device 20.0 on pci0
nve0: Reserved 0x1000 bytes for rid 0x10 type 3 at 0xfe02b000
nve0: Ethernet address 00:04:0b:80:80:80
miibus0: <MII bus> on nve0

I guess there must be some othere differences :-).

danny




More information about the freebsd-amd64 mailing list