From owner-cvs-all@FreeBSD.ORG Tue May 8 17:47:09 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2A45C16A403; Tue, 8 May 2007 17:47:09 +0000 (UTC) (envelope-from mjacob@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 1B33013C455; Tue, 8 May 2007 17:47:09 +0000 (UTC) (envelope-from mjacob@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l48Hl8pY012306; Tue, 8 May 2007 17:47:08 GMT (envelope-from mjacob@repoman.freebsd.org) Received: (from mjacob@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l48Hl87Z012305; Tue, 8 May 2007 17:47:08 GMT (envelope-from mjacob) Message-Id: <200705081747.l48Hl87Z012305@repoman.freebsd.org> From: Matt Jacob Date: Tue, 8 May 2007 17:47:08 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Cc: Subject: cvs commit: src/sys/dev/isp isp.c isp_freebsd.c isp_freebsd.h isp_library.c isp_library.h isp_pci.c isp_tpublic.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 May 2007 17:47:09 -0000 mjacob 2007-05-08 17:47:08 UTC FreeBSD src repository Modified files: (Branch: RELENG_4) sys/dev/isp isp.c isp_freebsd.c isp_freebsd.h isp_library.c isp_library.h isp_pci.c isp_tpublic.h Log: MFC to synchronize with -current. The bugs fixed are relatively few and hopefully the bugs introduved are even fewer. Revision Changes Path 1.41.2.27 +2 -17 src/sys/dev/isp/isp.c 1.32.2.24 +192 -222 src/sys/dev/isp/isp_freebsd.c 1.26.2.21 +90 -32 src/sys/dev/isp/isp_freebsd.h 1.3.2.3 +7 -7 src/sys/dev/isp/isp_library.c 1.2.2.3 +2 -0 src/sys/dev/isp/isp_library.h 1.78.2.10 +99 -133 src/sys/dev/isp/isp_pci.c 1.2.4.7 +18 -6 src/sys/dev/isp/isp_tpublic.h