[...]
> +}
> +
> +const char *const scsi_device_types[] =
> +{
> + "Direct-Access ",
> + "Sequential-Access",
> + "Printer ",
> + "Processor ",
> + "WORM ",
> + "CD-ROM ",
> + "Scanner ",
> + "Optical Device ",
> + "Medium Changer ",
> + "Communications "
> +};
> +#define MAX_SCSI_DEVICE_CODE sizeof(scsi_device_types)/sizeof(char*)
> +
Aren't these strings already defined somewhere else in the SCSI
directory?
Ulrich