summaryrefslogtreecommitdiffstats
path: root/sys/powerpc/psim/iobus.c
diff options
context:
space:
mode:
authorgrehan <grehan@FreeBSD.org>2003-04-18 02:46:12 +0000
committergrehan <grehan@FreeBSD.org>2003-04-18 02:46:12 +0000
commit2a6899a00873241f2af3f3599313b4c629f8dd25 (patch)
tree4b403497efc508b236cb1d15eed00b7bbe95f6cc /sys/powerpc/psim/iobus.c
parenta907ab9da4cedbf3b8444e0968c9f2650d31e243 (diff)
downloadFreeBSD-src-2a6899a00873241f2af3f3599313b4c629f8dd25.zip
FreeBSD-src-2a6899a00873241f2af3f3599313b4c629f8dd25.tar.gz
Remove sparse address hack.
Diffstat (limited to 'sys/powerpc/psim/iobus.c')
-rw-r--r--sys/powerpc/psim/iobus.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/powerpc/psim/iobus.c b/sys/powerpc/psim/iobus.c
index 3428125..e57f14e 100644
--- a/sys/powerpc/psim/iobus.c
+++ b/sys/powerpc/psim/iobus.c
@@ -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,
OpenPOWER on IntegriCloud