diff options
author | 2006-08-09 05:22:17 +0000 | |
---|---|---|
committer | 2006-08-09 05:22:17 +0000 | |
commit | 17f01c91331b49c9b6fe8e5b444d1ba854fda0fb (patch) | |
tree | ae58b05ca9d50145fff948e2b48db2db833e5d8a | |
parent | revert rev 1.119 as this seems to cause problems with some PHY. (diff) | |
download | wireguard-openbsd-17f01c91331b49c9b6fe8e5b444d1ba854fda0fb.tar.xz wireguard-openbsd-17f01c91331b49c9b6fe8e5b444d1ba854fda0fb.zip |
update the version I am tracking.
-rw-r--r-- | sys/dev/pci/if_ixgb.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/pci/if_ixgb.c b/sys/dev/pci/if_ixgb.c index bb9239ea42b..41c2aecae7d 100644 --- a/sys/dev/pci/if_ixgb.c +++ b/sys/dev/pci/if_ixgb.c @@ -31,7 +31,7 @@ POSSIBILITY OF SUCH DAMAGE. ***************************************************************************/ -/* $OpenBSD: if_ixgb.c,v 1.26 2006/08/09 03:48:25 brad Exp $ */ +/* $OpenBSD: if_ixgb.c,v 1.27 2006/08/09 05:22:17 brad Exp $ */ #include <dev/pci/if_ixgb.h> @@ -44,7 +44,7 @@ int ixgb_display_debug_stats = 0; * Driver version *********************************************************************/ -char ixgb_driver_version[] = "6.0.5"; +char ixgb_driver_version[] = "6.1.0"; /********************************************************************* * PCI Device ID Table |