aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/dc
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2004-06-29 20:38:44 +0000
committerWarner Losh <imp@FreeBSD.org>2004-06-29 20:38:44 +0000
commit2756272aea8ab83e9d47635f24d8fb63d17a86b6 (patch)
tree15b1b45139bc799d0923743307b44cc3ec66b6d1 /sys/dev/dc
parentd485c7bcf355d190d6a9fc3761364d331f58b3cc (diff)
Notes
Diffstat (limited to 'sys/dev/dc')
-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 c7339eb7b5333..ce7334d0c800b 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;
};