summaryrefslogtreecommitdiff
path: root/sys/dev/pci/if_tlreg.h
diff options
context:
space:
mode:
authorAnil Madhavapeddy <avsm@cvs.openbsd.org>2003-06-30 02:52:52 +0000
committerAnil Madhavapeddy <avsm@cvs.openbsd.org>2003-06-30 02:52:52 +0000
commite09eed38f2504ba081d76109a5127cedc30cefb0 (patch)
treea59ab047922dbaf35ee47cdd5f2c9bc1731f058c /sys/dev/pci/if_tlreg.h
parentfebf2948b145b214178b985bb9ca32288749fb8f (diff)
remove the use of tl_unit
jason@ ok
Diffstat (limited to 'sys/dev/pci/if_tlreg.h')
-rw-r--r--sys/dev/pci/if_tlreg.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/pci/if_tlreg.h b/sys/dev/pci/if_tlreg.h
index 9234072af71..d871e50ad67 100644
--- a/sys/dev/pci/if_tlreg.h
+++ b/sys/dev/pci/if_tlreg.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: if_tlreg.h,v 1.7 2001/04/05 02:03:13 jason Exp $ */
+/* $OpenBSD: if_tlreg.h,v 1.8 2003/06/30 02:52:51 avsm Exp $ */
/*
* Copyright (c) 1997, 1998
@@ -129,7 +129,6 @@ struct tl_softc {
struct tl_type *tl_pinfo; /* PHY info struct */
int tl_if_flags;
u_int8_t tl_ctlr; /* chip number */
- u_int8_t tl_unit; /* interface number */
u_int8_t tl_eeaddr;
struct tl_list_data *tl_ldata; /* TX/RX lists and mbufs */
struct tl_chain_data tl_cdata;