From owner-freebsd-arm@freebsd.org Tue Sep 8 21:40:12 2015 Return-Path: Delivered-To: freebsd-arm@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 59792A00D30 for ; Tue, 8 Sep 2015 21:40:12 +0000 (UTC) (envelope-from lists.br@gmail.com) Received: from mail-yk0-x233.google.com (mail-yk0-x233.google.com [IPv6:2607:f8b0:4002:c07::233]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 2533F1849 for ; Tue, 8 Sep 2015 21:40:12 +0000 (UTC) (envelope-from lists.br@gmail.com) Received: by ykdg206 with SMTP id g206so140344514ykd.1 for ; Tue, 08 Sep 2015 14:40:11 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=F03pWE0PCagVd15aYlNYN7jktVcZF7JbB/Cz2/jVKVQ=; b=m5AvFceB28rFBFQ6eLb9TtK8LO+jUfePg5h0pnox4BUA4KUnrXTzufCnU7pkNjGXK/ I3+Inv/RoASH9lm0834/sP5fK3QAOMjFWcYUbroY1Uw+A2BAp7QvxWMbZUq25ZZkqmQd lCSpQLoln4AHR1HyY5aV3V7e50zAF/UIftHzpYlmvgdrH9Rlep4Xrk2P3tzdG6li6bXO 1vql0Rjp3Pd/0ck/J+y5/Fo5+uMfX8r5+UzSlEv+1ypS/NCrQ0CP/mHP8dsx2vuqpADl DAA3Otc3ro3YLP3GMlaDCRlNw0VzWrStfj954UJee/7pEA0CEL6cgNfhUIYAFAaGBnhC SjXA== MIME-Version: 1.0 X-Received: by 10.170.220.215 with SMTP id m206mr32684561ykf.57.1441748411077; Tue, 08 Sep 2015 14:40:11 -0700 (PDT) Received: by 10.129.43.70 with HTTP; Tue, 8 Sep 2015 14:40:11 -0700 (PDT) In-Reply-To: <20150908051353.6FA642AC18B0@mail2.openmailbox.org> References: <20150908051353.6FA642AC18B0@mail2.openmailbox.org> Date: Tue, 8 Sep 2015 18:40:11 -0300 Message-ID: Subject: Re: A10/A20 AHCI device not working on BananaPi M1 From: Luiz Otavio O Souza To: sig6247 Cc: "freebsd-arm@freebsd.org" Content-Type: text/plain; charset=UTF-8 X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Sep 2015 21:40:12 -0000 On 8 September 2015 at 02:13, sig6247 wrote: > > Hi, > > I'm running 11.0-CURRENT r287391 with KERNCONF=A20, > the hard disk is connected on the SATA port. > It seems it can not read/write the disk reliably. Hi, Yes, this is a know problem, there is a patch floating around that seems to address this issue. I'll try to find the link to this patch. Luiz