Home
last modified time | relevance | path

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

/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Dtg3.c2361 { PCI_VENDOR_ID_DELL, 0x00d1, PHY_ID_BCM5401 }, /* VIPER */
2362 { PCI_VENDOR_ID_DELL, 0x0106, PHY_ID_BCM5401 }, /* JAGUAR */
2363 { PCI_VENDOR_ID_DELL, 0x0109, PHY_ID_BCM5411 }, /* MERLOT */
2364 { PCI_VENDOR_ID_DELL, 0x010a, PHY_ID_BCM5411 }, /* SLIM_MERLOT */
2532 else if (tp->subsystem_vendor == PCI_VENDOR_ID_DELL) { in tg3_phy_probe()
H A Dpci_ids.h417 #define PCI_VENDOR_ID_DELL 0x1028 macro