summaryrefslogtreecommitdiffstats
path: root/sys/cam/cam_xpt.c
diff options
context:
space:
mode:
authormjacob <mjacob@FreeBSD.org>2002-04-24 00:00:55 +0000
committermjacob <mjacob@FreeBSD.org>2002-04-24 00:00:55 +0000
commitd7e3245617c8ed648558109b252fd5ccbb993af3 (patch)
tree539ed718a7544dc663729bdd20fedd909ee7baac /sys/cam/cam_xpt.c
parentc114ef416e6b806cc6d27bdbc48ececc6ce23a68 (diff)
downloadFreeBSD-src-d7e3245617c8ed648558109b252fd5ccbb993af3.zip
FreeBSD-src-d7e3245617c8ed648558109b252fd5ccbb993af3.tar.gz
Make Veritas Storage Appliance a HILUNS device.
MFC after: 1 day
Diffstat (limited to 'sys/cam/cam_xpt.c')
-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 36f450b..81b8031 100644
--- a/sys/cam/cam_xpt.c
+++ b/sys/cam/cam_xpt.c
@@ -527,6 +527,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.
OpenPOWER on IntegriCloud