summaryrefslogtreecommitdiffstats
path: root/sys/dev/dc/if_dcreg.h
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2004-06-29 20:38:44 +0000
committerimp <imp@FreeBSD.org>2004-06-29 20:38:44 +0000
commitc9bcce22e776f364e9412d8ba28045794d0541f5 (patch)
tree15b1b45139bc799d0923743307b44cc3ec66b6d1 /sys/dev/dc/if_dcreg.h
parent0cf7e93085c8d9082f0ef7e209c2b0367b577d1a (diff)
downloadFreeBSD-src-c9bcce22e776f364e9412d8ba28045794d0541f5.zip
FreeBSD-src-c9bcce22e776f364e9412d8ba28045794d0541f5.tar.gz
Remove saved_* from dc_softc. They are now no longer needed.
Submitted by: Marius Strobl
Diffstat (limited to 'sys/dev/dc/if_dcreg.h')
-rw-r--r--sys/dev/dc/if_dcreg.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/sys/dev/dc/if_dcreg.h b/sys/dev/dc/if_dcreg.h
index c7339eb..ce7334d 100644
--- a/sys/dev/dc/if_dcreg.h
+++ b/sys/dev/dc/if_dcreg.h
@@ -757,11 +757,6 @@ struct dc_softc {
int rxcycles; /* ... when polling */
#endif
int suspended; /* 0 = normal 1 = suspended */
- u_int32_t saved_maps[5]; /* pci data */
- u_int32_t saved_biosaddr;
- u_int8_t saved_intline;
- u_int8_t saved_cachelnsz;
- u_int8_t saved_lattimer;
};
OpenPOWER on IntegriCloud