Re: PATCH ncr5380/53c400, lp module

Ulrich Windl (Ulrich.Windl@rz.uni-regensburg.de)
Wed, 20 Mar 1996 09:10:50 +0100


On 20 Mar 96 at 15:08, Kevin Lentin wrote:

[...]
> +}
> +
> +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