From owner-freebsd-arm@freebsd.org Tue Sep 8 23:36:55 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 D9BD8A00A26 for ; Tue, 8 Sep 2015 23:36:55 +0000 (UTC) (envelope-from lists.br@gmail.com) Received: from mail-yk0-x243.google.com (mail-yk0-x243.google.com [IPv6:2607:f8b0:4002:c07::243]) (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 9C157146B for ; Tue, 8 Sep 2015 23:36:55 +0000 (UTC) (envelope-from lists.br@gmail.com) Received: by ykba192 with SMTP id a192so6546432ykb.2 for ; Tue, 08 Sep 2015 16:36:54 -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=7gGAoyvIS9DZllxe+rEEUUEOEy3+Nfd9ecWtNmOIx3w=; b=QAlfi2an2dVhEnznCOQgCk0uB9M9fK00COb2CN4YH8ONH3LPjimxqbD1W+enYfkOpl sRwZqhO6mQLK4J5juGpSIfWT3l5ytTdZBQjIle+BpYUqztCDxI0P3nIjkmlqM8PxcbrX 72KdMT8I8NM8VMnSwtttTD9Fd4cRlYU0dO4Imww3GVFtlQzKd89MPGm913eqQHUI2bST dqF1ROrmFYeNhGVdINUFIxlRpntwSHAksI3bJLhG5pR1nnX24QUMd9B4ijICSIklhs2k RhHyHWUFISqSx8NKMACBz3enaWQ311Yih/K1+d8bT3sd4jLsNBy0+83DDKTIIbfWWT63 MvwA== MIME-Version: 1.0 X-Received: by 10.170.153.3 with SMTP id u3mr33064373ykc.46.1441755414868; Tue, 08 Sep 2015 16:36:54 -0700 (PDT) Received: by 10.129.43.70 with HTTP; Tue, 8 Sep 2015 16:36:54 -0700 (PDT) In-Reply-To: References: <20150908051353.6FA642AC18B0@mail2.openmailbox.org> Date: Tue, 8 Sep 2015 20:36:54 -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 23:36:55 -0000 On 8 September 2015 at 18:40, Luiz Otavio O Souza wrote: > 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. Hi, Here is the patch: https://github.com/strejda/qualcomm/commit/28e3187f4ae509081b9d7e6aef11905d9ecc63e0 Please, let us know if this patch works for you. Luiz