summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorken <ken@FreeBSD.org>1999-01-20 01:13:20 +0000
committerken <ken@FreeBSD.org>1999-01-20 01:13:20 +0000
commitb1b3d7c0bc86c238851d17d111c902846e0d3aad (patch)
tree2ea8f770c1ebdd2264d29a202d11035a0b125d0b
parent5f3006942fd798125287d4697f71b6303a0403de (diff)
downloadFreeBSD-src-b1b3d7c0bc86c238851d17d111c902846e0d3aad.zip
FreeBSD-src-b1b3d7c0bc86c238851d17d111c902846e0d3aad.tar.gz
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.
-rw-r--r--sys/cam/cam_xpt.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/cam/cam_xpt.c b/sys/cam/cam_xpt.c
index 067b08b..6b7f849 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 <sys/param.h>
#include <sys/systm.h>
@@ -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
},
{
OpenPOWER on IntegriCloud