--- sys/cam/cam_xpt.c	Sun Mar 17 18:35:55 2002
+++ sys/cam/cam_xpt.c.nofullinq	Mon Mar 18 14:22:15 2002
@@ -5516,6 +5516,7 @@
 				 */
 				xpt_find_quirk(path->device);
 				alen = inq_buf->additional_length;
+#if 0
 				if (softc->action == PROBE_INQUIRY
 				 && alen > (SHORT_INQUIRY_LENGTH - 4)
 				 && (path->device->quirk->quirks
@@ -5525,6 +5526,9 @@
 					xpt_schedule(periph, priority);
 					return;
 				}
+#else
+				printf ("Ignoring 0x%x bytes of additional inq info.\n", alen);
+#endif
 
 				if ((inq_buf->flags & SID_CmdQue) != 0)
 					softc->action = PROBE_MODE_SENSE;
