From owner-cvs-all Sat Feb 16 22:38:28 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 11E8F37B402; Sat, 16 Feb 2002 22:38:23 -0800 (PST) Received: (from mjacob@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g1H6cNT40539; Sat, 16 Feb 2002 22:38:23 -0800 (PST) (envelope-from mjacob) Message-Id: <200202170638.g1H6cNT40539@freefall.freebsd.org> From: Matt Jacob Date: Sat, 16 Feb 2002 22:38:23 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/isp isp.c isp_ioctl.h ispmbox.h ispreg.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG mjacob 2002/02/16 22:38:23 PST Modified files: sys/dev/isp isp.c isp_ioctl.h ispmbox.h ispreg.h Log: Support for f/w crash dumps (2200 && 23XX). If you want QLogic to look at a potential f/w problem for FC cards, you really have to provide them info in the format they expect. This involves dumping a lot of hardware registers (> 300 16 bit registers) and a lot of SRAM (> 128KB minimum). Thus all of this code is #ifdef protected which will become an option so that the memory allocation of where to dump the crash image is pretty expensive. It's worth it if you have a reproducible problem because they have some tools that can tell them, given the f/w version, the precise state of everything. MFC after: 1 week Revision Changes Path 1.86 +372 -19 src/sys/dev/isp/isp.c 1.4 +6 -0 src/sys/dev/isp/isp_ioctl.h 1.39 +1 -1 src/sys/dev/isp/ispmbox.h 1.22 +22 -0 src/sys/dev/isp/ispreg.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message