From d3b1490c73ee89e6e7fa919e01d3508084b2bc13 Mon Sep 17 00:00:00 2001 From: jfv Date: Fri, 29 Mar 2013 18:46:13 +0000 Subject: Change the define in the header to eliminate unnecessary data when using LEGACY TX. --- sys/dev/e1000/if_igb.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/dev/e1000/if_igb.h b/sys/dev/e1000/if_igb.h index f286e67..6f3a3a5 100644 --- a/sys/dev/e1000/if_igb.h +++ b/sys/dev/e1000/if_igb.h @@ -297,7 +297,7 @@ struct tx_ring { u32 next_to_clean; volatile u16 tx_avail; struct igb_tx_buffer *tx_buffers; -#if __FreeBSD_version >= 800000 +#ifndef IGB_LEGACY_TX struct buf_ring *br; struct task txq_task; #endif -- cgit v1.1