Date: Wed, 17 Nov 2010 19:35:56 +0000 (UTC) From: Andreas Tobler <andreast@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/boot/ofw/libofw ofw_copy.c openfirm.c openfirm.h Message-ID: <201011171936.oAHJaDZZ084931@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
andreast 2010-11-17 19:35:56 UTC FreeBSD src repository Modified files: sys/boot/ofw/libofw ofw_copy.c openfirm.c openfirm.h Log: SVN rev 215438 on 2010-11-17 19:35:56Z by andreast Check the real-mode? OF property to find out whether we operate in real or virtual mode. In virtual mode we have to do memory mapping. On PowerMacs it is usually false while on pSeries we have found that it is true. The real-mode? property is not available on sparc64. Approved by: nwhitehorn (mentor) Revision Changes Path 1.18 +15 -9 src/sys/boot/ofw/libofw/ofw_copy.c 1.17 +12 -0 src/sys/boot/ofw/libofw/openfirm.c 1.12 +1 -0 src/sys/boot/ofw/libofw/openfirm.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201011171936.oAHJaDZZ084931>