summaryrefslogtreecommitdiffstats
path: root/sys/cam
diff options
context:
space:
mode:
authormjacob <mjacob@FreeBSD.org>2002-09-23 04:55:32 +0000
committermjacob <mjacob@FreeBSD.org>2002-09-23 04:55:32 +0000
commit116b05642525fedde0a20242283c7e20e1a2bfaa (patch)
tree8a44cb022dd85611ee6f786571d89cd33c55a974 /sys/cam
parentfb4d714b00676a2c13be7b3ff5b5fbf418c2e40b (diff)
downloadFreeBSD-src-116b05642525fedde0a20242283c7e20e1a2bfaa.zip
FreeBSD-src-116b05642525fedde0a20242283c7e20e1a2bfaa.tar.gz
Note that the large Hitachi's are also CAM_QUIRK_HILUNS
Diffstat (limited to 'sys/cam')
-rw-r--r--sys/cam/cam_xpt.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/sys/cam/cam_xpt.c b/sys/cam/cam_xpt.c
index c5e76a4..e22357b 100644
--- a/sys/cam/cam_xpt.c
+++ b/sys/cam/cam_xpt.c
@@ -471,6 +471,14 @@ static struct xpt_quirk_entry xpt_quirk_table[] =
},
{
/*
+ * These are the large storage arrays.
+ * Submitted by: William Carrel <william.carrel@infospace.com>
+ */
+ { T_DIRECT, SIP_MEDIA_FIXED, "HITACHI", "OPEN*", "*" },
+ CAM_QUIRK_HILUNS, 2, 1024
+ },
+ {
+ /*
* This old revision of the TDC3600 is also SCSI-1, and
* hangs upon serial number probing.
*/
OpenPOWER on IntegriCloud