From owner-freebsd-bugs@FreeBSD.ORG Sun May 24 03:00:10 2009 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 43F4C1065686 for ; Sun, 24 May 2009 03:00:10 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id F320D8FC2B for ; Sun, 24 May 2009 03:00:09 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n4O309sc056937 for ; Sun, 24 May 2009 03:00:09 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n4O30994056936; Sun, 24 May 2009 03:00:09 GMT (envelope-from gnats) Resent-Date: Sun, 24 May 2009 03:00:09 GMT Resent-Message-Id: <200905240300.n4O30994056936@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Tatsuya Hagino Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A7DEE1065677 for ; Sun, 24 May 2009 02:58:24 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id 961408FC15 for ; Sun, 24 May 2009 02:58:24 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.3/8.14.3) with ESMTP id n4O2wOSE037750 for ; Sun, 24 May 2009 02:58:24 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.3/8.14.3/Submit) id n4O2wN5M037749; Sun, 24 May 2009 02:58:24 GMT (envelope-from nobody) Message-Id: <200905240258.n4O2wN5M037749@www.freebsd.org> Date: Sun, 24 May 2009 02:58:24 GMT From: Tatsuya Hagino To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: kern/134887: ataraid source consistency problem X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 May 2009 03:00:15 -0000 >Number: 134887 >Category: kern >Synopsis: ataraid source consistency problem >Confidential: no >Severity: non-critical >Priority: high >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun May 24 03:00:09 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Tatsuya Hagino >Release: 7.2-STABLE >Organization: Keio University >Environment: FreeBSD ninna 7.2-STABLE FreeBSD 7.2-STABLE #1: Sun May 24 10:49:24 JST 2009 hagino@ninna:/usr/src/sys/amd64/compile/AMD64 amd64 >Description: In sys/dev/ata/ata-raid.c, ATA_ATI_ID is used in ata_raid_create as if it is the same as ATA_VIA_ID, but in ata_raid_read_metadata it is used with ATA_SILICON_IMAGE_ID. Therefore, if you create raid using atacontrol command, it creates VIA metadata, but the system cannot use it when it is rebooted. >How-To-Repeat: Create raid using atacontrol command, but it does not recognize it. >Fix: I have changed ata_raid_read_meta so that ATA_ATI_ID is the same as ATA_VIA_ID, and it works. >Release-Note: >Audit-Trail: >Unformatted: