Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

parisc: lba_pci: Add debug code to show IO and PA ranges

Add more code to debug the PAT PDC firmware.

Signed-off-by: Helge Deller <deller@gmx.de>

+4
+4
drivers/parisc/lba_pci.c
··· 1066 1066 1067 1067 p = (void *) &(pa_pdc_cell->mod[2+i*3]); 1068 1068 io = (void *) &(io_pdc_cell->mod[2+i*3]); 1069 + DBG_PAT("PA #%d : TYPE 0x%08lx, start 0x%08lx, end 0x%08lx\n", 1070 + i, p->type, p->start, p->end); 1071 + DBG_PAT("IO #%d : TYPE 0x%08lx, start 0x%08lx, end 0x%08lx\n", 1072 + i, io->type, io->start, io->end); 1069 1073 1070 1074 /* Convert the PAT range data to PCI "struct resource" */ 1071 1075 switch(p->type & 0xff) {