SYS_RES_IOPORT, &i,
0, ~0, 1, 0 /* !RF_ACTIVE */);
if (res[i]) {
/* HACK */
if(res[i]->r_start != start) {
bus_release_resource(child,
SYS_RES_IOPORT, i,
res[i]);
continue;
}
result->ic_port[i].ir_start = start;
result->ic_port[i].ir_end = start + size - 1;
result->ic_port[i].ir_size = size;