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 NOMODESENSE quirks for Iomega drives -...
details: https://anonhg.NetBSD.org/src/rev/4158ff68579c
branches: trunk
changeset: 551623:4158ff68579c
user: mycroft <mycroft%NetBSD.org@localhost>
date: Tue Sep 09 03:57:57 2003 +0000
description:
Remove NOMODESENSE quirks for Iomega drives -- they're totally unneeded.
diffstat:
sys/dev/scsipi/scsiconf.c | 11 +++--------
1 files changed, 3 insertions(+), 8 deletions(-)
diffs (32 lines):
diff -r b0e0dbeeedd1 -r 4158ff68579c sys/dev/scsipi/scsiconf.c
--- a/sys/dev/scsipi/scsiconf.c Tue Sep 09 03:56:39 2003 +0000
+++ b/sys/dev/scsipi/scsiconf.c Tue Sep 09 03:57:57 2003 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: scsiconf.c,v 1.213 2003/09/09 03:01:27 mycroft Exp $ */
+/* $NetBSD: scsiconf.c,v 1.214 2003/09/09 03:57:57 mycroft 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.213 2003/09/09 03:01:27 mycroft Exp $");
+__KERNEL_RCSID(0, "$NetBSD: scsiconf.c,v 1.214 2003/09/09 03:57:57 mycroft Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@@ -619,12 +619,7 @@
"FUJITSU ", "M2266", ""}, PQUIRK_CAP_SYNC},
{{T_DIRECT, T_REMOV,
- "iomega", "jaz 1GB", ""}, PQUIRK_NOMODESENSE},
- {{T_DIRECT, T_REMOV,
- "IOMEGA", "ZIP 100", ""}, PQUIRK_NOMODESENSE},
- {{T_DIRECT, T_REMOV,
- "IOMEGA", "ZIP 100", "J.03"},
- PQUIRK_NOMODESENSE|PQUIRK_NOLUNS},
+ "IOMEGA", "ZIP 100", "J.03"}, PQUIRK_NOLUNS},
{{T_DIRECT, T_REMOV,
"INSITE", "I325VM", ""}, PQUIRK_NOLUNS},
Home |
Main Index |
Thread Index |
Old Index