diff options
| author | Matt Jacob <mjacob@FreeBSD.org> | 1999-05-11 02:53:00 +0000 |
|---|---|---|
| committer | Matt Jacob <mjacob@FreeBSD.org> | 1999-05-11 02:53:00 +0000 |
| commit | 243975c5f5a6437697faee06cc95caf24827053e (patch) | |
| tree | e1c1071b1ac0a8a3e4134eb21d11dde103aa6e19 /sys | |
| parent | 80d651e0b69d4eb749f74b024411c26270423957 (diff) | |
Notes
Diffstat (limited to 'sys')
| -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 aef7bb6209ee..1f6b85e9602e 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.42.2.7 1999/04/19 21:36:28 gibbs Exp $ + * $Id: cam_xpt.c,v 1.42.2.8 1999/05/07 00:43:05 ken Exp $ */ #include <sys/param.h> #include <sys/systm.h> @@ -471,6 +471,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, |
