diff options
author | Brad Smith <brad@cvs.openbsd.org> | 2008-11-28 06:46:14 +0000 |
---|---|---|
committer | Brad Smith <brad@cvs.openbsd.org> | 2008-11-28 06:46:14 +0000 |
commit | ceeec80be9d7ac492fa5f816ad7d9de16a452341 (patch) | |
tree | 752d578a9f846cebb64e587cce55f865974ce326 /sys/dev/pci | |
parent | 82cc23ac6fc632abcbbaca9ee7cc764b5bab0542 (diff) |
Garbage collect now unused field in the softc struct.
Diffstat (limited to 'sys/dev/pci')
-rw-r--r-- | sys/dev/pci/if_em.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/pci/if_em.h b/sys/dev/pci/if_em.h index 9201a05adb3..44eec9bc200 100644 --- a/sys/dev/pci/if_em.h +++ b/sys/dev/pci/if_em.h @@ -32,7 +32,7 @@ POSSIBILITY OF SUCH DAMAGE. ***************************************************************************/ /* $FreeBSD: if_em.h,v 1.26 2004/09/01 23:22:41 pdeuskar Exp $ */ -/* $OpenBSD: if_em.h,v 1.38 2008/11/26 00:14:48 dlg Exp $ */ +/* $OpenBSD: if_em.h,v 1.39 2008/11/28 06:46:13 brad Exp $ */ #ifndef _EM_H_DEFINED_ #define _EM_H_DEFINED_ @@ -385,7 +385,6 @@ struct em_softc { u_int16_t num_rx_desc; struct em_buffer *rx_buffer_area; bus_dma_tag_t rxtag; - bus_dmamap_t rx_sparemap; /* * First/last mbuf pointers, for |