aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ixl/ixl.h
diff options
context:
space:
mode:
authorJack F Vogel <jfv@FreeBSD.org>2014-08-28 22:52:20 +0000
committerJack F Vogel <jfv@FreeBSD.org>2014-08-28 22:52:20 +0000
commit1f873f180566d722982727857548913c56fd6589 (patch)
tree29545a279ef3bc2d84c60e8ac55e4eac9085b79f /sys/dev/ixl/ixl.h
parent5c34b900df4e2a2a97badc4c88ae275d2cde3cd1 (diff)
downloadsrc-1f873f180566d722982727857548913c56fd6589.tar.gz
src-1f873f180566d722982727857548913c56fd6589.zip
Remove the DEV_NETMAP code from the ixl drivers, it was a placeholder
and not yet ready to be defined, and its causing build errors. MFC after: 3 days
Notes
Notes: svn path=/head/; revision=270773
Diffstat (limited to 'sys/dev/ixl/ixl.h')
-rw-r--r--sys/dev/ixl/ixl.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/sys/dev/ixl/ixl.h b/sys/dev/ixl/ixl.h
index 7e99858b2a9e..69be0085f07b 100644
--- a/sys/dev/ixl/ixl.h
+++ b/sys/dev/ixl/ixl.h
@@ -295,9 +295,6 @@ struct ixl_rx_buf {
struct mbuf *fmp;
bus_dmamap_t hmap;
bus_dmamap_t pmap;
-#ifdef DEV_NETMAP
- u64 addr;
-#endif
};
/*