--- src/sys/dev/netif/re/if_revar.h 2008/10/13 11:35:02 1.21 +++ src/sys/dev/netif/re/if_revar.h 2008/10/13 13:04:41 1.22 @@ -185,6 +185,7 @@ struct re_softc { #define RE_C_HWCSUM 0x8 #define RE_C_JUMBO 0x10 #define RE_C_8139CP 0x20 /* is 8139C+ */ +#define RE_C_MAC2 0x40 /* MAC style 2? */ #define RE_IS_8139CP(sc) ((sc)->re_caps & RE_C_8139CP)