Symbol: PHY_ID_BCM5701
usr/src/grub/grub-0.97/netboot/tg3.c
2339
{ 0x14e4, 0x0001, PHY_ID_BCM5701 }, /* BCM95701A5 */
usr/src/grub/grub-0.97/netboot/tg3.c
2342
{ 0x14e4, 0x0005, PHY_ID_BCM5701 }, /* BCM95701T1 */
usr/src/grub/grub-0.97/netboot/tg3.c
2343
{ 0x14e4, 0x0006, PHY_ID_BCM5701 }, /* BCM95701T8 */
usr/src/grub/grub-0.97/netboot/tg3.c
2345
{ 0x14e4, 0x0008, PHY_ID_BCM5701 }, /* BCM95701A10 */
usr/src/grub/grub-0.97/netboot/tg3.c
2346
{ 0x14e4, 0x8008, PHY_ID_BCM5701 }, /* BCM95701A12 */
usr/src/grub/grub-0.97/netboot/tg3.c
2347
{ 0x14e4, 0x0009, PHY_ID_BCM5701 }, /* BCM95703Ax1 */
usr/src/grub/grub-0.97/netboot/tg3.c
2348
{ 0x14e4, 0x8009, PHY_ID_BCM5701 }, /* BCM95703Ax2 */
usr/src/grub/grub-0.97/netboot/tg3.c
2352
{ PCI_VENDOR_ID_3COM, 0x1006, PHY_ID_BCM5701 }, /* 3C996BT */
usr/src/grub/grub-0.97/netboot/tg3.c
2357
{ PCI_VENDOR_ID_3COM, 0x1007, PHY_ID_BCM5701 }, /* 3C1000T */
usr/src/grub/grub-0.97/netboot/tg3.c
2358
{ PCI_VENDOR_ID_3COM, 0x1008, PHY_ID_BCM5701 }, /* 3C940BR01 */
usr/src/grub/grub-0.97/netboot/tg3.c
2367
{ PCI_VENDOR_ID_COMPAQ, 0x007c, PHY_ID_BCM5701 }, /* BANSHEE */
usr/src/grub/grub-0.97/netboot/tg3.c
2368
{ PCI_VENDOR_ID_COMPAQ, 0x009a, PHY_ID_BCM5701 }, /* BANSHEE_2 */
usr/src/grub/grub-0.97/netboot/tg3.c
2370
{ PCI_VENDOR_ID_COMPAQ, 0x0085, PHY_ID_BCM5701 }, /* NC7780 */
usr/src/grub/grub-0.97/netboot/tg3.c
2371
{ PCI_VENDOR_ID_COMPAQ, 0x0099, PHY_ID_BCM5701 } /* NC7780_2 */
usr/src/grub/grub-0.97/netboot/tg3.c
2933
case PHY_ID_BCM5701: return "5701";
usr/src/grub/grub-0.97/netboot/tg3.h
2149
(X) == PHY_ID_BCM5411 || (X) == PHY_ID_BCM5701 || \