Date: Sun, 9 Mar 2008 02:29:19 +0000 (UTC) From: Marcel Moolenaar <marcel@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/powerpc/mpc85xx ocpbus.c Message-ID: <200803090229.m292TKvL099172@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
marcel 2008-03-09 02:29:19 UTC FreeBSD src repository Modified files: sys/powerpc/mpc85xx ocpbus.c Log: Don't use in32() and out32() when writing to the CCSRBAR. The in*() and out*() primitives should not be used, other than by ISA drivers. In this case they were used for memory-mapped I/O and were not even used in the spirit of the primitives. Revision Changes Path 1.4 +26 -9 src/sys/powerpc/mpc85xx/ocpbus.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200803090229.m292TKvL099172>