From owner-freebsd-geom@FreeBSD.ORG Thu Nov 21 11:16:11 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 53A3BD8C for ; Thu, 21 Nov 2013 11:16:11 +0000 (UTC) Received: from mail-wi0-x22f.google.com (mail-wi0-x22f.google.com [IPv6:2a00:1450:400c:c05::22f]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id D695F2E82 for ; Thu, 21 Nov 2013 11:16:10 +0000 (UTC) Received: by mail-wi0-f175.google.com with SMTP id hi5so3643553wib.8 for ; Thu, 21 Nov 2013 03:16:09 -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=NrOrBinQ5zuxJALWR6T0iZmMaTKyES/AA+jgAMyvdjw=; b=WgXqG8oFeY4f0l1qDvrBeZ1GMP3MaNlHZ/edB12pgKRSLoa6io5TBv35X0RfSou8ie vlKZErOSEmwXGMd8KRXrAPbqReG1oxaCsLhD4VtoTcZ8EAPI7XX2EBT439NmujCj6B/U U+G7/GyD3tx3Nono693lEsR01UADUdWcXIMbl74ipFM9YQm2gQC2tAnlFoCupkofc7Rt mlaslS0nUn7JYY47Gq/UMpnBLJACOSs7WXMkDD7vzKi8ah6HnKQO6gEF7W4fxliwBRXX mlmM4sQFbx7PN3fMURZpVelbbvdI4Y3957CZBNVrjWCs2xWhN6+RWdKGYHvwbXKT87db LaSA== MIME-Version: 1.0 X-Received: by 10.194.48.115 with SMTP id k19mr1170550wjn.47.1385032569322; Thu, 21 Nov 2013 03:16:09 -0800 (PST) Received: by 10.217.141.3 with HTTP; Thu, 21 Nov 2013 03:16:09 -0800 (PST) In-Reply-To: References: Date: Thu, 21 Nov 2013 12:16:09 +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: Thu, 21 Nov 2013 11:16:11 -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 .. > for better debuging i use gateworks GW2345 board and found some interestingly ... if i destroy all partitions and partitions schemes on microdrive freebsd founds microdrive at boot and display info for it.. Timecounters tick every 10.000 msec ada0 at ata0 bus 0 scbus0 target 0 lun 0 ada0: CFA-0 device ada0: 16.700MB/s transfers (PIO4, PIO 8192bytes) ada0: 3906MB (7999488 512 byte sectors: 16H 63S/T 7936C) ada0: Previously was known as ad0 full dmesg is here : http://pastebin.com/eWJ4XGyN but if i create MBR (or GPT) on microdrive and check as before on avila board i got timeouts and microdrive not found ?! ata_avila0: on ixp0 ata0: on ata_avila0 led_avila0: on ixp0 gpio_avila0: on ixp0 gpioc0: on gpio_avila0 gpiobus0: on gpio_avila0 Timecounter "IXP4XX Timer" frequency 66666600 Hz quality 1000 Timecounters tick every 10.000 msec (aprobe0:ata0:0:0:0): ATA_IDENTIFY. ACB: ec 00 00 00 00 40 00 00 00 00 00 00 (aprobe0:ata0:0:0:0): CAM status: Command timeout (aprobe0:ata0:0:0:0): Error 5, Retry was blocked full dmesg is here : http://pastebin.com/wPEexXKz http://pastebin.com/x5MinNQz why FreeBSD doesn't find microdrive when it has partitions or partition schemas ? Beri