Deleted Added
full compact
38a39
> /* $FreeBSD: head/sys/dev/oce/oce_if.h 257007 2013-10-23 18:58:38Z delphij $ */
40,41d40
< /* $FreeBSD: head/sys/dev/oce/oce_if.h 252869 2013-07-06 08:30:45Z delphij $ */
<
91c90,91
< #define COMPONENT_REVISION "4.6.95.0"
---
> /* OCE device driver module component revision informaiton */
> #define COMPONENT_REVISION "10.0.664.0"
152a153
> #define OCE_MAX_TSO_SIZE (65535 - ETHER_HDR_LEN)
175a177
> MBX_RX_IFACE_FLAGS_VLAN_PROMISCUOUS | \
866c868
< uint32_t promisc;
---
> uint8_t promisc;
879a882
> uint8_t hw_error;
882a886
> uint16_t max_vlans;
1013c1017
< int oce_rxf_set_promiscuous(POCE_SOFTC sc, uint32_t enable);
---
> int oce_rxf_set_promiscuous(POCE_SOFTC sc, uint8_t enable);