Biostar Tforce 6100-939 AMD 64 MotherBoard

Stephen Clark Stephen.Clark at seclark.us
Thu May 4 15:41:41 UTC 2006


Hello List,

Below is a patch to the nvidia ethernet driver to make the onboard 
ethernet port
work on the above mentioned MB.

How do I get this committed?

Thanks,
Steve


--- nve/if_nve.c        Sun Dec 25 16:57:03 2005
+++ mynve/if_nve.c      Fri Apr 28 19:42:36 2006
@@ -235,6 +235,8 @@
        "NVIDIA nForce MCP10 Networking Adapter"},
        {NVIDIA_VENDORID, NFORCE_MCPNET11_DEVICEID,
        "NVIDIA nForce MCP11 Networking Adapter"},
+        {NVIDIA_VENDORID, NFORCE_MCPNET12_DEVICEID,
+        "NVIDIA nForce MCP51 Networking Adapter"},
        {0, 0, NULL}
 };

diff -u -r nve/if_nvereg.h mynve/if_nvereg.h
--- nve/if_nvereg.h     Mon Dec 12 14:40:04 2005
+++ mynve/if_nvereg.h   Fri Apr 28 19:43:00 2006
@@ -46,6 +46,7 @@
 #define        NFORCE_MCPNET9_DEVICEID 0x0057
 #define        NFORCE_MCPNET10_DEVICEID 0x0037
 #define        NFORCE_MCPNET11_DEVICEID 0x0038
+#define NFORCE_MCPNET12_DEVICEID 0x0269

 #define        NV_RID          0x10

-- 

"They that give up essential liberty to obtain temporary safety, 
deserve neither liberty nor safety."  (Ben Franklin)

"The course of history shows that as a government grows, liberty 
decreases."  (Thomas Jefferson)





More information about the freebsd-stable mailing list