summaryrefslogtreecommitdiff
path: root/sys/dev/pci/ixgbe_82599.c
diff options
context:
space:
mode:
authorJonathan Gray <jsg@cvs.openbsd.org>2010-02-25 10:56:08 +0000
committerJonathan Gray <jsg@cvs.openbsd.org>2010-02-25 10:56:08 +0000
commitb29050e2bfefa1ece45f541e54b0b1eb16e580c2 (patch)
treedaa5314f160ee6cb9424ee6ede824b16e1431e71 /sys/dev/pci/ixgbe_82599.c
parent4fea20c86b975e4b88e6b923536ae28000dc8d78 (diff)
Add support for the 82599 ExpressModule (X520-P2) card.
Diffstat (limited to 'sys/dev/pci/ixgbe_82599.c')
-rw-r--r--sys/dev/pci/ixgbe_82599.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/pci/ixgbe_82599.c b/sys/dev/pci/ixgbe_82599.c
index a9d0f4a638a..56dc114be3a 100644
--- a/sys/dev/pci/ixgbe_82599.c
+++ b/sys/dev/pci/ixgbe_82599.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ixgbe_82599.c,v 1.1 2010/02/23 18:43:15 jsg Exp $ */
+/* $OpenBSD: ixgbe_82599.c,v 1.2 2010/02/25 10:56:07 jsg Exp $ */
/******************************************************************************
@@ -410,6 +410,7 @@ enum ixgbe_media_type ixgbe_get_media_type_82599(struct ixgbe_hw *hw)
media_type = ixgbe_media_type_backplane;
break;
case IXGBE_DEV_ID_82599_SFP:
+ case IXGBE_DEV_ID_82599_SFP_EM:
media_type = ixgbe_media_type_fiber;
break;
case IXGBE_DEV_ID_82599_CX4: