diff options
author | ken <ken@FreeBSD.org> | 1999-01-20 01:13:20 +0000 |
---|---|---|
committer | ken <ken@FreeBSD.org> | 1999-01-20 01:13:20 +0000 |
commit | b1b3d7c0bc86c238851d17d111c902846e0d3aad (patch) | |
tree | 2ea8f770c1ebdd2264d29a202d11035a0b125d0b /sys/cam | |
parent | 5f3006942fd798125287d4697f71b6303a0403de (diff) | |
download | FreeBSD-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.
Diffstat (limited to 'sys/cam')
-rw-r--r-- | sys/cam/cam_xpt.c | 4 |
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 }, { |