Turn on mii on 3C980CTXM

This commit is contained in:
christos 2002-02-07 01:32:19 +00:00
parent 8b41df0d84
commit 7555da491d

View File

@ -1,4 +1,4 @@
/* $NetBSD: if_ex_pci.c,v 1.19 2001/11/13 07:48:43 lukem Exp $ */
/* $NetBSD: if_ex_pci.c,v 1.20 2002/02/07 01:32:19 christos Exp $ */
/*-
* Copyright (c) 1998 The NetBSD Foundation, Inc.
@ -38,7 +38,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: if_ex_pci.c,v 1.19 2001/11/13 07:48:43 lukem Exp $");
__KERNEL_RCSID(0, "$NetBSD: if_ex_pci.c,v 1.20 2002/02/07 01:32:19 christos Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@ -134,7 +134,7 @@ const struct ex_pci_product {
/* XXX Internal PHY? */
{ PCI_PRODUCT_3COM_3C980SRV, EX_CONF_90XB,
"3c980 Server Adapter 10/100 Ethernet" },
{ PCI_PRODUCT_3COM_3C980CTXM, EX_CONF_90XB,
{ PCI_PRODUCT_3COM_3C980CTXM, EX_CONF_90XB|EX_CONF_MII,
"3c980C-TXM 10/100 Ethernet" },
{ PCI_PRODUCT_3COM_3C905CTX, EX_CONF_90XB|EX_CONF_MII,