taglinefilesource code
info_msg211drivers/scsi/NCR53c406a.cstatic char info_msg[256];
info_msg578drivers/scsi/NCR53c406a.csprintf(info_msg, "NCR53c406a at 0x%x, IRQ %d, DMA channel %d.", port_base, irq_level, dma_chan);
info_msg580drivers/scsi/NCR53c406a.csprintf(info_msg, "NCR53c406a at 0x%x, IRQ %d, %s PIO mode.", port_base, irq_level, fast_pio ? "fast" : "slow");
info_msg637drivers/scsi/NCR53c406a.creturn (info_msg);