Changeset 3605c4e in rtems for c/src/lib/libbsp/powerpc/shared/pci/pci.c
- Timestamp:
- 08/05/03 19:54:27 (20 years ago)
- Children:
- ca15cda0
- Parents:
- 10ec9ae
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libbsp/powerpc/shared/pci/pci.c
r10ec9ae r3605c4e 22 22 #include <libcpu/io.h> 23 23 #include <bsp/pci.h> 24 #include <rtems/bspIo.h> 24 25 25 26 /* allow for overriding these definitions */ … … 389 390 if( int_name == -1 ) 390 391 { 391 printk("pci : Unable to resolve device %d:%d w/ swizzled int pin % ito an interrupt_line.\n", pbus, pslot, int_pin );392 printk("pci : Unable to resolve device %d:%d w/ swizzled int pin %d to an interrupt_line.\n", pbus, pslot, int_pin ); 392 393 } 393 394 else … … 459 460 if( int_name == -1 ) 460 461 { 461 printk("pci : Unable to resolve device %d:%d w/ swizzled int pin % ito an interrupt_line.\n", pbus, pslot, int_pin );462 printk("pci : Unable to resolve device %d:%d w/ swizzled int pin %d to an interrupt_line.\n", pbus, pslot, int_pin ); 462 463 } 463 464 else … … 500 501 else 501 502 { 502 printk("pci : No bridge from bus % itowards root found\n", tbus );503 printk("pci : No bridge from bus %d towards root found\n", tbus ); 503 504 goto donesearch; 504 505 }
Note: See TracChangeset
for help on using the changeset viewer.