Kinsey Moore commented on a discussion on bsps/mips/malta/pci/pci.c: 
https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/593#note_127297

 >  
 >    printk( "*** BARs for slot=%d func=%d\n", slot, func );
 >    pci_read_config_dword (0, slot, func, PCI_BASE_ADDRESS_0, &addr);
 > -  printk("***    PCI DEVICE BAR0: 0x%lx\n", addr);
 > +  printk("***    PCI DEVICE BAR0: 0x%ulx\n", addr);

PRIx32

-- 
View it on GitLab: 
https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/593#note_127297
You're receiving this email because of your account on gitlab.rtems.org.


_______________________________________________
bugs mailing list
[email protected]
http://lists.rtems.org/mailman/listinfo/bugs

Reply via email to