PCI_BCNF_IO_BASE_LOW
{ PCI_BCNF_IO_BASE_LOW, 1, "iobase", "I/O Base Low",
pci_config_put8(handle, PCI_BCNF_IO_BASE_LOW,
pci_config_get8(config_handle, PCI_BCNF_IO_BASE_LOW),
io_base_lo = pci_config_get8(config_handle, PCI_BCNF_IO_BASE_LOW);
pci_config_put8(handle, PCI_BCNF_IO_BASE_LOW,
pci_config_put8(h, PCI_BCNF_IO_BASE_LOW,
pci_config_put8(h, PCI_BCNF_IO_BASE_LOW, 0xff);
pci_config_get8(config_handle, PCI_BCNF_IO_BASE_LOW));
val = pci_getb(bus, dev, func, PCI_BCNF_IO_BASE_LOW);
pci_putb(bus, dev, func, PCI_BCNF_IO_BASE_LOW,
uint8_t val = pci_getb(bus, dev, func, PCI_BCNF_IO_BASE_LOW);
pci_config_put8(handle, PCI_BCNF_IO_BASE_LOW,
pci_config_get8(config_handle, PCI_BCNF_IO_BASE_LOW));
pci_config_put8(h, PCI_BCNF_IO_BASE_LOW,
pci_config_put8(h, PCI_BCNF_IO_BASE_LOW, 0xff);
io_base_lo = pci_config_get8(config_handle, PCI_BCNF_IO_BASE_LOW);