From 244cccfed6ad64fc3b8399ca59ada5b2f19a9290 Mon Sep 17 00:00:00 2001 From: Mike Belopuhov Date: Mon, 6 Aug 2012 21:07:53 +0000 Subject: Add support for 10Gb ethernet cards based on the Intel X540 chipset. The code was obtained from FreeBSD and tested on the hardware kindly donated by Tony Sarendal . Thanks a lot! ok jsg --- sys/dev/pci/ixgbe.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'sys/dev/pci/ixgbe.h') diff --git a/sys/dev/pci/ixgbe.h b/sys/dev/pci/ixgbe.h index bd0318c8b61..dae9210f9d2 100644 --- a/sys/dev/pci/ixgbe.h +++ b/sys/dev/pci/ixgbe.h @@ -1,4 +1,4 @@ -/* $OpenBSD: ixgbe.h,v 1.9 2012/07/29 13:49:03 mikeb Exp $ */ +/* $OpenBSD: ixgbe.h,v 1.10 2012/08/06 21:07:52 mikeb Exp $ */ /****************************************************************************** @@ -253,6 +253,7 @@ uint32_t ixgbe_atr_compute_hash_82599(union ixgbe_atr_input *input, uint32_t key int32_t ixgbe_init_ops_82598(struct ixgbe_hw *hw); int32_t ixgbe_init_ops_82599(struct ixgbe_hw *hw); +int32_t ixgbe_init_ops_X540(struct ixgbe_hw *hw); /* PHY */ int32_t ixgbe_init_phy_ops_generic(struct ixgbe_hw *hw); -- cgit v1.2.3