summaryrefslogtreecommitdiffstats
path: root/sys/dev/e1000/e1000_osdep.h
diff options
context:
space:
mode:
authorjfv <jfv@FreeBSD.org>2013-10-09 17:32:52 +0000
committerjfv <jfv@FreeBSD.org>2013-10-09 17:32:52 +0000
commit7f364f2263dcbf5399bd43a3676145dd57c6613b (patch)
tree80e36a3cb165b639d4fd372f16d06bc2164bf056 /sys/dev/e1000/e1000_osdep.h
parent3c43c9607a3f047c556868968167920bbf3e93ab (diff)
downloadFreeBSD-src-7f364f2263dcbf5399bd43a3676145dd57c6613b.zip
FreeBSD-src-7f364f2263dcbf5399bd43a3676145dd57c6613b.tar.gz
Update the Intel igb driver to version 2.4.0
- This version has support for the new Intel Avoton systems, including 2.5Gb support, further it now has IPv6/TSO6 support as well. Shared code has been updated where necessary as well. Thanks to my new assistant Eric Joyner for doing the transmit path changes to bring in the IPv6/TSO6 support. Thanks to Gleb for catching the one bug and change needed in NETMAP. Approved by: re
Diffstat (limited to 'sys/dev/e1000/e1000_osdep.h')
-rw-r--r--sys/dev/e1000/e1000_osdep.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/e1000/e1000_osdep.h b/sys/dev/e1000/e1000_osdep.h
index dd19613..9cf710e 100644
--- a/sys/dev/e1000/e1000_osdep.h
+++ b/sys/dev/e1000/e1000_osdep.h
@@ -60,6 +60,7 @@
#define ASSERT(x) if(!(x)) panic("EM: x")
#define usec_delay(x) DELAY(x)
+#define usec_delay_irq(x) DELAY(x)
#define msec_delay(x) DELAY(1000*(x))
#define msec_delay_irq(x) DELAY(1000*(x))
OpenPOWER on IntegriCloud