summaryrefslogtreecommitdiff
path: root/sys/arch/mvme68k/include
AgeCommit message (Expand)Author
2002-06-07Remove obsolete CLKF_BASEPRI(). ok niklas@, miod@ and art@Thomas Nordin
2002-04-29Define placeholders for art's splassert() debugging stuff on all arches.Miod Vallat
2002-04-28A few more tweaks to let non-GENERIC kernels (MVMEfoo) build as well with -Wall.Miod Vallat
2002-04-27Jumbo commit to fix all compilation warnings on mvme68k (add prototypes,Miod Vallat
2002-04-25<m68k/cpu.h> should be included when this <machine/cpu.h> is included fromMiod Vallat
2002-04-24Introduce a new file, machine/internal_types.h, to hold that specific archMarc Espie
2002-04-23Oops, unbreak; deraadt@Miod Vallat
2002-04-21Get rid of duplicate definitions with <m68k/cpu.h>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-02-22Switch mvme68k to pmap_motorola again.Miod Vallat
2002-02-17Patch from Daniel Lucq <daniel@lucq.org>Mats O Jansson
2001-12-20Temporarily revert the pmap_motorola changes, as they may account forMiod Vallat
2001-12-07NKMEMPAGES defines.Artur Grabowski
2001-12-05Remove NKMEMCLUSTERS.Artur Grabowski
2001-12-05VM_KMEM_SIZE no longer needed.Artur Grabowski
2001-11-30Switch to pmap_motorola.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-23Remove splsched() declaration and related stuff.Miod Vallat
2001-09-22Remove more old, dusty, unused defines.Miod Vallat
2001-09-06missing machine/ieee.h from NetBSDTodd C. Miller
2001-08-13SYSPTSIZE is orhpaned, so g/c the poor define.Miod Vallat
2001-08-12KUSER_AREA, BTOPUSRSTACK, P1PAGES are never used, so get rid of them.Miod Vallat
2001-08-06__BDEVSW_DUMP_OLD_TYPE no more.Miod Vallat
2001-07-06change MSIZE to 256, okay @deraadtNiels Provos
2001-06-27MNN is no longer an option.Artur Grabowski
2001-06-26A few changes to mvme68k:Miod Vallat
2001-06-24Define splvm() for arches who don't already provide it, with the sameMiod Vallat
2001-06-12Change RB_NOSYM, for it used to have the same value as RB_CONFIG ;Miod Vallat
2001-05-13PAGE_MASK is (PAGE_SIZE - 1), *not* (PAGE_SHIFT - 1)Todd C. Miller
2001-05-10Provide PAGE_{MASK,SHIFT,SIZE} constants.Miod Vallat
2001-05-05Get rid of CLSIZE and all related stuff.Artur Grabowski
2001-01-22Define ARCH_ELFSIZE that is the default elf size on this arch.Artur Grabowski
2001-01-15__asm__ and __volatile__Theo de Raadt
2000-07-06Add spllowersoftclock(), same as splsoftclock(). (art@ ok)Hakan Olsson
2000-07-06Fix pmap_activate and activation of theArtur Grabowski
2000-04-07add DISKMINOR(), and repair redefinitionsTheo de Raadt
2000-02-22enlarge msgbuf, somewhat line netbsd didTheo de Raadt
2000-01-06Fix for IP v.6Steve Murphree
2000-01-06Added support for MVME177 (mc68060)Steve Murphree
1999-09-26This needed to be there...Steve Murphree
1999-09-22Don't worry, be a happy gccMarc Espie
1999-01-21just include <m68k/spinlock.h> so <machine/spinlock.h> works for libc_rTodd C. Miller
1998-03-01Merge of MACHINE_NEW_CONTIG (aka MNN) code from Chuck Cranor,Niklas Hallqvist
1997-11-09New endian.h design. All architectures now use a common file for the bulkNiklas Hallqvist
1997-07-24multiple inclusion protection; brenner@umr.eduTheo de Raadt
1997-03-31Modernize OpenBSD/mvme68k to match various changes in m68k and hp300 code.Jason Downs
1997-02-12The original disklabel code from dale had an unaligned-aligned problemTheo de Raadt