Home
last modified time | relevance | path

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

/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Dtg3.h2121 #define PHY_ID_BCM5411 0x60008070 macro
2149 (X) == PHY_ID_BCM5411 || (X) == PHY_ID_BCM5701 || \
H A Dtg3.c852 if ((tp->phy_id & PHY_ID_MASK) == PHY_ID_BCM5411 && in tg3_setup_copper_phy()
2363 { PCI_VENDOR_ID_DELL, 0x0109, PHY_ID_BCM5411 }, /* MERLOT */
2364 { PCI_VENDOR_ID_DELL, 0x010a, PHY_ID_BCM5411 }, /* SLIM_MERLOT */
2932 case PHY_ID_BCM5411: return "5411"; in tg3_phy_string()