From owner-cvs-src@FreeBSD.ORG Sun Jan 30 17:45:45 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 D5F1B16A4CE; Sun, 30 Jan 2005 17:45:45 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A810643D31; Sun, 30 Jan 2005 17:45:45 +0000 (GMT) (envelope-from scottl@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 j0UHjjJi040651; Sun, 30 Jan 2005 17:45:45 GMT (envelope-from scottl@repoman.freebsd.org) Received: (from scottl@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j0UHjjCN040650; Sun, 30 Jan 2005 17:45:45 GMT (envelope-from scottl) Message-Id: <200501301745.j0UHjjCN040650@repoman.freebsd.org> From: Scott Long Date: Sun, 30 Jan 2005 17:45:45 +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/ips ips.c ips.h ips_disk.c ips_pci.c 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: Sun, 30 Jan 2005 17:45:46 -0000 scottl 2005-01-30 17:45:45 UTC FreeBSD src repository Modified files: sys/dev/ips ips.c ips.h ips_disk.c ips_pci.c Log: Add crashdump support to the ips driver. It only works for the more modern ServeRAID 4 - 7 models right now. Support for older cards is possible, but I don't have any hardware to experiment with. Thanks to Jack Hammer at Adaptec for providing debugging hints. Sponsored by: ImproWare AG, Switzerland Revision Changes Path 1.16 +37 -14 src/sys/dev/ips/ips.c 1.13 +3 -0 src/sys/dev/ips/ips.h 1.8 +133 -1 src/sys/dev/ips/ips_disk.c 1.12 +3 -0 src/sys/dev/ips/ips_pci.c