From owner-freebsd-acpi@FreeBSD.ORG Tue Apr 13 23:09:46 2004 Return-Path: Delivered-To: freebsd-acpi@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C229416A4CE; Tue, 13 Apr 2004 23:09:46 -0700 (PDT) Received: from harmony.village.org (rover.bsdimp.com [204.144.255.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5637B43D3F; Tue, 13 Apr 2004 23:09:46 -0700 (PDT) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.12.10/8.12.9) with ESMTP id i3E69jkj017603; Wed, 14 Apr 2004 00:09:45 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Wed, 14 Apr 2004 00:10:39 -0600 (MDT) Message-Id: <20040414.001039.116586661.imp@bsdimp.com> To: stijn@win.tue.nl From: "M. Warner Losh" In-Reply-To: <20040414054152.GL58667@pcwin002.win.tue.nl> References: <20040414051207.GK58667@pcwin002.win.tue.nl> <20040413222717.O80191@root.org> <20040414054152.GL58667@pcwin002.win.tue.nl> X-Mailer: Mew version 3.3 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: acpi@freebsd.org cc: current@freebsd.org Subject: Re: Experiences with new PCI code X-BeenThere: freebsd-acpi@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: ACPI and power management development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Apr 2004 06:09:46 -0000 In message: <20040414054152.GL58667@pcwin002.win.tue.nl> Stijn Hoop writes: : On Tue, Apr 13, 2004 at 10:27:46PM -0700, Nate Lawson wrote: : > On Wed, 14 Apr 2004, Stijn Hoop wrote: : > > On Tue, Apr 13, 2004 at 09:23:39PM -0700, Nate Lawson wrote: : > > > The other major issue that I can't ever solve is drivers not correctly : > > > resuming themselves. That is up to the driver authors and a lot are : > > > incomplete. : > > : > > Is there a list somewhere so that we end users don't report lots of : > > known problems? : > : > That's item one on the list: make a list. Care to start one? :) : : Errrr... Can I tell by reading / grepping the source? Typically no. You tell because on your otherwise working laptop, the Foo device doesn't resume. Warner