Date: Tue, 21 Apr 2009 17:04:01 +0000 (UTC) From: Marcel Moolenaar <marcel@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/powerpc/booke machdep.c Message-ID: <200904211704.n3LH4Lwi050112@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
marcel 2009-04-21 17:04:01 UTC FreeBSD src repository Modified files: sys/powerpc/booke machdep.c Log: SVN rev 191362 on 2009-04-21 17:04:01Z by marcel o Properly set ksym_start & ksym_end when options DDB is set. Include opt_ddb.h for that. Now you can actually boot with -d and set breakpoints using function names. o Make sure to include opt_msgbuf.h. o Carve out the first 1MB of physical memory. The MPC85xx has DMA problems with addresses below 1MB. Ideally busdma knows how to avoid allocating below 1MB for MPC85xx, but that requires a bit more work. For now, ignore the 1MB of DRAM. Revision Changes Path 1.14 +18 -2 src/sys/powerpc/booke/machdep.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200904211704.n3LH4Lwi050112>