From owner-freebsd-mips@FreeBSD.ORG Mon Sep 27 08:18:56 2010 Return-Path: Delivered-To: freebsd-mips@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DDD98106566B for ; Mon, 27 Sep 2010 08:18:56 +0000 (UTC) (envelope-from phcoder@gmail.com) Received: from mail-fx0-f54.google.com (mail-fx0-f54.google.com [209.85.161.54]) by mx1.freebsd.org (Postfix) with ESMTP id 678FD8FC17 for ; Mon, 27 Sep 2010 08:18:56 +0000 (UTC) Received: by fxm9 with SMTP id 9so3373272fxm.13 for ; Mon, 27 Sep 2010 01:18:55 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:subject:x-enigmail-version:content-type; bh=zD+9oh7n3ABeRv9cSg9T3seJw1FHDNSsu9gFMXX7dX0=; b=NJnmrvrgwrCm1xB54/+iyOqhwutRP9+7WLaq3zD0wKx0FeNtIywqhULrLKPcNlgJFp UPSkL/Bah0lc8RTlJgSeoTkIiXjdRaPXDGg81tK3HXODQMA+QIXV9JDJwCwpZ2RfIr9C Z2cIpC08riBRE/Lv3BWZlgXRUUXEs2qJ73XDQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject :x-enigmail-version:content-type; b=PU1BNZ7iyF7A8AKWPwOHLWSOEdLiTsiB2qIrNqh0h0plC4/L+m+2NQbv+z6vUavWUL mXNDjSdJa9RZvreEex7/jwj81LFl/G5/awwA5sHqIKceOwe6pb6ECsyIAxtc0iddm2+v 5UpwABgQMHFSP5ltL3/cI7MauxotvcKE3+4IQ= Received: by 10.223.111.133 with SMTP id s5mr2190067fap.34.1285573637344; Mon, 27 Sep 2010 00:47:17 -0700 (PDT) Received: from debian.yeeloong.phnet (hg-public-dock-207-dhcp.ethz.ch [82.130.80.207]) by mx.google.com with ESMTPS id a7sm2238703faa.21.2010.09.27.00.47.11 (version=TLSv1/SSLv3 cipher=RC4-MD5); Mon, 27 Sep 2010 00:47:14 -0700 (PDT) Message-ID: <4CA040CE.8090706@gmail.com> Date: Mon, 27 Sep 2010 08:59:26 +0200 From: =?UTF-8?B?VmxhZGltaXIgJ8+GLWNvZGVyL3BoY29kZXInIFNlcmJpbmVua28=?= User-Agent: Mozilla/5.0 (X11; U; Linux mips64; en-US; rv:1.9.1.12) Gecko/20100913 Icedove/3.0.7 MIME-Version: 1.0 To: freebsd-mips@freebsd.org X-Enigmail-Version: 1.0.1 Content-Type: multipart/mixed; boundary="------------050304030304040205090008" X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: [PATCH] [yeeloong] held proper mountroot waits X-BeenThere: freebsd-mips@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to MIPS List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Sep 2010 08:18:56 -0000 This is a multi-part message in MIME format. --------------050304030304040205090008 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Hello. Here the yeeloong patches split into small pieces for easier review and merge. First patch is to held mountroot wait during usb probing. I believe this issue isn't yeeloong-specific but became apparent on it because of either different speed ratios between varios hardware components or because when I first came up with it I was testing without cache at all. -- Regards Vladimir 'φ-coder/phcoder' Serbinenko --------------050304030304040205090008--