summaryrefslogtreecommitdiff
path: root/sys/arch/mac68k/include
AgeCommit message (Expand)Author
2001-06-24Define splvm() for arches who don't already provide it, with the sameMiod 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-08Substantial update from NetBSD, most notably gives us UVM support; deraadt@ okAaron Campbell
2001-05-05Rename configure() to cpu_configure().Artur Grabowski
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-03-15implimented -> implementedTodd T. Fries
2000-02-22enlarge msgbuf, somewhat line netbsd didTheo de Raadt
1999-06-11egcs crapJason Downs
1999-04-24Use the generic m68k param.h.Jason Downs
1999-04-23Add kcore.hJason Downs
1999-01-21just include <m68k/spinlock.h> so <machine/spinlock.h> works for libc_rTodd C. Miller
1998-05-08New and much smarter handling of the PSC chip.gene
1998-05-03* Deprecate macinfo.h pulling all relevant defines into cpu.h.gene
1998-04-27Correct namespace collisions for bus_space_probe and split outgene
1998-03-07Prototype pmap_map here so we can use it in machdep.c.gene
1998-03-01Merge of MACHINE_NEW_CONTIG (aka MNN) code from Chuck Cranor,Niklas Hallqvist
1998-02-13Prototypes and defines for the Quadra-line psc chip.gene
1997-11-30Canonify the _*_H_ namespace appropriately.gene
1997-11-30Add multiple inclusion protection, clean up comments, and wrap with _KERNELgene
1997-11-11Pull in sys/ioctl.h since things like dt seem to depend on this include.gene
1997-11-11Pull in sys/time.h and sys/ioctl.h so things like dt (which apparentlygene
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-04-09Fix from Bill Studenmund--generate ^-\ on ^-\ instead of on ^-/briggs
1997-04-07Ahem... bus_probe() already exists and does what bus_space_bad_addr() does.briggs
1997-04-06Eradicate #include <sys/*> from machine/*.h. Prompting from Gene.briggs
1997-04-05Implement a bus_space_bad_addr() function to aid in some device probing withbriggs
1997-03-30An implementation of pieces of the Deferred Task Manager--required bybriggs
1997-03-12Move prototype for physaccess.briggs
1997-03-08Sync with NetBSD of about 4 March.briggs
1997-02-26Adds support for bus_space functions borrowed in concept from thegene
1997-02-18Synch declaration of copypage w/ m68k-general definitions per Ken's changes.gene
1997-01-24Sync w/ NETBSD_CURRENT_971122.briggs
1996-12-23use _{NLIST,KERN}_DO_{AOUT,ELF,ECOFF} to select binary typesTheo de Raadt
1996-11-23added const to second parameter of cfprint_t routineskstailey
1996-10-28Remove a blank line.briggs
1996-10-28Add prototype for function to install SCSI-B IRQ.briggs
1996-10-28Mac model info out of cpu.h and into new macinfo.h.briggs
1996-10-23Patches from Dave Huang <khym@bga.com> to get something in and out of thebriggs
1996-10-20Out of NetBSD (scottr):briggs
1996-10-14Merge in from NetBSD. Use <m68k/cpu.h> andbriggs
1996-08-10Sync with NetBSD.briggs
1996-06-23Sync up with NetBSD.briggs
1996-06-23NetBSD: Add constant for PB500.briggs
1996-06-08Sync up with latest NetBSD.briggs
1996-05-29enable ELF/a.out/ECOFF in machine/exec.hTheo de Raadt