From 24604b167365edd20239eca75577c35ef759153c Mon Sep 17 00:00:00 2001 From: joerg Date: Sun, 25 May 1997 14:20:28 +0000 Subject: Add an entry for the Epson scanners since some of them repsond to more than one LUN: Submitted by: simokawa@sat.t.u-tokyo.ac.jp (Hidetoshi Shimokawa) --- sys/scsi/scsiconf.c | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) (limited to 'sys/scsi') diff --git a/sys/scsi/scsiconf.c b/sys/scsi/scsiconf.c index ac9c306..47a8a16 100644 --- a/sys/scsi/scsiconf.c +++ b/sys/scsi/scsiconf.c @@ -16,7 +16,7 @@ * * New configuration setup: dufault@hda.com * - * $Id: scsiconf.c,v 1.86 1997/05/19 17:32:07 jmz Exp $ + * $Id: scsiconf.c,v 1.87 1997/05/21 19:35:11 joerg Exp $ */ #include "opt_scsi.h" @@ -40,6 +40,7 @@ #include "cd.h" #include "ch.h" #include "od.h" +#include "pt.h" #include "worm.h" #include "su.h" @@ -424,6 +425,16 @@ static struct scsidevs knowndevs[] = "worm", SC_ONE_LU, 0, &worm_mode_plasmon }, #endif /* NWORM */ +#if NPT > 0 + /* + * Some of the Epson scanners erroneously respond to more than + * one LUN. + */ + { + T_PROCESSOR, T_PROCESSOR, T_FIXED, "EPSON SC", "*", "*", + "pt", SC_ONE_LU + }, +#endif /* NPT */ /* * Wildcard entries. Keep them down here below all device -- cgit v1.1