From owner-freebsd-hardware@FreeBSD.ORG Tue Jul 19 19:17:33 2011 Return-Path: Delivered-To: freebsd-hardware@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2FDA2106566B for ; Tue, 19 Jul 2011 19:17:33 +0000 (UTC) (envelope-from dieterbsd@engineer.com) Received: from mailout-us.gmx.com (mailout-us.gmx.com [74.208.5.67]) by mx1.freebsd.org (Postfix) with SMTP id CC8D48FC15 for ; Tue, 19 Jul 2011 19:17:32 +0000 (UTC) Received: (qmail 17998 invoked by uid 0); 19 Jul 2011 19:17:32 -0000 Received: from 67.206.184.3 by rms-us006.v300.gmx.net with HTTP Content-Type: text/plain; charset="utf-8" Date: Tue, 19 Jul 2011 19:17:28 +0000 From: "Dieter BSD" Message-ID: <20110719191730.105100@gmx.com> MIME-Version: 1.0 To: freebsd-hardware@freebsd.org X-Authenticated: #74169980 X-Flags: 0001 X-Mailer: GMX.com Web Mailer x-registered: 0 Content-Transfer-Encoding: 8bit X-GMX-UID: eO4Qf3tBy1u0cEqNWWwng/9sZ2hlN8pC Subject: Re: SiI 3132 goes crazy and marks both disks as "Reserved" after each reboot X-BeenThere: freebsd-hardware@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: General discussion of FreeBSD hardware List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Jul 2011 19:17:33 -0000 > I've added SiI 3132-based controller with two SATA disks to system, > and almost lost my sanity: "gstripe" configuration becomes lost after > each reboot. After some investigation, I found, that after each reboot > last sector of disk contains SiI meta-information instead of > GEOM:STRIPE one. I have a couple of SiI 3132 controllers (Masscool XWT-PCIE10) with GPT partitioned disks, and the last sectors still appear to contain the Sec GPT headers after several reboots. > How to reset this state? And where SiI controller store information > (additional to last sector)? I suspect your card's BIOS code.  You could see if your mainboard has an option to not run expansion card BIOS code.  You could see if there is a better version of BIOS code available for your card. If all else fails, you could create a backup copy of the last sector and have dd(1) restore it from rc.local or cron @reboot.