diff options
| -rw-r--r-- | sys/cam/cam_xpt.c | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/sys/cam/cam_xpt.c b/sys/cam/cam_xpt.c index b57bdbf674f3..911726e4ee06 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.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> @@ -469,6 +469,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 */ { T_ANY, SIP_MEDIA_REMOVABLE|SIP_MEDIA_FIXED, |
