From owner-freebsd-current@FreeBSD.ORG Sun Apr 20 15:13:40 2008 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7D42C106564A; Sun, 20 Apr 2008 15:13:40 +0000 (UTC) (envelope-from scottl@samsco.org) Received: from pooker.samsco.org (pooker.samsco.org [168.103.85.57]) by mx1.freebsd.org (Postfix) with ESMTP id 3009D8FC16; Sun, 20 Apr 2008 15:13:40 +0000 (UTC) (envelope-from scottl@samsco.org) Received: from phobos.samsco.home (phobos.samsco.home [192.168.254.11]) (authenticated bits=0) by pooker.samsco.org (8.13.8/8.13.8) with ESMTP id m3KFDaTo060354; Sun, 20 Apr 2008 09:13:36 -0600 (MDT) (envelope-from scottl@samsco.org) Message-ID: <480B5DA0.6030404@samsco.org> Date: Sun, 20 Apr 2008 09:13:36 -0600 From: Scott Long User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X; en-US; rv:1.8.1.13) Gecko/20080313 SeaMonkey/1.1.9 MIME-Version: 1.0 To: Dmitry Morozovsky References: 9060000000212025383 <1415691208445504@webmail12.yandex.ru> <48077B1C.5070608@samsco.org> <20080420185448.X56317@woozle.rinet.ru> In-Reply-To: <20080420185448.X56317@woozle.rinet.ru> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-1.4 required=5.4 tests=ALL_TRUSTED autolearn=ham version=3.1.8 X-Spam-Checker-Version: SpamAssassin 3.1.8 (2007-02-13) on pooker.samsco.org Cc: "Andrey V. Elsukov" , emaste@freebsd.org, current@freebsd.org, sos@freebsd.org Subject: Re: Adaptec 1420SA support? X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Apr 2008 15:13:40 -0000 Dmitry Morozovsky wrote: > On Thu, 17 Apr 2008, Scott Long wrote: > > SL> > You can try this patch. > SL> > http://butcher.heavennet.ru/patches/kernel/ata/marvell/adaptec.diff > SL> > SL> That should at least make the chip start to do I/O. I'm not sure if the > SL> BIOS-based RAID will work in FreeBSD, though. Make sure you have the > SL> ata-raid device loaded so it can at least try to work. If it doesn't, > SL> do a 'dd' dump of the very last sector of the disks and send it to me. > > well, after patching RELENG_7 I have (verbose booting) > > atapci4: port 0xe800-0xe8ff mem > 0xefd00000-0xefdfffff irq 17 at device 0.0 on pci3 > ioapic0: routing intpin 17 (PCI IRQ 17) to vector 55 > atapci4: [MPSAFE] > atapci4: [ITHREAD] > # dd if=/dev/ad18 skip=156301487 | hd > 1+0 records in > 1+0 records out > 00000000 11 de 11 de d1 1f a7 c1 a0 67 cf 2d 05 90 41 02 |.........g.-..A.| Please apply the following patch to the /sys/dev/ata directory: http://people.freebsd.org/~scottl/ataraid-ddf.diff And add the following file to the same directory: http://people.freebsd.org/~scottl/ata-raid-ddf.h Scott