diff options
-rw-r--r-- | sys/dev/pci/if_ix.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/dev/pci/if_ix.c b/sys/dev/pci/if_ix.c index b90f1aebda3..c9d3839f8d0 100644 --- a/sys/dev/pci/if_ix.c +++ b/sys/dev/pci/if_ix.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_ix.c,v 1.6 2008/06/09 07:07:16 djm Exp $ */ +/* $OpenBSD: if_ix.c,v 1.7 2008/06/19 08:43:55 reyk Exp $ */ /****************************************************************************** @@ -1229,6 +1229,8 @@ ixgbe_identify_hardware(struct ix_softc *sc) break; case PCI_PRODUCT_INTEL_82598AT_DUAL: case PCI_PRODUCT_INTEL_82598AT: + sc->optics = IFM_10G_T; + break; default: sc->optics = IFM_AUTO; break; |