CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2011/06/10 06:46:35
Modified files:
sys/dev/pci : if_ix.c if_ix.h ixgbe.c ixgbe.h ixgbe_82598.c
ixgbe_82599.c ixgbe_phy.c ixgbe_type.h
Log message:
Monster update of ix(4). This brings ix(4) close to what is currently
in FreeBSD. This seems to fix a lot of problems on 82599 based cards
including the VLAN problems and the corrupted receives.
Putting this in now to work on it in tree since a few additional things
need to be merged. Tested by myself, deraadt@ and jsg@ on both 98er and
99er cards.
OK jsg@, deraadt@