From owner-freebsd-hackers@FreeBSD.ORG Wed Apr 23 08:42:42 2003 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7C00937B401 for ; Wed, 23 Apr 2003 08:42:42 -0700 (PDT) Received: from office.advantagecom.net (office.advantagecom.net [207.109.186.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id A4B1743F93 for ; Wed, 23 Apr 2003 08:42:41 -0700 (PDT) (envelope-from andykinney@advantagecom.net) Received: from SCSI-MONSTER (andy.advantagecom.net [207.109.186.200] (may be forged)) by office.advantagecom.net (8.9.3/8.9.3) with ESMTP id IAA31780 for ; Wed, 23 Apr 2003 08:42:40 -0700 From: "Andrew Kinney" Organization: Advantagecom Networks, Inc. To: freebsd-hackers@freebsd.org Date: Wed, 23 Apr 2003 08:43:22 -0700 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Message-ID: <3EA6522A.25198.6D6A8B3D@localhost> Priority: normal X-mailer: Pegasus Mail for Win32 (v3.12c) Subject: dump routine for mlx devices X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: andykinney@advantagecom.net List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Apr 2003 15:42:42 -0000 Hello, I need to get a crash dump and the only disk controller on the system in question is an eXtremeRAID1100 (DAC1164P) handled through the mlx driver. I'm running FreeBSD 4.7-release + security fixes. dumping to dev #mlxd/0x20001, offset 9372672 dump failed, reason: device doesn't support a dump routine Before I go try to write my own dump routine: Has anyone else already invented that wheel or is the wheel too difficult a pursuit in this case due to peculiarities of this hardware? I've only had a quick glance at the source under /usr/src/sys/dev/ and at first glance the only devices that appear to support crash dumps are aac_disk, ata_disk, ida_disk, and ccd. That last one (ccd) could be a point of interest. Is it possible to create a ccd device from a spare mlxd device? If so, is it also feasible to swap and dump to that ccd device or would it fail because the "real" device didn't support dumps? Sincerely, Andrew Kinney President and Chief Technology Officer Advantagecom Networks, Inc. http://www.advantagecom.net