diff options
| author | Matt Jacob <mjacob@FreeBSD.org> | 1999-05-12 04:49:28 +0000 |
|---|---|---|
| committer | Matt Jacob <mjacob@FreeBSD.org> | 1999-05-12 04:49:28 +0000 |
| commit | 903034ca027f896209d8d82d5224b93e1988d919 (patch) | |
| tree | ab2424e8c5756c44d464261deb9f069179487f76 /sys | |
| parent | badda33a3371f6bfdc778ee47429d36f53728b7c (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 1f6b85e9602e..ccc823c3a545 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.8 1999/05/07 00:43:05 ken Exp $ + * $Id: cam_xpt.c,v 1.42.2.9 1999/05/11 02:53:00 mjacob Exp $ */ #include <sys/param.h> #include <sys/systm.h> @@ -481,6 +481,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 */ { T_ANY, SIP_MEDIA_REMOVABLE|SIP_MEDIA_FIXED, |
