Age | Commit message (Expand) | Author |
2007-02-06 | Add machine/atomic.h to all architectures and define two operations | Artur Grabowski |
2007-02-03 | Simple single-processor mutex implementation, simpler than the MI code by | Miod Vallat |
2007-01-28 | optimize m68k writeback(): | Miod Vallat |
2007-01-14 | Move the isa bridge probe from isabr to frodo, so that frodo only attempts | Miod Vallat |
2007-01-11 | Allow sti_attach_common() to return an error code, and do not fall into | Miod Vallat |
2007-01-07 | Trim include files list. | Miod Vallat |
2007-01-07 | Get rid of PROM font-related defines. | Miod Vallat |
2007-01-07 | Skip optional dash when parsing the layout code. | Miod Vallat |
2007-01-07 | Hardcode DIO_SCMAX if kernel is built without model 320 support. | Miod Vallat |
2007-01-06 | Add commented out ISA entries. | Miod Vallat |
2007-01-06 | Preliminary support for the hp300 single ISA slot found in 4xx `t' models. | Miod Vallat |
2007-01-06 | Turn bus_space_tag_t into real structures containing a bunch of function | Miod Vallat |
2007-01-06 | Propagate bus_space_tag_t through device attachment args structures, rather | Miod Vallat |
2006-12-18 | Change sti attachment to pass an array of base addresses for the sti regions, | Miod Vallat |
2006-12-18 | Provide bus_space_{read,write}_raw_region_{2,4}. | Miod Vallat |
2006-11-29 | Add an unpack_attr function to struct wsdisplay_emulops, to match the | Miod Vallat |
2006-11-29 | Remove cpu_swapin() and cpu_swapout(), they are no longer necessary (except | Miod Vallat |
2006-11-29 | Add a new member to struct wsemuldisplaydev_attach_args, for a frame buffer | Miod Vallat |
2006-11-28 | give scsi controllers a real attach args to fill in when attaching scsibus. | David Gwynne |
2006-11-28 | rename scsibus_attach_args to scsi_attach_args. this can help avoid | David Gwynne |
2006-10-29 | Don't need to 'goto done;' when 'done:' is the next line. | Kenneth R Westerback |
2006-10-20 | Declare loop variable so this compiles. | Jonathan Gray |
2006-09-24 | Bring hp300, mac68k and mvme68k disklabel initialization code into | Kenneth R Westerback |
2006-08-22 | Clear sti display on console attach, now that the bootloader leaves us | Miod Vallat |
2006-08-22 | Implement pmap_steal_memory() if HAVE_PMAP_DIRECT; no change except for | Miod Vallat |
2006-08-17 | No need for divsi and friends, yet | Miod Vallat |
2006-08-17 | Check d_secpercyl in all readdisklable() functions, and have all of | Kenneth R Westerback |
2006-08-17 | Setup the transparent translation with writeback cache instead of | Miod Vallat |
2006-08-17 | Large cleanup of the bootblocks, including ansi protos and de-register, | Miod Vallat |
2006-08-13 | Let the domain keyboard work on models 362 and 382 as well. | Miod Vallat |
2006-08-13 | Oops, let HIL keyboards work again in the boot blocks. | Miod Vallat |
2006-08-12 | Setting d_secsize to DEV_BSIZE (or 1 << DEV_BSHIFT, or 512) and then | Kenneth R Westerback |
2006-08-11 | Let the windowmove() callbacks return whether they could perform the operation | Miod Vallat |
2006-08-10 | Try and determine the keyboard layout from its identification string; | Miod Vallat |
2006-08-09 | Use the blitter again for the cursor on non-mono frame buffers. | Miod Vallat |
2006-08-05 | Since the maskbits code only gets invoked with RR_COPY or RR_CLEAR those | Miod Vallat |
2006-08-05 | Prefer rasops {copy,erase}rows routines for non-accelerated 1bpp frame buffers, | Miod Vallat |
2006-07-27 | Compile all kernels with -Wstack-usage-larger-than-2047, now that all | Miod Vallat |
2006-07-09 | 68020-based hp300 systems are not supported anymore now. If you still use | Miod Vallat |
2006-07-09 | If running on a 68030 or 68040 system, use the transparent translation | Miod Vallat |
2006-06-30 | When allocating the default rasops attribute, it is not necessary to use | Miod Vallat |
2006-06-24 | Use pmap_kenter_cache() for device memory mapping, instead of physacc(0 | Miod Vallat |
2006-06-23 | consistantly count context switches on exit; miod@ ok | Michael Shalayeff |
2006-06-16 | If we are configured for glass console but no keyboard is plugged, we run | Miod Vallat |
2006-06-16 | Fix range check in sgc_slottopa(). | Miod Vallat |
2006-06-16 | Line 0 is not wired, thus illegal for use in frodo_intr_establish(). | Miod Vallat |
2006-06-11 | Clean the various cache and TLB invalidation function, arch by arch: | Miod Vallat |
2006-06-11 | Move common prototypes to <m68k/{cpu,param}.h> instead of incomplete | Miod Vallat |
2006-06-11 | Factorize spl handling functions and software interrupt routines between | Miod Vallat |
2006-06-11 | Move pmap_aliasmask declaration and initialization to MD code. No functional | Miod Vallat |