taglinefilesource code
template858drivers/scsi/aha274x.cint aha274x_register(Scsi_Host_Template *template,
template917drivers/scsi/aha274x.cif (template->sg_tablesize != SG_NONE) {
template923drivers/scsi/aha274x.ctemplate->sg_tablesize = SG_NONE;
template935drivers/scsi/aha274x.chost = scsi_register(template, sizeof(struct aha274x_host));
template1006drivers/scsi/aha274x.cint aha274x_detect(Scsi_Host_Template *template)
template1033drivers/scsi/aha274x.cfound += aha274x_register(template, type, base);
template1036drivers/scsi/aha274x.ctemplate->name = (char *)aha274x_info();