From c9bcce22e776f364e9412d8ba28045794d0541f5 Mon Sep 17 00:00:00 2001 From: imp Date: Tue, 29 Jun 2004 20:38:44 +0000 Subject: Remove saved_* from dc_softc. They are now no longer needed. Submitted by: Marius Strobl --- sys/pci/if_dcreg.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'sys/pci') diff --git a/sys/pci/if_dcreg.h b/sys/pci/if_dcreg.h index c7339eb..ce7334d 100644 --- a/sys/pci/if_dcreg.h +++ b/sys/pci/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; }; -- cgit v1.1