Quirk this drive- all luns show up the same.

Submitted by:	Stephen McKay <syssgm@detir.qld.gov.au>
This commit is contained in:
Matt Jacob 1999-05-11 15:44:39 +00:00
parent 221752dfcc
commit 040816ec58
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=47020

View file

@ -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 <sys/param.h>
#include <sys/systm.h>
@ -478,6 +478,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 */
{