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