• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/scsi/

Lines Matching defs:to

17  * scsi_dev_info_list: structure to hold black/white listed devices.
36 * devices. The entries here are added to the tail of scsi_dev_info_list
39 * Do not add to this list, use the command line or proc interface to add
40 * to the scsi_dev_info_list. This table will eventually go away.
45 char *revision; /* revision known to be bad, unused */
49 * The following devices are known not to tolerate a lun != 0 scan
50 * for one reason or another. Some will respond to all luns,
57 {"HITACHI", "DK312C", "CM81", BLIST_NOLUN}, /* responds to all lun */
58 {"HITACHI", "DK314C", "CR21", BLIST_NOLUN}, /* responds to all lun */
67 {"MEDIAVIS", "RENO CD-ROMX2A", "2.03", BLIST_NOLUN}, /* responds to all lun */
68 {"MICROTEK", "ScanMakerIII", "2.30", BLIST_NOLUN}, /* responds to all lun */
70 {"PHILIPS", "PCA80SC", "V4-2", BLIST_NOLUN}, /* responds to all lun */
72 {"SUN", "SENA", NULL, BLIST_NOLUN}, /* responds to all luns */
75 * aha152x controller, which causes SCSI code to reset bus.
80 * aha152x controller, which causes SCSI code to reset bus.
83 {"SEAGATE", "ST296", "921", BLIST_NOLUN}, /* responds to all lun */
84 {"SEAGATE", "ST1581", "6538", BLIST_NOLUN}, /* responds to all lun */
94 * seagate controller, which causes SCSI code to reset bus.
97 {"TEAC", "MT-2ST/45S2-27", "RV M", BLIST_NOLUN}, /* responds to all lun */
100 * seagate controller, which causes SCSI code to reset bus.
106 {"MICROTEK", "ScanMaker II", "5.61", BLIST_NOLUN}, /* responds to all lun */
112 {"RELISYS", "Scorpio", NULL, BLIST_NOLUN}, /* responds to all lun */
120 {"", "Scanner", "1.80", BLIST_NOLUN}, /* responds to all lun */
244 * scsi_strcpy_devinfo: called from scsi_dev_info_list_add to copy into
247 static void scsi_strcpy_devinfo(char *name, char *to, size_t to_length,
253 strncpy(to, from, min(to_length, from_length));
259 to[from_length] = '\0';
264 strncpy(&to[from_length], spaces,
282 * @flag. If @compatible, add to the tail of the list, do not space
320 * scsi_dev_info_list_add_str: parse dev_list and add to the
322 * @dev_list: string of device flags to add
325 * Parse dev_list, and add entries to the scsi_dev_info_list.
465 * proc_scsi_dev_info_write: allow additions to the scsi_dev_info_list via
471 * value of flag to the scsi device info list.
507 " to the scsi device info list");
514 * scsi_dev_info_list_delete: called from scsi.c:exit_scsi to remove
535 * @dev_list: string of device flags to add
539 * scsi_static_device_list entries to the scsi device info list.