Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/dev/scsipi Remove revision in quirk entry for TOSHIBA XM...



details:   https://anonhg.NetBSD.org/src/rev/ae89161815cc
branches:  trunk
changeset: 542383:ae89161815cc
user:      bouyer <bouyer%NetBSD.org@localhost>
date:      Mon Jan 27 18:55:24 2003 +0000

description:
Remove revision in quirk entry for TOSHIBA XM-4101TASUNSLCD. The same drive with a newer revision also fails, so assume all revisions are bad until proven otherwise. Should fix PR kern/19912.

diffstat:

 sys/dev/scsipi/scsiconf.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r c6182af972d4 -r ae89161815cc sys/dev/scsipi/scsiconf.c
--- a/sys/dev/scsipi/scsiconf.c Mon Jan 27 18:21:23 2003 +0000
+++ b/sys/dev/scsipi/scsiconf.c Mon Jan 27 18:55:24 2003 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: scsiconf.c,v 1.197 2003/01/09 12:25:00 pk Exp $        */
+/*     $NetBSD: scsiconf.c,v 1.198 2003/01/27 18:55:24 bouyer Exp $    */
 
 /*-
  * Copyright (c) 1998, 1999 The NetBSD Foundation, Inc.
@@ -55,7 +55,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: scsiconf.c,v 1.197 2003/01/09 12:25:00 pk Exp $");
+__KERNEL_RCSID(0, "$NetBSD: scsiconf.c,v 1.198 2003/01/27 18:55:24 bouyer Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -481,7 +481,7 @@
        {{T_CDROM, T_REMOV,
         "TEXEL   ", "CD-ROM DM-XX24 K", "1.10"}, PQUIRK_NOLUNS},
        {{T_CDROM, T_REMOV,
-        "TOSHIBA ", "XM-4101TASUNSLCD", "1755"}, PQUIRK_NOLUNS|PQUIRK_NOSYNC},
+        "TOSHIBA ", "XM-4101TASUNSLCD", ""}, PQUIRK_NOLUNS|PQUIRK_NOSYNC},
        /* "IBM CDRM00201     !F" 0724 is an IBM OEM Toshiba XM-4101BME */
        {{T_CDROM, T_REMOV,
         "IBM     ", "CDRM00201     !F", "0724"}, PQUIRK_NOLUNS|PQUIRK_NOSYNC},



Home | Main Index | Thread Index | Old Index