From owner-cvs-src@FreeBSD.ORG Fri Sep 1 05:55:41 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 CBF8E16A513; Fri, 1 Sep 2006 05:55:41 +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 7732E43D94; Fri, 1 Sep 2006 05:55:25 +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 k815tEPD052250; Fri, 1 Sep 2006 05:55:14 GMT (envelope-from mjacob@repoman.freebsd.org) Received: (from mjacob@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k815tElm052249; Fri, 1 Sep 2006 05:55:14 GMT (envelope-from mjacob) Message-Id: <200609010555.k815tElm052249@repoman.freebsd.org> From: Matt Jacob Date: Fri, 1 Sep 2006 05:55:14 +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_ioctl.h isp_library.c isp_pci.c isp_sbus.c isp_target.c isp_target.h isp_tpublic.h ispmbox.h ispreg.h ispvar.h 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, 01 Sep 2006 05:55:41 -0000 mjacob 2006-09-01 05:55:14 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/dev/isp isp.c isp_freebsd.c isp_freebsd.h isp_ioctl.h isp_library.c isp_pci.c isp_sbus.c isp_target.c isp_target.h isp_tpublic.h ispmbox.h ispreg.h ispvar.h Log: MFC the current stable state of isp. The high points for next RELENG_6 release are: + Fix 2322/6322 firmware loading- this card works a lot better with loaded f/w. + Fix a considerable number of 2KLogin issues. + Clean all mailbox structures prior to use. + Remove some obsolete code within defines that haven't been enabled in years. + Make Loop ID 125 a legal hard address (which it is). + Force HARD ADDRESS acquisition for all f/w revisions > 2.2.5 + Use RIO_16BIT for 2200 cards >= 1.17.0 f/w, and enable fast posting. + Honor ZIO nvram settings for 23XX cards. + Add an ISP_CRASHED state so that if we get a DMA error and the f/w crashes we can unstall any mailbox commands that might have been waiting. + Catch RISC PAUSED errors on interrupts. + Plus many, many more! Revision Changes Path 1.113.2.4 +355 -224 src/sys/dev/isp/isp.c 1.105.2.5 +55 -48 src/sys/dev/isp/isp_freebsd.c 1.79.2.6 +3 -0 src/sys/dev/isp/isp_freebsd.h 1.12.2.4 +5 -1 src/sys/dev/isp/isp_ioctl.h 1.1.2.3 +11 -13 src/sys/dev/isp/isp_library.c 1.104.2.7 +100 -11 src/sys/dev/isp/isp_pci.c 1.15.8.4 +25 -5 src/sys/dev/isp/isp_sbus.c 1.32.2.3 +66 -38 src/sys/dev/isp/isp_target.c 1.23.2.3 +8 -5 src/sys/dev/isp/isp_target.h 1.10.2.3 +1 -1 src/sys/dev/isp/isp_tpublic.h 1.47.2.3 +3 -1 src/sys/dev/isp/ispmbox.h 1.23.2.3 +19 -6 src/sys/dev/isp/ispreg.h 1.71.2.4 +13 -8 src/sys/dev/isp/ispvar.h