From f86ee9b51db2a53758d4c5e110f87958ee517696 Mon Sep 17 00:00:00 2001 From: Jonathan Gray Date: Tue, 23 Feb 2010 18:43:16 +0000 Subject: Add support for 82599 devices based on changes to the FreeBSD driver. Tested by deraadt on a HotLava card and myself with an Intel X520 and a CX4 82598. ok claudio@ --- sys/dev/pci/if_ix.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'sys/dev/pci/if_ix.h') diff --git a/sys/dev/pci/if_ix.h b/sys/dev/pci/if_ix.h index 4add40646ca..09b98dbd38a 100644 --- a/sys/dev/pci/if_ix.h +++ b/sys/dev/pci/if_ix.h @@ -1,4 +1,4 @@ -/* $OpenBSD: if_ix.h,v 1.8 2009/08/10 19:41:05 deraadt Exp $ */ +/* $OpenBSD: if_ix.h,v 1.9 2010/02/23 18:43:15 jsg Exp $ */ /****************************************************************************** @@ -259,6 +259,7 @@ struct ix_softc { struct mutex core_mtx; /* Legacy Fast Intr handling */ + int sfp_probe; workq_fn link_task; /* Info about the board itself */ -- cgit v1.2.3