Deleted Added
full compact
33c33
< * $FreeBSD: head/sys/dev/bge/if_bgereg.h 164769 2006-11-30 13:40:39Z glebius $
---
> * $FreeBSD: head/sys/dev/bge/if_bgereg.h 164780 2006-12-01 01:08:52Z jkim $
577,578c577
< #define BGE_RX_STATS 0x0800
< #define BGE_TX_STATS 0x0880
---
> #define BGE_MAC_STATS 0x0800
2493,2495c2492,2494
< u_long bge_rx_discards;
< u_long bge_tx_discards;
< u_long bge_tx_collisions;
---
> uint32_t bge_rx_discards;
> uint32_t bge_tx_discards;
> uint32_t bge_tx_collisions;