diff options
author | Mike Belopuhov <mikeb@cvs.openbsd.org> | 2012-11-29 13:23:01 +0000 |
---|---|---|
committer | Mike Belopuhov <mikeb@cvs.openbsd.org> | 2012-11-29 13:23:01 +0000 |
commit | 118d04181b3b740d08e7786f1252801a81ee270d (patch) | |
tree | e36ea12258c9e352dbd374e4604c4abaee26612e /sys/dev/pci/if_ix.h | |
parent | 95fa593064bf31c14f645e4d72dfbc82e0ecffae (diff) |
make ix complile with IX_DEBUG defined, based on the patch from
mxb at alumni ! chalmers ! se. thanks!
Diffstat (limited to 'sys/dev/pci/if_ix.h')
-rw-r--r-- | sys/dev/pci/if_ix.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/sys/dev/pci/if_ix.h b/sys/dev/pci/if_ix.h index f80a54ed38c..9f00301fbe2 100644 --- a/sys/dev/pci/if_ix.h +++ b/sys/dev/pci/if_ix.h @@ -1,4 +1,4 @@ -/* $OpenBSD: if_ix.h,v 1.19 2012/10/30 14:00:02 mikeb Exp $ */ +/* $OpenBSD: if_ix.h,v 1.20 2012/11/29 13:23:00 mikeb Exp $ */ /****************************************************************************** @@ -305,9 +305,6 @@ struct ix_softc { /* Misc stats maintained by the driver */ unsigned long dropped_pkts; - unsigned long mbuf_defrag_failed; - unsigned long mbuf_header_failed; - unsigned long mbuf_packet_failed; unsigned long no_tx_map_avail; unsigned long no_tx_dma_setup; unsigned long watchdog_events; |