summaryrefslogtreecommitdiffstats
path: root/sys/scsi
diff options
context:
space:
mode:
authorjoerg <joerg@FreeBSD.org>1997-05-25 14:20:28 +0000
committerjoerg <joerg@FreeBSD.org>1997-05-25 14:20:28 +0000
commit24604b167365edd20239eca75577c35ef759153c (patch)
tree024d7f9cbf2f318e353dc2c496d5315219f455a0 /sys/scsi
parente5a710386c043e73b2595218f08665bc1dac1c7f (diff)
downloadFreeBSD-src-24604b167365edd20239eca75577c35ef759153c.zip
FreeBSD-src-24604b167365edd20239eca75577c35ef759153c.tar.gz
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)
Diffstat (limited to 'sys/scsi')
-rw-r--r--sys/scsi/scsiconf.c13
1 files changed, 12 insertions, 1 deletions
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
OpenPOWER on IntegriCloud