PCIR_BARS
#define PCI_BASE_ADDRESS_0 PCIR_BARS
#ifndef PCIR_BARS
#define PCIR_BAR(x) (PCIR_BARS + (x) * 4)
rid = PCIR_BARS;
bus_release_resource(dev, SYS_RES_MEMORY, PCIR_BARS, sc->mem_res);
bus_release_resource(dev, SYS_RES_MEMORY, PCIR_BARS, sc->mem_res);
#define PCIR_BAR(x) (PCIR_BARS + (x) * 4)
#define PCI_RID2BAR(rid) (((rid) - PCIR_BARS) / 4)
rid = PCIR_BARS;