diff options
author | Brad Smith <brad@cvs.openbsd.org> | 2005-11-08 01:33:20 +0000 |
---|---|---|
committer | Brad Smith <brad@cvs.openbsd.org> | 2005-11-08 01:33:20 +0000 |
commit | 4718a875f68eb6340d82042868a74b9bc34c5852 (patch) | |
tree | b26f3a4e1c9cae5406c36679b305d812e5824c71 /sys/dev/pci/if_em.c | |
parent | 1c46dce0d084f885ce776c3cc5eb1d64c622b4b4 (diff) |
Sync up to Intel's latest FreeBSD em driver (3.2.18). A few fixes
for the new PCI Express chips.
From: Intel's web-site
Diffstat (limited to 'sys/dev/pci/if_em.c')
-rw-r--r-- | sys/dev/pci/if_em.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/pci/if_em.c b/sys/dev/pci/if_em.c index 7b98f650d05..9a753743e5f 100644 --- a/sys/dev/pci/if_em.c +++ b/sys/dev/pci/if_em.c @@ -31,7 +31,7 @@ POSSIBILITY OF SUCH DAMAGE. ***************************************************************************/ -/* $OpenBSD: if_em.c,v 1.83 2005/11/04 17:45:03 brad Exp $ */ +/* $OpenBSD: if_em.c,v 1.84 2005/11/08 01:33:19 brad Exp $ */ /* $FreeBSD: if_em.c,v 1.46 2004/09/29 18:28:28 mlaier Exp $ */ #include <dev/pci/if_em.h> @@ -45,7 +45,7 @@ int em_display_debug_stats = 0; * Driver version *********************************************************************/ -char em_driver_version[] = "3.2.15"; +char em_driver_version[] = "3.2.18"; /********************************************************************* * PCI Device ID Table |