mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Remove sparse address hack.
This commit is contained in:
parent
da5dcc52fc
commit
accf6b7248
1 changed files with 0 additions and 2 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in a new issue