taglinefilesource code
PCI_DEVICE1585drivers/net/de4x5.cpcibios_read_config_word(pb, PCI_DEVICE, PCI_VENDOR_ID, &vendor);
PCI_DEVICE1586drivers/net/de4x5.cpcibios_read_config_word(pb, PCI_DEVICE, PCI_DEVICE_ID, &device);
PCI_DEVICE1596drivers/net/de4x5.cpcibios_read_config_dword(pb, PCI_DEVICE, PCI_BASE_ADDRESS_0, &iobase);
PCI_DEVICE1600drivers/net/de4x5.cpcibios_read_config_byte(pb, PCI_DEVICE, PCI_INTERRUPT_LINE, &irq);
PCI_DEVICE1603drivers/net/de4x5.cpcibios_read_config_word(pb, PCI_DEVICE, PCI_COMMAND, &status);
PCI_DEVICE1607drivers/net/de4x5.cpcibios_write_config_word(pb, PCI_DEVICE, PCI_COMMAND, status);
PCI_DEVICE1608drivers/net/de4x5.cpcibios_read_config_word(pb, PCI_DEVICE, PCI_COMMAND, &status);