diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2010-02-23 18:43:16 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2010-02-23 18:43:16 +0000 |
commit | f86ee9b51db2a53758d4c5e110f87958ee517696 (patch) | |
tree | 2e8a108d6673b39d7e87d314c4c22d305f0270a2 /sys/dev/pci/if_ix.h | |
parent | 02b78675dc0b6568f755db1c23233eef9eb5d759 (diff) |
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@
Diffstat (limited to 'sys/dev/pci/if_ix.h')
-rw-r--r-- | sys/dev/pci/if_ix.h | 3 |
1 files changed, 2 insertions, 1 deletions
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 */ |