summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libcpu/i386/page.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2002-01-042002-01-03 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill1-1/+1
* i386/displayCpu.c: Include rtems/bspIo.h instead of bspIo.h. * i386/page.c: Include rtems/bspIo.h instead of bspIo.h.
2000-10-192000-10-19 Joel Sherrill <joel@OARcorp.com>Joel Sherrill1-0/+2
* page.c: Readd deleted comment lines.
2000-10-182000-10-18 Joel Sherrill <joel@OARcorp.com>Joel Sherrill1-4/+1
* page.c: Replaced prototype of printk() with include of <bspIo.h>.
2000-06-14Patch from John Cotton <john.cotton@nrc.ca> to correct cacheJoel Sherrill1-2/+2
routine naming to follow RTEMS package/object.method rule. This patch also eliminated calls to the obsolete routine m68k_enable_caching.
2000-06-12Patch from John Cotton <john.cotton@nrc.ca>, Charles-Antoine GauthierJoel Sherrill1-28/+2
<charles.gauthier@iit.nrc.ca>, and Darlene A. Stewart <Darlene.Stewart@nrc.ca> to add support for a number of very significant things: + BSPs for many variations on the Motorola MBX8xx board series + Cache Manager including initial support for m68040 and PowerPC + Rework of mpc8xx libcpu code so all mpc8xx CPUs now use same code base. + Rework of eth_comm BSP to utiltize above. John reports this works on the 821 and 860
1999-12-13Removed warnings.Joel Sherrill1-2/+2
1999-02-24Removed dependency on bsp.h.Joel Sherrill1-1/+3
1999-02-18Patch from Emmanuel Raguet <raguet@crf.canon.fr>. Missed adding this fileJoel Sherrill1-0/+540
earlier to CVS.