···1066106610671067 p = (void *) &(pa_pdc_cell->mod[2+i*3]);10681068 io = (void *) &(io_pdc_cell->mod[2+i*3]);10691069+ DBG_PAT("PA #%d : TYPE 0x%08lx, start 0x%08lx, end 0x%08lx\n",10701070+ i, p->type, p->start, p->end);10711071+ DBG_PAT("IO #%d : TYPE 0x%08lx, start 0x%08lx, end 0x%08lx\n",10721072+ i, io->type, io->start, io->end);1069107310701074 /* Convert the PAT range data to PCI "struct resource" */10711075 switch(p->type & 0xff) {