summaryrefslogtreecommitdiffstats
path: root/sys/cam
diff options
context:
space:
mode:
authorken <ken@FreeBSD.org>1998-10-06 19:27:19 +0000
committerken <ken@FreeBSD.org>1998-10-06 19:27:19 +0000
commitc621cf717dbaff9a9837b072e3f4f622c9110ae6 (patch)
treec356053d388304e555f8cfd04dcb00c6555bc1f7 /sys/cam
parentb876394ab200eade9ffb65151afe135c80ca4370 (diff)
downloadFreeBSD-src-c621cf717dbaff9a9837b072e3f4f622c9110ae6.zip
FreeBSD-src-c621cf717dbaff9a9837b072e3f4f622c9110ae6.tar.gz
Disable multi-lun probing and serial number inquiries for the Exabyte 8200.
Diffstat (limited to 'sys/cam')
-rw-r--r--sys/cam/cam_xpt.c13
1 files changed, 12 insertions, 1 deletions
diff --git a/sys/cam/cam_xpt.c b/sys/cam/cam_xpt.c
index be54a7b..16228fa 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.14 1998/09/25 22:35:56 gibbs Exp $
+ * $Id: cam_xpt.c,v 1.15 1998/10/02 21:00:50 ken Exp $
*/
#include <sys/param.h>
#include <sys/systm.h>
@@ -346,6 +346,17 @@ static struct xpt_quirk_entry xpt_quirk_table[] =
CAM_QUIRK_NOLUNS, /*mintags*/0, /*maxtags*/0
},
{
+ /*
+ * The 8200 doesn't like multi-lun probing, and probably
+ * don't like serial number requests either.
+ */
+ {
+ T_SEQUENTIAL, SIP_MEDIA_REMOVABLE, "EXABYTE",
+ "EXB-8200*", "*"
+ },
+ CAM_QUIRK_NOSERIAL|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