Remove sparse address hack.

This commit is contained in:
Peter Grehan 2003-04-18 02:46:12 +00:00
parent da5dcc52fc
commit accf6b7248

View File

@ -315,8 +315,6 @@ iobus_alloc_resource(device_t bus, device_t child, int type, int *rid,
case SYS_RES_IOPORT:
rm = &sc->sc_mem_rman;
tagval = PPC_BUS_SPACE_MEM;
if (flags & PPC_BUS_SPARSE4)
tagval |= 4;
break;
case SYS_RES_IRQ:
return (bus_alloc_resource(bus, type, rid, start, end, count,