From owner-freebsd-current Tue Aug 10 11:22:32 1999 Delivered-To: freebsd-current@freebsd.org Received: from rover.village.org (rover.village.org [204.144.255.49]) by hub.freebsd.org (Postfix) with ESMTP id 9B9061536D for ; Tue, 10 Aug 1999 11:22:30 -0700 (PDT) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (harmony.village.org [10.0.0.6]) by rover.village.org (8.9.3/8.9.3) with ESMTP id MAA17329; Tue, 10 Aug 1999 12:22:19 -0600 (MDT) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (localhost.village.org [127.0.0.1]) by harmony.village.org (8.9.3/8.8.3) with ESMTP id MAA13357; Tue, 10 Aug 1999 12:22:33 -0600 (MDT) Message-Id: <199908101822.MAA13357@harmony.village.org> To: Mitsuru IWASAKI Subject: Re: recent apm changes Cc: plm@xs4all.nl, freebsd-current@FreeBSD.ORG In-reply-to: Your message of "Wed, 11 Aug 1999 00:08:29 +0900." <199908101504.AAA01219@tasogare.imasy.or.jp> References: <199908101504.AAA01219@tasogare.imasy.or.jp> <199908100125.KAA19675@tasogare.imasy.or.jp> Date: Tue, 10 Aug 1999 12:22:32 -0600 From: Warner Losh Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In message <199908101504.AAA01219@tasogare.imasy.or.jp> Mitsuru IWASAKI writes: : + error = DEVICE_SUSPEND(root_bus); : + /* : + * XXX Shouldn't ignore the error like this, but should : + * instead fix the newbus code. Until that happens, : + * I'm doing this to get suspend working again. : + */ : + if (error) : + printf("DEVICE_SUSPEND error %d, ignored\n", error); I think that it is now safe to make this warning an error... Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message