Date: Tue, 01 Aug 2006 09:43:11 +0300 From: Danny Braniss <danny@cs.huji.ac.il> To: Quinton Dolan <q@onthenet.com.au> Cc: freebsd-amd64@freebsd.org, "David E. O'Brien" <obrien@FreeBSD.org> Subject: nFORCE MCP51 Message-ID: <E1G7nyB-0004n1-9T@cs1.cs.huji.ac.il>
index | next in thread | raw e-mail
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
home |
help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E1G7nyB-0004n1-9T>
