Add the MCP{67,73} products on nfe_attach().
This commit is contained in:
parent
a8bd124ebf
commit
7d0d95af5a
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: if_nfe.c,v 1.22 2007/11/14 12:40:54 xtraeme Exp $ */
|
||||
/* $NetBSD: if_nfe.c,v 1.23 2007/11/14 14:59:50 xtraeme Exp $ */
|
||||
/* $OpenBSD: if_nfe.c,v 1.52 2006/03/02 09:04:00 jsg Exp $ */
|
||||
|
||||
/*-
|
||||
@ -21,7 +21,7 @@
|
||||
/* Driver for NVIDIA nForce MCP Fast Ethernet and Gigabit Ethernet */
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
__KERNEL_RCSID(0, "$NetBSD: if_nfe.c,v 1.22 2007/11/14 12:40:54 xtraeme Exp $");
|
||||
__KERNEL_RCSID(0, "$NetBSD: if_nfe.c,v 1.23 2007/11/14 14:59:50 xtraeme Exp $");
|
||||
|
||||
#include "opt_inet.h"
|
||||
#include "bpfilter.h"
|
||||
@ -268,6 +268,14 @@ nfe_attach(struct device *parent, struct device *self, void *aux)
|
||||
case PCI_PRODUCT_NVIDIA_MCP61_LAN2:
|
||||
case PCI_PRODUCT_NVIDIA_MCP61_LAN3:
|
||||
case PCI_PRODUCT_NVIDIA_MCP61_LAN4:
|
||||
case PCI_PRODUCT_NVIDIA_MCP67_LAN1:
|
||||
case PCI_PRODUCT_NVIDIA_MCP67_LAN2:
|
||||
case PCI_PRODUCT_NVIDIA_MCP67_LAN3:
|
||||
case PCI_PRODUCT_NVIDIA_MCP67_LAN4:
|
||||
case PCI_PRODUCT_NVIDIA_MCP73_LAN1:
|
||||
case PCI_PRODUCT_NVIDIA_MCP73_LAN2:
|
||||
case PCI_PRODUCT_NVIDIA_MCP73_LAN3:
|
||||
case PCI_PRODUCT_NVIDIA_MCP73_LAN4:
|
||||
sc->sc_flags |= NFE_40BIT_ADDR;
|
||||
break;
|
||||
case PCI_PRODUCT_NVIDIA_CK804_LAN1:
|
||||
|
Loading…
Reference in New Issue
Block a user