Age | Commit message (Expand) | Author |
2006-01-08 | Display unhandled adb devices as "whatever at adb0 addr X" like all buses do; | Miod Vallat |
2006-01-08 | Advertize color on non-indexed modes, and swap blue and red at 16bpp (might be | Miod Vallat |
2006-01-08 | Use Nubus-related constants from <machine/cpu.h> instead of hardcoded values. | Miod Vallat |
2006-01-08 | Switch macfb from an rcons backend to a rasops backend; supposedly restores | Miod Vallat |
2006-01-08 | Oops, don't forget to initialize the raw repeat timeout; lost while cleaning. | Miod Vallat |
2006-01-07 | Do not set ZS_HWFLAG_CONSOLE if we are only using the serial line for | Miod Vallat |
2006-01-06 | Merge machine/ansi.h and machine/types.h into machine/_types.h and | Todd C. Miller |
2006-01-05 | More dead constants. | Miod Vallat |
2006-01-05 | A match() function should never, never, ever return UNSUPP for unsupported | Miod Vallat |
2006-01-05 | Begone. | Miod Vallat |
2006-01-04 | Import NetBSD's direct adb code on mac68k, switching to real keyboard and mouse | Miod Vallat |
2006-01-04 | More accurate sc_minsync computation on 16.5MHz ESPs; ok martin@ | Miod Vallat |
2006-01-02 | Merge enablertclock() in cpu_initclocks(), kill unused disablertclock(), and | Miod Vallat |
2006-01-01 | Enable A/UX style interrupt routing on non-AV Centrises and Quadras, gives us | Miod Vallat |
2006-01-01 | Service clock interrupts at the computed splclock(), not spl2(); from NetBSD. | Miod Vallat |
2005-12-27 | Remove unused sw_nblks field of struct swdevt. Then, remove swapconf() | Miod Vallat |
2005-12-21 | Simplify obio stanzas and remove unused locators. | Miod Vallat |
2005-12-17 | Get rid of deprecated vm_{offset,size}_t types for good, use {p,v}{addr,size}_t | Miod Vallat |
2005-12-03 | splimp -> splhigh | Brad Smith |
2005-11-24 | add lint-specific hacks. at the same time, clean out a lot of ancient | Theo de Raadt |
2005-11-21 | Move contents of sys/select.h to sys/selinfo.h in preparation for a | Todd C. Miller |
2005-11-15 | More typos (especially indicies -> indices), checked with jmc@ | Miod Vallat |
2005-11-13 | Align _delay() on 8 bytes, not 2^8 bytes. | Miod Vallat |
2005-11-06 | Factorize setregs() code to m68k-common location. | Miod Vallat |
2005-10-23 | m68k_btop() and m68k_ptob() were mostly used by mac68k only and can | Martin Reindl |
2005-10-01 | simplifiy esp_dafb_have_dreq() | Martin Reindl |
2005-09-27 | Do 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 regions | Martin Reindl |
2005-09-27 | missing pieces for RBV video handling | Martin Reindl |
2005-09-26 | - correct framebuffer calculation offset by marking off garbage bits in | Martin Reindl |
2005-09-25 | Define the symbolic register indexes in trapframe in <m68k/reg.h> only | Miod Vallat |
2005-09-15 | get rid of MD m68k_trunc_page and m68k_round_page and replace by MI | Martin Reindl |
2005-09-13 | merge the macglobals one-liner into locore | Martin Reindl |
2005-09-12 | Change the NKMEMPAGES range to 4-64MB for 32bit arches, and 8-128MB for 64bit | Miod Vallat |
2005-09-12 | cleanup comments | Martin Reindl |
2005-09-12 | - Add byte-swap and stride options to bus_space. | Martin Reindl |
2005-08-09 | Save a variable in espmatch(), vm_offset_t->vaddr_t, print DEBUG address | Martin Reindl |
2005-08-07 | a bunch more ADB handler IDs, will be necessary in the future | Martin Reindl |
2005-08-06 | overhaul the grf driver: | Martin Reindl |
2005-08-05 | - missing m_free() | Martin Reindl |
2005-08-03 | enable safte and ses on all archs that appear to have real scsi busses | David Gwynne |
2005-08-01 | unmap correct size, oops | Martin Reindl |
2005-08-01 | Make bootdev a dev_t; ok martin@ | Miod Vallat |
2005-08-01 | I'm Positive these are Type-O. | Miod Vallat |
2005-08-01 | Factorize cachectl() accross m68k platforms, and make the CC_ constants | Miod Vallat |
2005-08-01 | - disable video interrupts on AV machines | Martin Reindl |
2005-07-31 | No need to #include <machine/pcb.h>; tested martin@ | Miod Vallat |
2005-07-31 | Fix KDFAULT() in the 68040 & non-68040 compilation case. | Miod Vallat |
2005-07-23 | - no need to include sys/dkstat.h | Martin Reindl |
2005-07-23 | vm_offset_t -> vaddr_t | Martin Reindl |