From owner-cvs-all@FreeBSD.ORG Tue May 8 17:45:56 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 36AFA16A410; Tue, 8 May 2007 17:45:56 +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 25CC913C45B; Tue, 8 May 2007 17:45:56 +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 l48HjutA012170; Tue, 8 May 2007 17:45:56 GMT (envelope-from mjacob@repoman.freebsd.org) Received: (from mjacob@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l48HjtLU012169; Tue, 8 May 2007 17:45:55 GMT (envelope-from mjacob) Message-Id: <200705081745.l48HjtLU012169@repoman.freebsd.org> From: Matt Jacob Date: Tue, 8 May 2007 17:45:55 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 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_sbus.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:45:56 -0000 mjacob 2007-05-08 17:45:55 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/dev/isp isp.c isp_freebsd.c isp_freebsd.h isp_library.c isp_library.h isp_pci.c isp_sbus.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.113.2.8 +2 -17 src/sys/dev/isp/isp.c 1.105.2.10 +192 -222 src/sys/dev/isp/isp_freebsd.c 1.79.2.10 +90 -32 src/sys/dev/isp/isp_freebsd.h 1.1.2.7 +7 -7 src/sys/dev/isp/isp_library.c 1.1.2.6 +2 -0 src/sys/dev/isp/isp_library.h 1.104.2.11 +99 -133 src/sys/dev/isp/isp_pci.c 1.15.8.7 +46 -79 src/sys/dev/isp/isp_sbus.c 1.10.2.6 +18 -6 src/sys/dev/isp/isp_tpublic.h