Lines Matching refs:pci
20 #include "pci.h"
116 {0x2420, "PCnet/PCI 79C970", /* 79C970 or 79C974 PCnet-SCSI, PCI. */
118 /* Bug: the PCnet/PCI actually uses the PCnet/VLB ID number, so just call
122 {0x2621, "PCnet/PCI-II 79C970A", /* 79C970A PCInetPCI II. */
398 static int lance_probe1(struct nic *nic, struct pci_device *pci)
461 /* need to fix when PCI provides DMA info */
505 struct nic *lancepci_probe(struct nic *nic, unsigned short *probe_addrs, struct pci_device *pci)
545 adjust_pci_device(pci);
546 if (lance_probe1(nic, pci) >= 0)