mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-12 14:29:28 +00:00
Quirk this drive- all luns show up the same.
Submitted by: Stephen McKay <syssgm@detir.qld.gov.au>
This commit is contained in:
parent
221752dfcc
commit
040816ec58
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=47020
@ -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 */
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user