Age | Commit message (Expand) | Author |
2007-04-10 | Add support for a fourth axis on wsmouse devices, e.g. on the Apple Might | Miod Vallat |
2007-02-19 | only make this interface available to the kernel for now, discussed witha | Theo de Raadt |
2007-02-14 | FALLTHRU -> FALLTHROUGH for consistency. | Jonathan Gray |
2007-02-09 | LCD device driver, second step. Now the driver works with autoconf. | Kenji Aoyama |
2007-02-06 | Add machine/atomic.h to all architectures and define two operations | Artur Grabowski |
2007-01-29 | LCD device driver support for luna88k, first step. | Kenji Aoyama |
2007-01-14 | Same as GENERIC, m88k_cpus[] should have 4 elements on luna88k, even in | Kenji Aoyama |
2007-01-13 | Bring back a <machine/frame.h> for m88k platforms, by splitting <machine/pcb.h> | Miod Vallat |
2007-01-12 | Change the secondary CMMU's data cache turn on so that do not hog the | Kenji Aoyama |
2006-11-29 | Add an unpack_attr function to struct wsdisplay_emulops, to match the | 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-11-18 | On 88100 systems which do not need the xxx.usr instruction workaround, | Miod Vallat |
2006-11-16 | Ratibibugle struct frame and <machine/frame.h> | Miod Vallat |
2006-10-30 | Now the primary CPU starts the CMMUs which tied to the secondary CPUs. | Kenji Aoyama |
2006-10-30 | Changed CMMU probing method. On the luna88k, badaddr() returns 'good' | Kenji Aoyama |
2006-10-04 | More tidying up after bad144. Remove references in comments and | Kenneth R Westerback |
2006-09-27 | Fix tags file creating by removing unexisting paths. | Alexander Yurchenko |
2006-08-17 | Check d_secpercyl in all readdisklable() functions, and have all of | Kenneth R Westerback |
2006-08-12 | Missing rcsid | Miod Vallat |
2006-08-12 | Fail TIOCSFLAGS if non-root, like all other serial drivers do. | Miod Vallat |
2006-08-06 | Switch luna88k from rcons to rasops. Tested by aoyama@ | Miod Vallat |
2006-07-27 | Compile all kernels with -Wstack-usage-larger-than-2047, now that all | Miod Vallat |
2006-06-19 | move clock_subr.c to a better place, and now it is always in the kernel | Theo de Raadt |
2006-06-11 | Zero the size of the correct partition. Missed in previous cleanup. | Kenneth R Westerback |
2006-05-15 | Clean secondary processors initialization code, similar to mvme88k; | Miod Vallat |
2006-05-08 | Replace gazillions of badvaddr() or badwordaddr() calls with badaddr() calls. | Miod Vallat |
2006-05-08 | Clean the internal m88k trap type codes; while there, simplify and | Miod Vallat |
2006-05-04 | eneble -> enable | Miod Vallat |
2006-05-04 | Now that .S files have proper dependencies, do not hardcode dependencies | Miod Vallat |
2006-04-17 | Save pointers to up to four CMMU PFSR registers into the cpu_info structure. | Miod Vallat |
2006-03-15 | Nuke dk_establish(), no longer used. | Miod Vallat |
2006-03-13 | remove IPL_IMP. | Brad Smith |
2006-03-04 | Typos grab bag of the month, eyeballed by jmc@ | Miod Vallat |
2006-01-26 | Switch to __HAVE_DEVICE_REGISTER to find the device we're booted from. | Miod Vallat |
2006-01-22 | Put various divide-by-zero checks as found in other disksubr routines; also | Miod Vallat |
2006-01-10 | struct cfdriver shall not be declared as const (oops). | Miod Vallat |
2006-01-09 | Remove clock tick adjustment computation inherited from luna68k where some | Miod Vallat |
2006-01-06 | Merge machine/ansi.h and machine/types.h into machine/_types.h and | Todd C. Miller |
2005-12-27 | Remove unused sw_nblks field of struct swdevt. Then, remove swapconf() | Miod Vallat |
2005-12-12 | Remove unused code. | Miod Vallat |
2005-12-11 | Factorize soft interrupt code between luna88k and mvme88k. | Miod Vallat |
2005-12-04 | Let cmmu_init() now return the cpuid of the master cpu. | Miod Vallat |
2005-12-04 | Slight cmmu code cleanup; use shorter function names, remove parity_enable | Miod Vallat |
2005-12-03 | Implement __cpu_simple_lock_t for m88k. | Miod Vallat |
2005-12-03 | Fast __HAVE_MUTEX implementation for m88k platforms. | Miod Vallat |
2005-12-03 | intstack does not need to be visible from C code anymore. | Miod Vallat |
2005-12-03 | The first thing done when XXX_scsi_cmd() returns TRY_AGAIN_LATER is | Kenneth R Westerback |
2005-12-03 | Turn read_processor_identification_register() into a simple macro with a | Miod Vallat |