aboutsummaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorMatt Jacob <mjacob@FreeBSD.org>2002-04-24 17:13:36 +0000
committerMatt Jacob <mjacob@FreeBSD.org>2002-04-24 17:13:36 +0000
commit02732e5bef1d5cb0f08bd582178fc9f72ec2053f (patch)
tree16a22dcdfb5578b8a45ec167c6f388b9c7167e86 /sys
parent87867cae347fc1082fc5a9f166e1f9f0c68b3d61 (diff)
downloadsrc-02732e5bef1d5cb0f08bd582178fc9f72ec2053f.tar.gz
src-02732e5bef1d5cb0f08bd582178fc9f72ec2053f.zip
MFC: Make Veritas Storage Appliance a HILUNS device.
Notes
Notes: svn path=/stable/4/; revision=95380
Diffstat (limited to 'sys')
-rw-r--r--sys/cam/cam_xpt.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/sys/cam/cam_xpt.c b/sys/cam/cam_xpt.c
index 33929c950873..dd6e4026c3c2 100644
--- a/sys/cam/cam_xpt.c
+++ b/sys/cam/cam_xpt.c
@@ -502,6 +502,11 @@ static struct xpt_quirk_entry xpt_quirk_table[] =
/*quirks*/0, /*mintags*/55, /*maxtags*/255
},
{
+ /* Veritas Storage Appliance */
+ { T_DIRECT, SIP_MEDIA_FIXED, "VERITAS", "*", "*" },
+ CAM_QUIRK_HILUNS, /*mintags*/2, /*maxtags*/1024
+ },
+ {
/*
* Would respond to all LUNs. Device type and removable
* flag are jumper-selectable.