1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-16 10:20:30 +00:00

Quirk NOLUNS CALIPER CP150.

This commit is contained in:
Matt Jacob 1999-05-11 02:41:00 +00:00
parent 00bb66d73c
commit 2c3cca96df
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=46952

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.54 1999/04/23 23:25:48 gibbs Exp $
* $Id: cam_xpt.c,v 1.55 1999/05/06 20:16:00 ken Exp $
*/
#include <sys/param.h>
#include <sys/systm.h>
@ -468,6 +468,16 @@ static struct xpt_quirk_entry xpt_quirk_table[] =
},
CAM_QUIRK_NOSERIAL, /*mintags*/0, /*maxtags*/0
},
{
/*
* Would repond to all LUNs if asked for.
*/
{
T_SEQUENTIAL, SIP_MEDIA_REMOVABLE, "CALIPER",
"CP150", "*"
},
CAM_QUIRK_NOLUNS, /*mintags*/0, /*maxtags*/0
},
{
/* Default tagged queuing parameters for all devices */
{