Date: Tue, 11 Feb 2003 22:58:22 -0800 From: Peter Wemm <peter@wemm.org> To: Warner Losh <imp@FreeBSD.org> Cc: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/cardbus cardbus.c Message-ID: <20030212065822.42C812A8C3@canning.wemm.org> In-Reply-To: <200302120554.h1C5sMk6040858@repoman.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
Warner Losh wrote: > imp 2003/02/11 21:54:22 PST > > Modified files: > sys/dev/cardbus cardbus.c > Log: > MFp4: > Don't reach inside of rman to r_dev. Use rman_get_device instead. Thats fine, if there was a rman_get_device() function.... ../../../dev/cardbus/cardbus.c: In function `cardbus_set_resource': ../../../dev/cardbus/cardbus.c:548: warning: implicit declaration of function `rman_get_device' ../../../dev/cardbus/cardbus.c:548: warning: comparison between pointer and integer ../../../dev/cardbus/cardbus.c: In function `cardbus_delete_resource': ../../../dev/cardbus/cardbus.c:609: warning: comparison between pointer and integer ../../../dev/cardbus/cardbus.c: In function `cardbus_release_all_resources': ../../../dev/cardbus/cardbus.c:666: warning: comparison between pointer and integer ../../../dev/cardbus/cardbus.c: In function `cardbus_alloc_resource': ../../../dev/cardbus/cardbus.c:709: warning: comparison between pointer and integer *** Error code 1 Cheers, -Peter -- Peter Wemm - peter@wemm.org; peter@FreeBSD.org; peter@yahoo-inc.com "All of this is for nothing if we don't go to the stars" - JMS/B5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030212065822.42C812A8C3>