Remove sparse addressing hack. The macio ATA driver no longer requires

this.
This commit is contained in:
Peter Grehan 2003-04-18 02:42:27 +00:00
parent 1e1e003218
commit 5f9dfe1e17
2 changed files with 0 additions and 5 deletions

View File

@ -439,9 +439,6 @@ macio_alloc_resource(device_t bus, device_t child, int type, int *rid,
rm = &sc->sc_mem_rman;
tagval = PPC_BUS_SPACE_MEM;
if (flags & PPC_BUS_SPARSE4)
tagval |= 4;
break;
case SYS_RES_IRQ:

View File

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