summaryrefslogtreecommitdiffstats
path: root/sys/cam
diff options
context:
space:
mode:
authormjacob <mjacob@FreeBSD.org>1999-05-11 15:44:39 +0000
committermjacob <mjacob@FreeBSD.org>1999-05-11 15:44:39 +0000
commit4d087e122fb170b0e9c6512c0661058ede718491 (patch)
tree4a093f1be3c6688afd6b4845f4d730ab8a308c3f /sys/cam
parent7ee1cc6f29e8c796ceb3e7a8f1eb3d29db7de654 (diff)
downloadFreeBSD-src-4d087e122fb170b0e9c6512c0661058ede718491.zip
FreeBSD-src-4d087e122fb170b0e9c6512c0661058ede718491.tar.gz
Quirk this drive- all luns show up the same.
Submitted by: Stephen McKay <syssgm@detir.qld.gov.au>
Diffstat (limited to 'sys/cam')
-rw-r--r--sys/cam/cam_xpt.c12
1 files changed, 11 insertions, 1 deletions
diff --git a/sys/cam/cam_xpt.c b/sys/cam/cam_xpt.c
index 911726e..6bf427e 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.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>
@@ -479,6 +479,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,
OpenPOWER on IntegriCloud