diff options
| author | Poul-Henning Kamp <phk@FreeBSD.org> | 1996-09-08 10:44:18 +0000 |
|---|---|---|
| committer | Poul-Henning Kamp <phk@FreeBSD.org> | 1996-09-08 10:44:18 +0000 |
| commit | 40f3771f7ff67ba18b27069f1e27a21390ab6b6d (patch) | |
| tree | 5e9b397e570a9f0a4bea047f5c1002a376f639f6 /sys/dev/ep | |
| parent | fa630ea6eb0fa9f9b700a64e3b1fdfdf93fe0dc6 (diff) | |
Notes
Diffstat (limited to 'sys/dev/ep')
| -rw-r--r-- | sys/dev/ep/if_epreg.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/dev/ep/if_epreg.h b/sys/dev/ep/if_epreg.h index 37676769a910..5685832ccfee 100644 --- a/sys/dev/ep/if_epreg.h +++ b/sys/dev/ep/if_epreg.h @@ -31,7 +31,7 @@ */ /* - * $Id: if_epreg.h,v 1.15 1996/07/19 13:20:05 amurai Exp $ + * $Id: if_epreg.h,v 1.16 1996/08/06 21:14:06 phk Exp $ * * Promiscuous mode added and interrupt logic slightly changed * to reduce the number of adapter failures. Transceiver select @@ -82,8 +82,6 @@ struct ep_softc { int unit; - struct kern_devconf* kdc; - #ifdef EP_LOCAL_STATS short tx_underrun; short rx_no_first; |
