From 4d087e122fb170b0e9c6512c0661058ede718491 Mon Sep 17 00:00:00 2001 From: mjacob Date: Tue, 11 May 1999 15:44:39 +0000 Subject: Quirk this drive- all luns show up the same. Submitted by: Stephen McKay --- sys/cam/cam_xpt.c | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to 'sys/cam') diff --git a/sys/cam/cam_xpt.c b/sys/cam/cam_xpt.c index 911726e..6bf427e 100644 --- a/sys/cam/cam_xpt.c +++ b/sys/cam/cam_xpt.c @@ -26,7 +26,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: cam_xpt.c,v 1.55 1999/05/06 20:16:00 ken Exp $ + * $Id: cam_xpt.c,v 1.56 1999/05/11 02:41:00 mjacob Exp $ */ #include #include @@ -479,6 +479,16 @@ static struct xpt_quirk_entry xpt_quirk_table[] = CAM_QUIRK_NOLUNS, /*mintags*/0, /*maxtags*/0 }, { + /* + * Would repond to all LUNs if asked for. + */ + { + T_SEQUENTIAL, SIP_MEDIA_REMOVABLE, "KENNEDY", + "96X2*", "*" + }, + CAM_QUIRK_NOLUNS, /*mintags*/0, /*maxtags*/0 + }, + { /* Default tagged queuing parameters for all devices */ { T_ANY, SIP_MEDIA_REMOVABLE|SIP_MEDIA_FIXED, -- cgit v1.1