diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-09-11 08:03:21 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-09-11 08:03:21 +0000 |
commit | d6cdb2f839a55626b56b418af9b4ed781c03394e (patch) | |
tree | 75bf006d3f45b6c016186192e6c42d873943bb28 /sys | |
parent | 894554caf0e8f0874066ba938534c75be6330290 (diff) |
another bad lun handler; pk@netbsd
Diffstat (limited to 'sys')
-rw-r--r-- | sys/scsi/scsiconf.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/scsi/scsiconf.c b/sys/scsi/scsiconf.c index 32e33925b61..9521d2ec8ba 100644 --- a/sys/scsi/scsiconf.c +++ b/sys/scsi/scsiconf.c @@ -1,4 +1,4 @@ -/* $OpenBSD: scsiconf.c,v 1.29 1997/07/25 01:55:47 mickey Exp $ */ +/* $OpenBSD: scsiconf.c,v 1.30 1997/09/11 08:03:20 deraadt Exp $ */ /* $NetBSD: scsiconf.c,v 1.57 1996/05/02 01:09:01 neil Exp $ */ /* @@ -354,6 +354,8 @@ struct scsi_quirk_inquiry_pattern scsi_quirk_patterns[] = { "TEXEL ", "CD-ROM ", "1.06"}, SDEV_NOLUNS}, {{T_CDROM, T_REMOV, "TEXEL ", "CD-ROM DM-XX24 K", "1.10"}, SDEV_NOLUNS}, + {{T_CDROM, T_REMOV, + "TOSHIBA ", "XM-4101TASUNSLCD", "1755"}, SDEV_NOLUNS}, {{T_CDROM, T_REMOV, "ShinaKen", "CD-ROM DM-3x1S", "1.04"}, SDEV_NOLUNS}, |