summaryrefslogtreecommitdiffstats
path: root/sys/pci/if_tlreg.h
diff options
context:
space:
mode:
authorwpaul <wpaul@FreeBSD.org>1998-05-22 15:32:22 +0000
committerwpaul <wpaul@FreeBSD.org>1998-05-22 15:32:22 +0000
commit3e376801df781d96466739ca0d0345c2e39e5de2 (patch)
treef5fd83ffce2eed7cab5bf1c500db9fb648b7a565 /sys/pci/if_tlreg.h
parentff464ca1d1760c4897767f9a311935e69448ad40 (diff)
downloadFreeBSD-src-3e376801df781d96466739ca0d0345c2e39e5de2.zip
FreeBSD-src-3e376801df781d96466739ca0d0345c2e39e5de2.tar.gz
Remove 2.2.x compatibility code and #ifdefs. Once the shakedown period
in -current is over, I'll put a 2.2.x specific version in the RELENG_2_2 branch. If somebody wants a 2.2 version of this driver now, they can check out the previous version from CVS or ask me via e-mail. Gee people, I didn't mean to stir up such a controversy. I just wanted to make sure I could get this thing to work with both kernel versions and didn't want to have to maintain two separate copies. All ya hadda do was ask. :)
Diffstat (limited to 'sys/pci/if_tlreg.h')
-rw-r--r--sys/pci/if_tlreg.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/sys/pci/if_tlreg.h b/sys/pci/if_tlreg.h
index 344ac95..e774385 100644
--- a/sys/pci/if_tlreg.h
+++ b/sys/pci/if_tlreg.h
@@ -29,7 +29,7 @@
* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
* THE POSSIBILITY OF SUCH DAMAGE.
*
- * $Id: if_tlreg.h,v 1.1 1998/05/21 03:19:56 wpaul Exp $
+ * $Id: if_tlreg.h,v 1.2 1998/05/21 16:24:05 jkh Exp $
*/
@@ -122,10 +122,7 @@ struct tl_softc {
struct tl_list_data *tl_ldata; /* TX/RX lists and mbufs */
struct tl_chain_data tl_cdata;
int tl_txeoc;
-#if defined(__FreeBSD__) && __FreeBSD__ >= 3
struct callout_handle tl_stat_ch;
-#endif
-
};
#define TX_THR 0x00000007
OpenPOWER on IntegriCloud