Deleted Added
full compact
35c35
< * $FreeBSD: head/sys/dev/et/if_etvar.h 199548 2009-11-19 20:57:35Z yongari $
---
> * $FreeBSD: head/sys/dev/et/if_etvar.h 199552 2009-11-19 21:45:06Z yongari $
240a241
> int sc_expcap;
280,281c281,284
< #define ET_FLAG_TXRX_ENABLED 0x1
< #define ET_FLAG_JUMBO 0x2
---
> #define ET_FLAG_PCIE 0x0001
> #define ET_FLAG_MSI 0x0002
> #define ET_FLAG_TXRX_ENABLED 0x0100
> #define ET_FLAG_JUMBO 0x0200