aboutsummaryrefslogtreecommitdiff
path: root/sys/cam
diff options
context:
space:
mode:
authorMatt Jacob <mjacob@FreeBSD.org>2002-09-23 04:55:32 +0000
committerMatt Jacob <mjacob@FreeBSD.org>2002-09-23 04:55:32 +0000
commit78900a835de785b475d2c6e63989e0d15c898736 (patch)
tree8a44cb022dd85611ee6f786571d89cd33c55a974 /sys/cam
parentc0d4804d67d4b1b4d5df4778a1c718a918878050 (diff)
downloadsrc-78900a835de785b475d2c6e63989e0d15c898736.tar.gz
src-78900a835de785b475d2c6e63989e0d15c898736.zip
Note that the large Hitachi's are also CAM_QUIRK_HILUNS
Notes
Notes: svn path=/head/; revision=103817
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 c5e76a4028b4..e22357b4e636 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.
*/