From owner-freebsd-geom@FreeBSD.ORG Fri Nov 22 10:05:26 2013 Return-Path: Delivered-To: freebsd-geom@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3A0F56B3 for ; Fri, 22 Nov 2013 10:05:26 +0000 (UTC) Received: from mail-wi0-x229.google.com (mail-wi0-x229.google.com [IPv6:2a00:1450:400c:c05::229]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id B89682706 for ; Fri, 22 Nov 2013 10:05:25 +0000 (UTC) Received: by mail-wi0-f169.google.com with SMTP id hm6so1315775wib.4 for ; Fri, 22 Nov 2013 02:05:24 -0800 (PST) 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 :content-type; bh=bnut67WVfK9kgQ0ebyNavHsL+774r0rIOuFZKpPEFgg=; b=dpQNvrJD8YrVs3ccqjjsI2FpR+nGifGYdOWzasKcWFMIVnzYE6yCtVciafRgTGrRFJ 0nfIN0BZtW8d5UIJhfFVPTSdQzHbYS9b2pCAvNC5VyYclHf9kfic+h7DUO5zKTaN8mma sP/IhV1qAC+34hjyV9+pvAeVGtosGsiGMLQDXqbVNcZh4QQYrS/olOMr3r/d8vxyCT+/ tspmmq+DOJIUz/eG+yVxwffZk1ZYT/4ziSwsMK0eA0moNqwwP9QEhOFyfMyR5DXsTOPZ vWKJK3u+meuURbWSt57yzZhiLp9flRr+THNxGlNqVugFtjxfhh0h/+CprgdjKpio8T7/ BT4A== MIME-Version: 1.0 X-Received: by 10.181.12.75 with SMTP id eo11mr1851156wid.37.1385114723977; Fri, 22 Nov 2013 02:05:23 -0800 (PST) Received: by 10.217.141.3 with HTTP; Fri, 22 Nov 2013 02:05:23 -0800 (PST) In-Reply-To: References: Date: Fri, 22 Nov 2013 11:05:23 +0100 Message-ID: Subject: Re: FreeBSD-10 microdrive seagate ST1AT 4GB (VIA mbo) problem From: Berislav Purgar To: freebsd-geom@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.16 X-BeenThere: freebsd-geom@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: GEOM-specific discussions and implementations List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Nov 2013 10:05:26 -0000 On Wed, Nov 20, 2013 at 10:40 PM, Berislav Purgar wrote: > Hello .. > > I have problem with microdrive and some CF cards on IGEL 3/4 compact thin > client ( http://www.parkytowers.me.uk/thin/Igel/3210/index.shtml ). > Problem is that FreeBSD cannot find microdrive or CF card to mount sytem / > on (but kernel is found and loaded from microdrive or CF card). I have one > CF card (sandisk ultra II) which boots but with some timeouts before. > FreeBSD identifies ide controller as : > atapci0: port > 0x1f0-0x1f7,0x3f6,0x170-0x177,0x376,0xe800-0xe80f at device 15.0 on pci0 > ata0: at channel 0 on atapci0 > ata1: at channel 1 on atapci0 > > Here are links to pictures of this problem. > > (aprobe:ata0:0:0:0): ATA_IDENTIFY. ACB: ec 00 00 00 00 40 00 00 00 00 00 00 > > > http://s24.postimg.org/al2k6qfzp/WP_20131120_003_1.jpg > http://s17.postimg.org/wm0s58kzz/WP_20131120_007_1.jpg > http://s23.postimg.org/5sp2k4trf/WP_20131120_006_1.jpg > > i tried same configuration on openbsd5.3 and everething si Ok ..same > controler on openbsd : > http://s12.postimg.org/bztc7w1zx/WP_20131120_001_1.jpg > > Any suggestions ? > > Tnx > sorry for my English .. > Interestingly ... now i try same hardware with CF card sandisk ultra II .. On 9.1 no problems .. On 10.0-beta2 i got this : http://pastebin.com/U6WyuKBg 2 timeouts before it founds card and mount system. On 11.0-CURRENT i got this (only pictures becouse i don't have time to wait if it mounts system or not) http://s24.postimg.org/wujgpe1j9/WP_20131122_003_1.jpg http://s16.postimg.org/66l60ptl1/WP_20131122_004_1.jpg http://s22.postimg.org/gboexsf5t/WP_20131122_005_1.jpg same hardware but different kernel .. Beri