Line 1124 has:
memcpy(inqbuf->vendor, "ADAPTEC ACB-4000 ", 28);
and line 1144 has:
memcpy(inqbuf->vendor, "EMULEX MT-02 QIC ", 28);
yet inqbuf->vendor is declared in struct scsipi_inquiry_data as:
char vendor[8];
--
John R. Shannon