Do not depend on FreeBSD 2.2 compatability defines.

s/PCI_MAP_REG_START/PCIR_MAPS/
This commit is contained in:
Peter Wemm 2000-05-28 16:18:58 +00:00
parent 46dff442be
commit 2a26d3479b

View File

@ -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) {