Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 10 Aug 1999 12:22:32 -0600
From:      Warner Losh <imp@village.org>
To:        Mitsuru IWASAKI <iwasaki@jp.freebsd.org>
Cc:        plm@xs4all.nl, freebsd-current@FreeBSD.ORG
Subject:   Re: recent apm changes 
Message-ID:  <199908101822.MAA13357@harmony.village.org>
In-Reply-To: Your message of "Wed, 11 Aug 1999 00:08:29 %2B0900." <199908101504.AAA01219@tasogare.imasy.or.jp> 
References:  <199908101504.AAA01219@tasogare.imasy.or.jp>  <199908100125.KAA19675@tasogare.imasy.or.jp> 

next in thread | previous in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199908101822.MAA13357>