From owner-cvs-src@FreeBSD.ORG Fri Jun 2 18:52:14 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E011816A448; Fri, 2 Jun 2006 18:52:14 +0000 (UTC) (envelope-from mjacob@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 06AB543D78; Fri, 2 Jun 2006 18:52:11 +0000 (GMT) (envelope-from mjacob@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k52IodIE017712; Fri, 2 Jun 2006 18:50:39 GMT (envelope-from mjacob@repoman.freebsd.org) Received: (from mjacob@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k52IodIQ017711; Fri, 2 Jun 2006 18:50:39 GMT (envelope-from mjacob) Message-Id: <200606021850.k52IodIQ017711@repoman.freebsd.org> From: Matt Jacob Date: Fri, 2 Jun 2006 18:50:39 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/mpt mpt.c mpt.h mpt_cam.c mpt_pci.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jun 2006 18:52:24 -0000 mjacob 2006-06-02 18:50:39 UTC FreeBSD src repository Modified files: sys/dev/mpt mpt.c mpt.h mpt_cam.c mpt_pci.c Log: More checkpointing on the way toward really (finally) fixing speed negotiation. Also fix the mpt_execute_req function to actually match mpt_execute_req_a64. This may explain why i386 users were having more grief. Revision Changes Path 1.31 +3 -0 src/sys/dev/mpt/mpt.c 1.23 +10 -2 src/sys/dev/mpt/mpt.h 1.22 +109 -108 src/sys/dev/mpt/mpt_cam.c 1.33 +1 -0 src/sys/dev/mpt/mpt_pci.c