From c7948a94c55b8bf0c92c818888daa0dcf1967cf2 Mon Sep 17 00:00:00 2001 From: Matt Jacob Date: Wed, 24 Apr 2002 00:00:55 +0000 Subject: [PATCH] Make Veritas Storage Appliance a HILUNS device. MFC after: 1 day --- sys/cam/cam_xpt.c | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/sys/cam/cam_xpt.c b/sys/cam/cam_xpt.c index 36f450b884b..81b803140b7 100644 --- a/sys/cam/cam_xpt.c +++ b/sys/cam/cam_xpt.c @@ -526,6 +526,11 @@ static struct xpt_quirk_entry xpt_quirk_table[] = { T_DIRECT, SIP_MEDIA_FIXED, "TERASOLU", "TRC-22", "*" }, /*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 -- 2.45.2