From owner-freebsd-arm@freebsd.org Tue Dec 15 06:03:24 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 6AA3EA47991 for ; Tue, 15 Dec 2015 06:03:24 +0000 (UTC) (envelope-from russ.haley@gmail.com) Received: from mail-vk0-x22d.google.com (mail-vk0-x22d.google.com [IPv6:2607:f8b0:400c:c05::22d]) (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 2C97F10CB for ; Tue, 15 Dec 2015 06:03:24 +0000 (UTC) (envelope-from russ.haley@gmail.com) Received: by vkha189 with SMTP id a189so168846471vkh.2 for ; Mon, 14 Dec 2015 22:03:23 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=zr3VWtFsxv8cJZFl8UgZcVj0mTt/YnEoWZMsWHWoxMU=; b=MAh5hV4RTpo+/ipHj5vIOdafUCqB4rHGSIQDcDeFXjehYd7VyC3Gwrt3RfDVFd9lHt 9opsupGjDmEBuIukhl7mm/o1gjKAxtXl0XalAWlO7cFH8Wt8krKPPuqiS+a4Sf476tLh PwadjCQN53RVAP5AeW2pxKUcnOeDQUgrpo+91WQZXi2b3f6fk8q7fKTTP1dmJGIRi3uj OpzURRIAuvuzGkcbKs00XbaDZtipCyD+GByP5Lu07LW0dw4wVCHnaxLkHkKXwg0KYN3J MaLupnxx9n7tP+EJy2IwajszusJTHMISmCbXIONrcSjycfzb4WNPZ+u+Xty+xUanqWqC dMrQ== MIME-Version: 1.0 X-Received: by 10.31.134.3 with SMTP id i3mr28917499vkd.14.1450159402753; Mon, 14 Dec 2015 22:03:22 -0800 (PST) Received: by 10.31.47.137 with HTTP; Mon, 14 Dec 2015 22:03:22 -0800 (PST) Date: Mon, 14 Dec 2015 22:03:22 -0800 Message-ID: Subject: Sata Support on Hummingboard From: Russell Haley To: freebsd-arm Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.20 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, 15 Dec 2015 06:03:24 -0000 Hey, I've got the latest kernel with the changes to ahci.c, but I'm still not seeing my ssd. I noticed the file imx6q.dtsi had the sata status as disabled, so I changed that to enabled (?) and rebuilt the kernel again but it didn't make any difference. This is all I'm seeing: root@defcon3:~# ofwdump -p /soc/sata Node 0x64a4: sata@02200000 compatible: 66 73 6c 2c 69 6d 78 36 71 2d 61 68 63 69 00 'fsl,imx6q-ahci' reg: 02 20 00 00 00 00 40 00 interrupts: 00 00 00 00 00 00 00 27 00 00 00 04 clocks: 00 00 00 02 00 00 00 9a 00 00 00 02 00 00 00 bb 00 00 00 02 00 00 00 69 clock-names: 73 61 74 61 00 73 61 74 61 5f 72 65 66 00 61 68 62 00 status: 6f 6b 61 79 00 'okay' fsl,transmit-level-mV: 00 00 04 01 fsl,transmit-boost-mdB: 00 00 0d 02 fsl,transmit-atten-16ths: 00 00 00 09 fsl,receive-eq-mdB: 00 00 0b b8 And nothing in the boot output about ahci or sata on simplebus or anything. The values in the device tree file imx6q.dtsi are the same as the ones in the Linux tree in the current kernel too. Any thoughts? Thanks, Russ