Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 04 May 2006 11:41:38 -0400
From:      Stephen Clark <Stephen.Clark@seclark.us>
To:        stable@freebsd.org
Subject:   Biostar Tforce 6100-939 AMD 64 MotherBoard
Message-ID:  <445A20B2.6070706@seclark.us>

next in thread | raw e-mail | index | archive | help
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)






Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?445A20B2.6070706>