Remove sparse addressing hack. The macio ATA driver no longer requires
this.
This commit is contained in:
parent
185952a327
commit
bb63ad371c
@ -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:
|
||||
|
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user