I don't know the answer authoritatively, but
a grep through the sources yielded this table
in drivers/scsi/aic7xxx_old.c that has a very
likely looking entry:


  static const char *board_names[] = {
    "AIC-7xxx Unknown",                                   /* AIC_NONE */
    "Adaptec AIC-7810 Hardware RAID Controller",          /* AIC_7810 */
    "Adaptec AIC-7770 SCSI host adapter",                 /* AIC_7770 */
    "Adaptec AHA-274X SCSI host adapter",                 /* AIC_7771 */
    "Adaptec AHA-284X SCSI host adapter",                 /* AIC_284x */
    "Adaptec AIC-7850 SCSI host adapter",                 /* AIC_7850 */
    "Adaptec AIC-7855 SCSI host adapter",                 /* AIC_7855 */
    "Adaptec AIC-7860 Ultra SCSI host adapter",           /* AIC_7860 */
    "Adaptec AHA-2940A Ultra SCSI host adapter",          /* AIC_7861 */
    "Adaptec AIC-7870 SCSI host adapter",                 /* AIC_7870 */
    "Adaptec AHA-294X SCSI host adapter",                 /* AIC_7871 */
    "Adaptec AHA-394X SCSI host adapter",                 /* AIC_7872 */
    "Adaptec AHA-398X SCSI host adapter",                 /* AIC_7873 */
    "Adaptec AHA-2944 SCSI host adapter",                 /* AIC_7874 */
    "Adaptec AIC-7880 Ultra SCSI host adapter",           /* AIC_7880 */
    "Adaptec AHA-294X Ultra SCSI host adapter",           /* AIC_7881 */
    "Adaptec AHA-394X Ultra SCSI host adapter",           /* AIC_7882 */
    "Adaptec AHA-398X Ultra SCSI host adapter",           /* AIC_7883 */
    "Adaptec AHA-2944 Ultra SCSI host adapter",           /* AIC_7884 */
>>  "Adaptec AHA-2940UW Pro Ultra SCSI host adapter",     /* AIC_7887 */
    "Adaptec AIC-7895 Ultra SCSI host adapter",           /* AIC_7895 */
    "Adaptec AIC-7890/1 Ultra2 SCSI host adapter",        /* AIC_7890 */
    "Adaptec AHA-293X Ultra2 SCSI host adapter",          /* AIC_7890 */
    "Adaptec AHA-294X Ultra2 SCSI host adapter",          /* AIC_7890 */
    "Adaptec AIC-7896/7 Ultra2 SCSI host adapter",        /* AIC_7896 */
    "Adaptec AHA-394X Ultra2 SCSI host adapter",          /* AIC_7897 */
    "Adaptec AHA-395X Ultra2 SCSI host adapter",          /* AIC_7897 */
    "Adaptec PCMCIA SCSI controller",                     /* card bus stuff */
    "Adaptec AIC-7892 Ultra 160/m SCSI host adapter",     /* AIC_7892 */
    "Adaptec AIC-7899 Ultra 160/m SCSI host adapter",     /* AIC_7899 */
  };



*****************************************************************
To unsubscribe from this list, send mail to [EMAIL PROTECTED]
with the text 'unsubscribe gnhlug' in the message body.
*****************************************************************

Reply via email to