Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/scsipi Insite Floptical drive needs PQUIRK_NOLUNS.
details: https://anonhg.NetBSD.org/src/rev/f3b9c910508a
branches: trunk
changeset: 517761:f3b9c910508a
user: soren <soren%NetBSD.org@localhost>
date: Mon Nov 19 00:22:47 2001 +0000
description:
Insite Floptical drive needs PQUIRK_NOLUNS.
diffstat:
sys/dev/scsipi/scsiconf.c | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
diffs (27 lines):
diff -r f6a5fb3f5cc0 -r f3b9c910508a sys/dev/scsipi/scsiconf.c
--- a/sys/dev/scsipi/scsiconf.c Sun Nov 18 23:23:11 2001 +0000
+++ b/sys/dev/scsipi/scsiconf.c Mon Nov 19 00:22:47 2001 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: scsiconf.c,v 1.167 2001/11/18 17:22:43 tsutsui Exp $ */
+/* $NetBSD: scsiconf.c,v 1.168 2001/11/19 00:22:47 soren 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.167 2001/11/18 17:22:43 tsutsui Exp $");
+__KERNEL_RCSID(0, "$NetBSD: scsiconf.c,v 1.168 2001/11/19 00:22:47 soren Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@@ -587,6 +587,8 @@
{{T_DIRECT, T_REMOV,
"M-Sys", "DiskOnKey", "2.01"}, PQUIRK_NOMODESENSE
| PQUIRK_NODOORLOCK | PQUIRK_ONLYBIG | PQUIRK_NOBIGMODESENSE},
+ {{T_DIRECT, T_REMOV,
+ "INSITE", "I325VM", ""}, PQUIRK_NOLUNS},
/* XXX: QIC-36 tape behind Emulex adapter. Very broken. */
{{T_SEQUENTIAL, T_REMOV,
Home |
Main Index |
Thread Index |
Old Index