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