summaryrefslogtreecommitdiff
path: root/sys/arch/mvme88k/include
AgeCommit message (Expand)Author
2002-05-07Spring pmap cleaning:Miod Vallat
2002-04-29Define placeholders for art's splassert() debugging stuff on all arches.Miod Vallat
2002-04-28Use the prototypes defined via cdev_decl() macros, instead of rolling ourMiod Vallat
2002-04-24Introduce a new file, machine/internal_types.h, to hold that specific archMarc Espie
2002-03-25Gremlins always escape when you commit from the bad tree. An extra semicolonMiod Vallat
2002-03-23mvme88k varargs cleanup 2/2Miod Vallat
2002-03-23Repair.Miod Vallat
2002-03-14Final __P removal plus some cosmetic fixupsTodd C. Miller
2002-03-14First round of __P removal in sysTodd C. Miller
2002-03-05Kill prom stuff duplicates from bugio.[ch].Miod Vallat
2002-02-17Patch from Daniel Lucq <daniel@lucq.org>Mats O Jansson
2002-02-10spellingTheo de Raadt
2002-02-05Provide a definition for pmap_wired_count.Miod Vallat
2002-01-14volatile police.Miod Vallat
2002-01-12Not used.Miod Vallat
2002-01-09Put explicit register qualifiers into the inlines, so that they work correctlyMiod Vallat
2001-12-25Oops, macros from the wrong tree escaped.Miod Vallat
2001-12-24- completely change the mmu segment and page table structure definitions,Miod Vallat
2001-12-22mc88110 mods.Steve Murphree
2001-12-22Bring in PSR bit definitions.Steve Murphree
2001-12-22change function names to reflect cpu type instead of board type.Steve Murphree
2001-12-22add get_psr() inline for mc88410.hSteve Murphree
2001-12-22correct pmap_map. mc88110 modifications.Steve Murphree
2001-12-22masive cmmu overhaul. function pointers now control cmmu functionalitySteve Murphree
2001-12-22mc88110 support in ddb. Bring in bit definitions.Steve Murphree
2001-12-22rename m882xx.h to m8820x.hSteve Murphree
2001-12-21MC88410 External Cache Controller inline for MVME197DP/SPSteve Murphree
2001-12-20MC88110 Processor Status Register definitions.Steve Murphree
2001-12-20MC88110 header modifications.Steve Murphree
2001-12-20machine dependant pointer changes.Steve Murphree
2001-12-19Introduce brdtyp and change what cputyp means.Steve Murphree
2001-12-19board.h overhaul. split definitions by arch.Steve Murphree
2001-12-16Revert the mvme88k to 20011212. Recent changes had not been merged correctly,Miod Vallat
2001-12-14Repair MVME187 after MVME197 merge.Steve Murphree
2001-12-13Steve, please pay attention to warnings.Miod Vallat
2001-12-13Support for MVME197 completed. Fix SPL defs.Steve Murphree
2001-12-12Remove prototypes for non-existent mach leftovers, or duplicated inMiod Vallat
2001-12-05VM_KMEM_SIZE no longer needed.Artur Grabowski
2001-12-05make nkmempages dynamic based on memory. okay art@ from netbsd:Niels Provos
2001-12-05Update pmap_update macro for arches Art missed. Still just a noop.Todd C. Miller
2001-11-30Remove some definitions which do not make sense for non-m68k platforms.Miod Vallat
2001-11-30Now that pmaps can have vm_page_md, make pmap_physseg optional.Artur Grabowski
2001-11-28zap some typedefs.Artur Grabowski
2001-11-28Make pmap_update functions into nops so that we can have a consistentArtur Grabowski
2001-11-27A few cleanups to have less include files include each other.Miod Vallat
2001-11-27Declare symbolic names for the various interrupts used by ddb.Miod Vallat
2001-11-21Lower splvm() level, after discussing with art.Miod Vallat
2001-11-20Prevent more symbol clashes when compiling userland.Miod Vallat
2001-11-16mvme88k varargs cleanup 1/2Miod Vallat
2001-11-09Ouch, more variables declarations in .h files lacking ``extern'' safetyMiod Vallat