From 11593f4318c7e716ea9f0ee6aa3f4caf10413d20 Mon Sep 17 00:00:00 2001 From: Paul Saab Date: Mon, 21 Jun 2004 18:34:30 +0000 Subject: [PATCH] Add a quirk for ciss to stop trying to read the serial number off of logical volumes. --- 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 592809f19b0e..7aecbfe528c1 100644 --- a/sys/cam/cam_xpt.c +++ b/sys/cam/cam_xpt.c @@ -550,6 +550,11 @@ static struct xpt_quirk_entry xpt_quirk_table[] = }, CAM_QUIRK_NOLUNS, /*mintags*/0, /*maxtags*/0 }, + { + /* COMPAQ/HP Smart Array RAID controllers */ + { T_DIRECT, SIP_MEDIA_FIXED, "COMPAQ", "RAID*", "*" }, + CAM_QUIRK_NOSERIAL, /*mintags*/0, /*maxtags*/0 + }, { /* Default tagged queuing parameters for all devices */ {