HomeSort by relevance Sort by last modified time
    Searched full:sis900_probe (Results 1 - 4 of 4) sorted by null

  /external/grub/netboot/
sis900.txt 58 { "SIS900", sis900_probe, pci_ioaddrs },
70 extern struct nic *sis900_probe(struct nic *, unsigned short *
sis900.c 121 struct nic *sis900_probe(struct nic *nic, unsigned short *io_addrs, struct pci_device *pci);
162 printf ("sis900_probe: Error EERPOM read %hX\n", signature);
209 * Function: sis900_probe
222 struct nic *sis900_probe(struct nic *nic, unsigned short *io_addrs, struct pci_device *pci)
255 printf ("sis900_probe: Error MAC address not found\n");
261 printf("sis900_probe: Vendor:%#hX Device:%#hX\n", vendor, dev_id);
284 printf("sis900_probe: %s transceiver found at address %d.\n",
299 printf("sis900_probe: No MII transceivers found!\n");
305 printf("sis900_probe: Using %s as default\n", mii.chip_info->name);
219 struct nic *sis900_probe(struct nic *nic, unsigned short *io_addrs, struct pci_device *pci) function
cards.h 169 extern struct nic *sis900_probe(struct nic *, unsigned short *
config.c 333 { PCI_VENDOR_ID_SIS, PCI_DEVICE_ID_SIS900, sis900_probe },
334 { PCI_VENDOR_ID_SIS, PCI_DEVICE_ID_SIS7016, sis900_probe },
369 { "SIS900", sis900_probe, pci_ioaddrs },

Completed in 196 milliseconds