From owner-freebsd-ppc@FreeBSD.ORG Thu Dec 12 02:00:21 2013 Return-Path: Delivered-To: freebsd-ppc@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 E34ECBFA for ; Thu, 12 Dec 2013 02:00:21 +0000 (UTC) Received: from mail-pd0-f182.google.com (mail-pd0-f182.google.com [209.85.192.182]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id B49691F17 for ; Thu, 12 Dec 2013 02:00:21 +0000 (UTC) Received: by mail-pd0-f182.google.com with SMTP id v10so10629402pde.13 for ; Wed, 11 Dec 2013 18:00:15 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:content-type:mime-version:subject:from :in-reply-to:date:cc:content-transfer-encoding:message-id:references :to; bh=n1tq1s6qmtq8IyzkV+WBqltGNSvykCxHVYdmj9LIpzk=; b=GhT6f1HrtZ5fdTitLMQHj8mXyKXklpVMb8X8SVZ+VN5+V1PMEMaJ6/USm11z4+UioA /i5CVvWdAy5O2+J3zNYXSx2VutJRWAdLXQdN/rZdnw1DTXz6has/e5GDd/Bb+rfufVND Eo6M/bcln6TydJwJUcvNQzRq0lMCzoPywjGlDwe7R+BT2JupRwvHF3ePrNzBUcQjCQ6u XcWON9iCcH9A0l9gZQvWiA0PtlUIYeAHeS3lW4+wLcwu+zX2FCu5xTilcP1NxLYRm3jc xNfgVmrFo/725LkqtM06Z6MEoUIuFeguSVZaf586IBYmlyEmTTKcvN0nWNDXckDjtRvA D9Ew== X-Gm-Message-State: ALoCoQkZafD5TCooLC9WTZcVSpP+HAfIy+mjm5deDWyy0Q0I+cmp/SjW6DOfNtREio0ppv0suy4G X-Received: by 10.68.106.69 with SMTP id gs5mr6913172pbb.87.1386813615201; Wed, 11 Dec 2013 18:00:15 -0800 (PST) Received: from [192.168.1.2] (c-50-156-22-197.hsd1.ca.comcast.net. [50.156.22.197]) by mx.google.com with ESMTPSA id rz6sm49737618pab.22.2013.12.11.18.00.13 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Wed, 11 Dec 2013 18:00:14 -0800 (PST) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 7.0 \(1822\)) Subject: Re: Request for testing an alternate branch From: Tim Kientzle In-Reply-To: <201312111626.12035.jhb@freebsd.org> Date: Wed, 11 Dec 2013 18:05:21 -0800 Content-Transfer-Encoding: quoted-printable Message-Id: <65DF58AD-1058-4FA6-84DE-436AB0BB17F9@kientzle.com> References: <20131204222113.39fb23dd@zhabar.gateway.2wire.net> <201312111626.12035.jhb@freebsd.org> To: John Baldwin X-Mailer: Apple Mail (2.1822) Cc: Justin Hibbits , FreeBSD current , FreeBSD PowerPC ML X-BeenThere: freebsd-ppc@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Dec 2013 02:00:22 -0000 On Dec 11, 2013, at 1:26 PM, John Baldwin wrote: > Also, I'm still not a fan of the EAGAIN approach. I'd rather have a = method > in bus_if.m to suspend or resume a single device and to track that a = device > is suspended or resumed via a device_t flag or some such. (I think I = had > suggested this previously as it would also allow us to have a tool to > suspend/resume individual drivers at runtime apart from a full = suspend/resume > request). Anything that made it easier to test suspend/resume would be a huge bonus. Tim