Home
last modified time | relevance | path

Searched refs:FXP_REV_82558_A4 (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/fxp/
H A Dif_fxp.c518 if (sc->revision >= FXP_REV_82558_A4 && in fxp_attach()
539 if (sc->revision < FXP_REV_82558_A4) { in fxp_attach()
820 if (sc->revision >= FXP_REV_82558_A4) in fxp_attach()
2034 else if (sc->revision >= FXP_REV_82558_A4) in fxp_update_stats()
2448 if (sc->revision >= FXP_REV_82558_A4) { in fxp_init_body()
3065 { FXP_REV_82558_A4, UCODE(fxp_ucode_d101a), D101_CPUSAVER_DWORD, 0 },
3186 if (sc->revision >= FXP_REV_82558_A4) { in fxp_sysctl_node()
3218 if (sc->revision >= FXP_REV_82558_A4) in fxp_sysctl_node()
H A Dif_fxpreg.h497 #define FXP_REV_82558_A4 4 /* 82558 A4 stepping */ macro