diff options
-rw-r--r-- | sys/pci/xrpu.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/pci/xrpu.c b/sys/pci/xrpu.c index 9688caa..3d2332f 100644 --- a/sys/pci/xrpu.c +++ b/sys/pci/xrpu.c @@ -228,7 +228,7 @@ xrpu_attach(device_t self) unit = device_get_unit(self); sc = device_get_softc(self); sc->mode = NORMAL; - rid = PCI_MAP_REG_START; + rid = PCIR_MAPS; res = bus_alloc_resource(self, SYS_RES_MEMORY, &rid, 0, ~0, 1, RF_ACTIVE); if (res == NULL) { |