From owner-freebsd-stable@FreeBSD.ORG Mon Nov 15 15:06:08 2010 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 08145106566B for ; Mon, 15 Nov 2010 15:06:08 +0000 (UTC) (envelope-from mavbsd@gmail.com) Received: from mail-bw0-f54.google.com (mail-bw0-f54.google.com [209.85.214.54]) by mx1.freebsd.org (Postfix) with ESMTP id 82CD58FC12 for ; Mon, 15 Nov 2010 15:06:07 +0000 (UTC) Received: by bwz2 with SMTP id 2so5206497bwz.13 for ; Mon, 15 Nov 2010 07:06:06 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:sender:message-id:date:from :user-agent:mime-version:to:subject:references:in-reply-to :x-enigmail-version:content-type:content-transfer-encoding; bh=Rex7N2vMWbZmRMMrr2pT2OcdHXQ13TWqwn4R3eJ5PFU=; b=EObXYif0CSfImumMDFqSE/4luJuqWnoBWO3b7jzNTuUpOBcLpxQImPn4YBM6Htuai2 mXXRqCtfNp9ishAgletnNCYc9e1wHiiddSdMqWW+wvIlBJo/e9PHKMjYSJEbKBZI61GT ZFe8xbAEvrTdHu7kUS8cf4f0k6qC+zFTmC/qs= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=sender:message-id:date:from:user-agent:mime-version:to:subject :references:in-reply-to:x-enigmail-version:content-type :content-transfer-encoding; b=RBvfllJCQf9l3vaw0z36uWdQlCRkNexj0OL2G/J7SwVRE8k6NI6X/qVqGDNL/mJHm0 fvhC9vDR6RwBxc7M48glrBRrOu3qZiSP5lFrE+8E/z+YGGyK4d+6JSnf2z8b/s9dC7bw jZbiQTfFp7Yjju9iL8e7/hQdNcZUYTQee/CWE= Received: by 10.204.100.66 with SMTP id x2mr1778656bkn.56.1289833566310; Mon, 15 Nov 2010 07:06:06 -0800 (PST) Received: from mavbook2.mavhome.dp.ua (pc.mavhome.dp.ua [212.86.226.226]) by mx.google.com with ESMTPS id f21sm37231bkf.12.2010.11.15.07.06.04 (version=SSLv3 cipher=RC4-MD5); Mon, 15 Nov 2010 07:06:05 -0800 (PST) Sender: Alexander Motin Message-ID: <4CE14C39.8020005@FreeBSD.org> Date: Mon, 15 Nov 2010 17:05:29 +0200 From: Alexander Motin User-Agent: Thunderbird 2.0.0.23 (X11/20091212) MIME-Version: 1.0 To: Kirill Yelizarov , FreeBSD Stable References: In-Reply-To: X-Enigmail-Version: 0.96.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: Subject: Re: booting from CF X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Nov 2010 15:06:08 -0000 Kirill Yelizarov wrote: > I have a problem with booting 8.1-stable from compact flash. This maybe some speed selection issue. I have two verbose dmesg of the same hardware: 7.2 stable and 8.1-stable. The main difference in 7.2 is such message: > ad0: setting PIO4 on ICH5 chip > ad0: FAILURE - SET_MULTI status=51 error=4 > ad0: 3887MB at ata0-master PIO4 > But 7.2 starts and run. > And 8.1 stable when trying to mount root shows the following > Trying to mount root from ufs:/dev/ad0p2 > ct_to_ts([2010-11-15 12:41:03]) = 1289824863.000000000 > start_init: trying /sbin/init > Nov 15 15:41:03 init: /bin/sh on /etc/rc terminated abnormally, going to singlee > Enter full pathname of shell or RETURN for /bin/sh: > And then i can only switch if off using acpi or just power off. > > I know there were changes in ata. Maybe there are some tunings available to select PIO4 (most cf are using it)? In 8-STABLE there were added tunables hint.ata.X.devX.mode and hint.ata.X.mode to set ATA mode during boot. Before that - only hw.ata.ata_dma. > P.S. I have two verbose dmesg but they are rather big. If needed i can post them hear. Verbose dmesg could be useful in many cases. Better upload it somewhere else and post a link here. -- Alexander Motin