diff options
author | Brad Smith <brad@cvs.openbsd.org> | 2006-05-06 02:57:31 +0000 |
---|---|---|
committer | Brad Smith <brad@cvs.openbsd.org> | 2006-05-06 02:57:31 +0000 |
commit | 57caa437f6f10ed3fdeeb8210410a1f6f403db64 (patch) | |
tree | 2fe58330b647f99c8fdd4c8e35c43d3bb51dcc08 /sys/dev/pci/if_devar.h | |
parent | 0733a6f206dd722860c72c134bcfdc561780acc9 (diff) |
restore ALTQ support which was lost with rev 1.87
Diffstat (limited to 'sys/dev/pci/if_devar.h')
-rw-r--r-- | sys/dev/pci/if_devar.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/dev/pci/if_devar.h b/sys/dev/pci/if_devar.h index a29bb8c5653..f18e624448a 100644 --- a/sys/dev/pci/if_devar.h +++ b/sys/dev/pci/if_devar.h @@ -1,4 +1,4 @@ -/* $OpenBSD: if_devar.h,v 1.24 2005/11/15 10:43:35 mickey Exp $ */ +/* $OpenBSD: if_devar.h,v 1.25 2006/05/06 02:57:30 brad Exp $ */ /* $NetBSD: if_devar.h,v 1.13 1997/06/08 18:46:36 thorpej Exp $ */ /*- @@ -572,7 +572,6 @@ struct _tulip_softc_t { struct tulip_perfstats { u_quad_t perf_intr_cycles; u_quad_t perf_ifstart_cycles; - u_quad_t perf_ifstart_one_cycles; u_quad_t perf_ifioctl_cycles; u_quad_t perf_ifwatchdog_cycles; u_quad_t perf_timeout_cycles; @@ -582,7 +581,6 @@ struct _tulip_softc_t { u_quad_t perf_rxget_cycles; unsigned perf_intr; unsigned perf_ifstart; - unsigned perf_ifstart_one; unsigned perf_ifioctl; unsigned perf_ifwatchdog; unsigned perf_timeout; |