PCIR_MAPS
#define PCI_BASEADR0 PCIR_MAPS /* I/O Address */
#define PCI_BASEADR1 PCIR_MAPS + 4 /* Mem I/O Address */
#define ADW_PCI_IOBASE PCIR_MAPS /* I/O Address */
#define ADW_PCI_MEMBASE PCIR_MAPS + 4 /* Mem I/O Address */
rid = PCIR_MAPS;
#define PUC_PORT_BAR_INDEX(bar) (((bar) - PCIR_MAPS) / 4)
sc->saved_maps[i] = pci_read_config(dev, PCIR_MAPS + i * 4, 4);
pci_write_config(dev, PCIR_MAPS + i * 4, sc->saved_maps[i], 4);
rid = PCIR_MAPS;
rid = PCIR_MAPS + 4;
sc->saved_maps[i] = pci_read_config(dev, PCIR_MAPS + i * 4, 4);
pci_write_config(dev, PCIR_MAPS + i * 4, sc->saved_maps[i], 4);
rid = PCIR_MAPS + 4;
bus_release_resource(dev, SYS_RES_MEMORY, PCIR_MAPS + 4,
#define DPT_PCI_IOADDR PCIR_MAPS /* I/O Address */
#define DPT_PCI_MEMADDR (PCIR_MAPS + 4) /* Mem I/O Address */
ida->regs_res_id = PCIR_MAPS;
#define IDA_PCI_MEMADDR (PCIR_MAPS + 4) /* Mem I/O Address */
#if defined(PCIR_MAPS) && !defined(PCIR_BARS)
# define PCIR_BARS PCIR_MAPS
#define PCIR_BAR(x) (PCIR_MAPS + (x) * 4)
#define CXM_RID PCIR_MAPS