From 6dd76100e40aaaab218c37c1f2c25e5a36ee8040 Mon Sep 17 00:00:00 2001 From: "Kenneth D. Merry" Date: Wed, 20 Jan 1999 01:13:20 +0000 Subject: [PATCH] By popular demand, back out the CONNER CFP* quirk entry, and return it to its original form. (Originally, it only applied to the CFP 2107.) Hopefully we can come to some conclusion about which Conner drives are broken for tagged queueing. --- sys/cam/cam_xpt.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/cam/cam_xpt.c b/sys/cam/cam_xpt.c index 067b08b8d92f..6b7f849957d3 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.38 1999/01/19 01:02:47 ken Exp $ + * $Id: cam_xpt.c,v 1.39 1999/01/19 16:59:36 ken Exp $ */ #include #include @@ -302,7 +302,7 @@ static struct xpt_quirk_entry xpt_quirk_table[] = }, { /* Broken tagged queuing drive */ - { T_DIRECT, SIP_MEDIA_FIXED, "CONNER", "CFP*", "*" }, + { T_DIRECT, SIP_MEDIA_FIXED, "CONNER", "CFP2107*", "*" }, /*quirks*/0, /*mintags*/0, /*maxtags*/0 }, {