summaryrefslogtreecommitdiff
path: root/sys/arch/mac68k/include
AgeCommit message (Expand)Author
2006-06-24Use pmap_enter_cache() instead of physacc() in bus_mem_add_mapping(), and letMiod Vallat
2006-06-11Move common prototypes to <m68k/{cpu,param}.h> instead of incompleteMiod Vallat
2006-06-11Factorize spl handling functions and software interrupt routines betweenMiod Vallat
2006-04-16Remove bus_space_{read,write}_stream and bus_space_copy_region methods, whichMiod Vallat
2006-03-13remove splimp.Brad Smith
2006-01-24Remove unused fields from struct mac68k_machine.Miod Vallat
2006-01-22Add bus_space_vaddr() and use it instead of accessing private bus_spaceMiod Vallat
2006-01-22Minimal iop code to set the serial ports to compatible mode automagically,Miod Vallat
2006-01-18Factorize akbd and ams drivers between mac68k and macppc; while there, startMiod Vallat
2006-01-17Remove unused ``stride'' bus_space internal functionality; nothing needs it.Miod Vallat
2006-01-13Sync OSS code with NetBSD; supports poweroff now.Miod Vallat
2006-01-13Remove unused bad{,b,w,l}addr.Miod Vallat
2006-01-13Remove the Mac Rom Glue code completely. With the ADB ``direct'' code beingMiod Vallat
2006-01-06Merge machine/ansi.h and machine/types.h into machine/_types.h andTodd C. Miller
2006-01-04Import NetBSD's direct adb code on mac68k, switching to real keyboard and mouseMiod Vallat
2006-01-02Merge enablertclock() in cpu_initclocks(), kill unused disablertclock(), andMiod Vallat
2006-01-01Enable A/UX style interrupt routing on non-AV Centrises and Quadras, gives usMiod Vallat
2005-11-24add lint-specific hacks. at the same time, clean out a lot of ancientTheo de Raadt
2005-09-27missing pieces for RBV video handlingMartin Reindl
2005-09-12Change the NKMEMPAGES range to 4-64MB for 32bit arches, and 8-128MB for 64bitMiod Vallat
2005-09-12- Add byte-swap and stride options to bus_space.Martin Reindl
2005-08-07a bunch more ADB handler IDs, will be necessary in the futureMartin Reindl
2005-08-06overhaul the grf driver:Martin Reindl
2005-08-01Factorize cachectl() accross m68k platforms, and make the CC_ constantsMiod Vallat
2005-07-31No need to #include <machine/pcb.h>; tested martin@Miod Vallat
2005-07-23vm_offset_t -> vaddr_tMartin Reindl
2005-07-18PB190 Gestalt IDsMartin Reindl
2005-05-01Bring raise-only semantics to splsoft* on m68k and m88k, as done elsewhere.Miod Vallat
2005-04-27Replace the last user of pmap_map() with an inline version, and kill pmap_map()Miod Vallat
2005-02-06- get rid of unused codeMartin Reindl
2005-01-11rename via_shutdown() to via_powerdown() and remove unused prototype toMartin Reindl
2004-12-27unusedMartin Reindl
2004-12-14sync with NetBSD, ok miod@Martin Reindl
2004-12-08Tweak interrupt handling code to allow shared interrupts for VIA2 sources.Miod Vallat
2004-12-02move IPL setup to intr.cMartin Reindl
2004-12-01Let kernels with option DEBUG link again.Miod Vallat
2004-11-26More interrupt system cleaning and homogenization:Miod Vallat
2004-11-25Move towards a more flexible and generic interrupt system, as well as betterMiod Vallat
2004-06-13debranch SMP, have funNiklas Hallqvist
2004-05-20Properly flush instruction cache for ptrace(PT_WRTIE_{DI}, ...) on powerpcMark Kettenis
2003-10-09More m68k common include files factorization.Miod Vallat
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2003-04-03HPUX, HP/UX -> HP-UXJason McIntyre
2003-03-14Zombies on the bridge, captain.Miod Vallat
2003-03-01- only declare and provide pmap_map() for mac68k, until it bites the dust.Miod Vallat
2003-02-24Sync struct pcb and struct mdproc with what other m68k ports use. This willMiod Vallat
2003-01-27Convert m68k pmap from physseg to VM_PAGE_MD.Miod Vallat
2003-01-05splassert on m68k-based arches. Not totally accurate on hp300 at the moment,Miod Vallat
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