Searched refs:scsi_max_devs (Results 1 – 1 of 1) sorted by relevance
39 static int scsi_max_devs; /* number of highest available scsi device */ variable659 scsi_max_devs = 0; in scsi_scan()662 struct blk_desc *bdesc = &scsi_dev_desc[scsi_max_devs]; in scsi_scan()673 scsi_max_devs++; in scsi_scan()676 if (scsi_max_devs > 0) in scsi_scan()681 printf("Found %d device(s).\n", scsi_max_devs); in scsi_scan()683 env_set_ulong("scsidevs", scsi_max_devs); in scsi_scan()