On Sat, Dec 27, 2003 at 05:46:16PM +0000, Joel Soete wrote: > - panic(__FILE__ ": pcxl_alloc_range() Too many pages to > map.\n"); > + panic("%s: pcxl_alloc_range() Too many pages to map.\n", > + __FILE__); thanks - I applied this patch (plus correction in pci.h) grant