Date: Sat, 23 Aug 2003 01:52:52 -0700 (PDT) From: Marcel Moolenaar <marcel@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/fb fbreg.h Message-ID: <200308230852.h7N8qq60001387@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
marcel 2003/08/23 01:52:52 PDT FreeBSD src repository Modified files: sys/dev/fb fbreg.h Log: o Explicitly cast the second argument to bus_space_set_region_#() to intptr_t. This fixes a compiler warning (integer from pointer without cast) in scvgarndr.c when SC_PIXEL_MODE is defined. o Define readb() and writeb(). Both are used in scvgarndr.c when, guess what, SC_PIXEL_MODE is defined. Both changes are ia64 specific. Found by: LINT Revision Changes Path 1.16 +8 -9 src/sys/dev/fb/fbreg.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200308230852.h7N8qq60001387>