summaryrefslogtreecommitdiff
path: root/sys/arch/mac68k
AgeCommit message (Expand)Author
2006-01-08Display unhandled adb devices as "whatever at adb0 addr X" like all buses do;Miod Vallat
2006-01-08Advertize color on non-indexed modes, and swap blue and red at 16bpp (might beMiod Vallat
2006-01-08Use Nubus-related constants from <machine/cpu.h> instead of hardcoded values.Miod Vallat
2006-01-08Switch macfb from an rcons backend to a rasops backend; supposedly restoresMiod Vallat
2006-01-08Oops, don't forget to initialize the raw repeat timeout; lost while cleaning.Miod Vallat
2006-01-07Do not set ZS_HWFLAG_CONSOLE if we are only using the serial line forMiod Vallat
2006-01-06Merge machine/ansi.h and machine/types.h into machine/_types.h andTodd C. Miller
2006-01-05More dead constants.Miod Vallat
2006-01-05A match() function should never, never, ever return UNSUPP for unsupportedMiod Vallat
2006-01-05Begone.Miod Vallat
2006-01-04Import NetBSD's direct adb code on mac68k, switching to real keyboard and mouseMiod Vallat
2006-01-04More accurate sc_minsync computation on 16.5MHz ESPs; ok martin@Miod 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
2006-01-01Service clock interrupts at the computed splclock(), not spl2(); from NetBSD.Miod Vallat
2005-12-27Remove unused sw_nblks field of struct swdevt. Then, remove swapconf()Miod Vallat
2005-12-21Simplify obio stanzas and remove unused locators.Miod Vallat
2005-12-17Get rid of deprecated vm_{offset,size}_t types for good, use {p,v}{addr,size}_tMiod Vallat
2005-12-03splimp -> splhighBrad Smith
2005-11-24add lint-specific hacks. at the same time, clean out a lot of ancientTheo de Raadt
2005-11-21Move contents of sys/select.h to sys/selinfo.h in preparation for aTodd C. Miller
2005-11-15More typos (especially indicies -> indices), checked with jmc@Miod Vallat
2005-11-13Align _delay() on 8 bytes, not 2^8 bytes.Miod Vallat
2005-11-06Factorize setregs() code to m68k-common location.Miod Vallat
2005-10-23m68k_btop() and m68k_ptob() were mostly used by mac68k only and canMartin Reindl
2005-10-01simplifiy esp_dafb_have_dreq()Martin Reindl
2005-09-27Do not initialize physmem to a magic value at compile time.Miod Vallat
2005-09-27- don't mess with SCSI controller bits here, only map the two regionsMartin Reindl
2005-09-27missing pieces for RBV video handlingMartin Reindl
2005-09-26- correct framebuffer calculation offset by marking off garbage bits inMartin Reindl
2005-09-25Define the symbolic register indexes in trapframe in <m68k/reg.h> onlyMiod Vallat
2005-09-15get rid of MD m68k_trunc_page and m68k_round_page and replace by MIMartin Reindl
2005-09-13merge the macglobals one-liner into locoreMartin Reindl
2005-09-12Change the NKMEMPAGES range to 4-64MB for 32bit arches, and 8-128MB for 64bitMiod Vallat
2005-09-12cleanup commentsMartin Reindl
2005-09-12- Add byte-swap and stride options to bus_space.Martin Reindl
2005-08-09Save a variable in espmatch(), vm_offset_t->vaddr_t, print DEBUG addressMartin 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-05- missing m_free()Martin Reindl
2005-08-03enable safte and ses on all archs that appear to have real scsi bussesDavid Gwynne
2005-08-01unmap correct size, oopsMartin Reindl
2005-08-01Make bootdev a dev_t; ok martin@Miod Vallat
2005-08-01I'm Positive these are Type-O.Miod Vallat
2005-08-01Factorize cachectl() accross m68k platforms, and make the CC_ constantsMiod Vallat
2005-08-01- disable video interrupts on AV machinesMartin Reindl
2005-07-31No need to #include <machine/pcb.h>; tested martin@Miod Vallat
2005-07-31Fix KDFAULT() in the 68040 & non-68040 compilation case.Miod Vallat
2005-07-23- no need to include sys/dkstat.hMartin Reindl
2005-07-23vm_offset_t -> vaddr_tMartin Reindl