--- src/sys/dev/netif/nv/Attic/if_nv.c 2005/12/31 14:07:59 1.25 +++ src/sys/dev/netif/nv/Attic/if_nv.c 2006/01/29 08:25:33 1.26 @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: if_nv.c,v 1.25 2005/12/31 14:07:59 sephe Exp $ + * $Id: if_nv.c,v 1.26 2006/01/29 08:25:33 sephe Exp $ * $DragonFly$ */ @@ -71,7 +71,7 @@ * Portions based on existing FreeBSD network drivers. * NVIDIA API usage derived from distributed NVIDIA NVNET driver source files. * - * $Id: if_nv.c,v 1.25 2005/12/31 14:07:59 sephe Exp $ + * $Id: if_nv.c,v 1.26 2006/01/29 08:25:33 sephe Exp $ */ #include "opt_polling.h" @@ -231,6 +231,10 @@ static struct nv_type nv_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} };