Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/scsipi Add PQUIRK_NO_FLEX_PAGE for Fujitsu MO MCJ323...



details:   https://anonhg.NetBSD.org/src/rev/bb7511a027a8
branches:  trunk
changeset: 543219:bb7511a027a8
user:      hannken <hannken%NetBSD.org@localhost>
date:      Wed Feb 19 14:33:15 2003 +0000

description:
Add PQUIRK_NO_FLEX_PAGE for Fujitsu MO MCJ3230AP.
This drive returns bogus geometry (0 heads, 0 sectors).

diffstat:

 sys/dev/scsipi/atapiconf.c |  6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diffs (27 lines):

diff -r 0189314a528d -r bb7511a027a8 sys/dev/scsipi/atapiconf.c
--- a/sys/dev/scsipi/atapiconf.c        Wed Feb 19 14:21:06 2003 +0000
+++ b/sys/dev/scsipi/atapiconf.c        Wed Feb 19 14:33:15 2003 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: atapiconf.c,v 1.55 2003/01/01 00:10:25 thorpej Exp $   */
+/*     $NetBSD: atapiconf.c,v 1.56 2003/02/19 14:33:15 hannken Exp $   */
 
 /*
  * Copyright (c) 1996, 2001 Manuel Bouyer.  All rights reserved.
@@ -30,7 +30,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: atapiconf.c,v 1.55 2003/01/01 00:10:25 thorpej Exp $");
+__KERNEL_RCSID(0, "$NetBSD: atapiconf.c,v 1.56 2003/02/19 14:33:15 hannken Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -117,6 +117,8 @@
        {{T_DIRECT, T_REMOV,
          "FUJIFILM", "USB-DRIVEUNIT", "1.00"}, PQUIRK_NO_FLEX_PAGE |
                                                PQUIRK_NOSENSE },
+       {{T_OPTICAL, T_REMOV,
+         "FUJITSU MCJ3230AP", "", ""},         PQUIRK_NO_FLEX_PAGE },
 };
 
 int



Home | Main Index | Thread Index | Old Index