From owner-cvs-src@FreeBSD.ORG Thu Feb 10 18:07:34 2005 Return-Path: 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 66CF716A4CE; Thu, 10 Feb 2005 18:07:34 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3843143D1D; Thu, 10 Feb 2005 18:07:34 +0000 (GMT) (envelope-from vkashyap@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j1AI7YgO005999; Thu, 10 Feb 2005 18:07:34 GMT (envelope-from vkashyap@repoman.freebsd.org) Received: (from vkashyap@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j1AI7Yq8005998; Thu, 10 Feb 2005 18:07:34 GMT (envelope-from vkashyap) Message-Id: <200502101807.j1AI7Yq8005998@repoman.freebsd.org> From: Vinod Kashyap Date: Thu, 10 Feb 2005 18:07:34 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/twa twa_cam.c twa_globals.c twa_ioctl.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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: Thu, 10 Feb 2005 18:07:34 -0000 vkashyap 2005-02-10 18:07:34 UTC FreeBSD src repository Modified files: sys/dev/twa twa_cam.c twa_globals.c twa_ioctl.h Log: 1. Revert back to the way the older driver handled XPT_PATH_INQ. This seems to fix the problem with device discovery seen by some people. 2. Change to make 3ware CLI/3DM work on amd64. 3. Fix a potential problem that could cause the driver to do strlen(NULL) when using older firmware. Reviewed by:scottl Revision Changes Path 1.5 +2 -2 src/sys/dev/twa/twa_cam.c 1.3 +3 -3 src/sys/dev/twa/twa_globals.c 1.2 +2 -2 src/sys/dev/twa/twa_ioctl.h