summaryrefslogtreecommitdiff
path: root/sys/arch/luna88k
AgeCommit message (Expand)Author
2005-12-03Turn read_processor_identification_register() into a simple macro with aMiod Vallat
2005-12-03Switch m88k ports to __HAVE_CPUINFO. Current cpu pointer is held in SR0Miod Vallat
2005-12-02Better choice of types for struct pmap members and cmmu functions;Miod Vallat
2005-12-01Do not depend on MAX_CPUS being 4.Miod Vallat
2005-11-28Switch to per-process AST flags and clean AST-related codepaths; speeds upMiod Vallat
2005-11-24add lint-specific hacks. at the same time, clean out a lot of ancientTheo de Raadt
2005-10-24Factorize db_interface code between luna88k and mvme88k, removing dead codeMiod Vallat
2005-10-18Use PSR_IND rather than recomputing it from PSR_INTERRUPT_DISABLE_BIT;Miod Vallat
2005-10-13Merge <machine/cpu_number.h> into <machine/cpu.h>, preparing for intrusiveMiod Vallat
2005-10-12Define IPL_SCHED and spslsched(), matching the statclock level.Miod Vallat
2005-10-12Move sigcode to the m88k-agnostic location. No functional change.Miod Vallat
2005-10-12Stop mapping the u area at fixed UADDR in addition to its actual va.Miod Vallat
2005-09-26Delete wrong comments, originally came from Makefile.mvme88k.Kenji Aoyama
2005-09-25Do not consider userland trap #496 (BUG system call on mvme88k) as specialMiod Vallat
2005-09-06Remove misleading NCPUS (hardcoded) option. From the SMP tree.Miod Vallat
2005-08-03enable safte and ses on all archs that appear to have real scsi bussesDavid Gwynne
2005-08-01Kill more "memory might be 2MB or less" checks in bufpages computation.Miod Vallat
2005-07-18remove trailing newline in panic(9); ok millert@ and deraadt@Federico G. Schwindt
2005-05-06generate vim-compatible tag files, from netbsdPedro Martelletto
2005-05-06Add more dirs and fix links target.Marco Peereboom
2005-05-06Add tags to luna88k.Marco Peereboom
2005-05-01To allow for MD override of in4_cksum()...Brad Smith
2005-05-01Bring raise-only semantics to splsoft* on m68k and m88k, as done elsewhere.Miod Vallat
2005-05-01spacing; ok miod@ deraadt@David Krause
2005-04-30Remove m88k_psr_type and function with utterly long names to control the psr,Miod Vallat
2005-04-30start the job of making things look more alikeTheo de Raadt
2005-04-30nice docs at top of GENERICTheo de Raadt
2005-04-27Allow userland to cause the data cache to be flushed for any arbitrary addressMiod Vallat
2005-04-27Always include <uvm/uvm_extern.h> before <machine/cmmu.h>.Miod Vallat
2005-04-04- Delete implicit * 4 operation in bus_space offset calculationKenji Aoyama
2005-03-30first approximation: spoof UDF filesystem disklabels when we see them.Theo de Raadt
2005-03-29Plug iso_disklabelspoof() in readdisklabel(); requested by deraadt@Miod Vallat
2005-03-08Cosmetics...Thierry Deval
2005-01-31Be sure to always return an error for unrecognized ioctls. Found by matthieu@Miod Vallat
2005-01-05Let wsdisplay drivers return zero for WSDISPLAYIO_[GS]VIDEO ioctls - mostMiod Vallat
2004-12-28Since we don't enable interrupts until autoconf is over, we don't needMiod Vallat
2004-12-25Use list and queue macros where applicable to make the code easier to read;Miod Vallat
2004-12-24{e,}intr{cnt,names} bye-bye.Miod Vallat
2004-11-09Luna88k does not have an iomap, so kill all iomap related defines, andMiod Vallat
2004-11-08Remove mvme88k leftovers.Miod Vallat
2004-11-08Kill struct md_p, which was really only necessary for mvme88k; onMiod Vallat
2004-10-08Move dev/cons.c to MI conf/files.Alexander Yurchenko
2004-10-03Merge locore_c_routines.c into machdep.c, and clear <machine/locore.h> asMiod Vallat
2004-10-01Oops, trimmed includes too much for RAMDISK.Miod Vallat
2004-09-30Introduce sparc-like CPU_ISFOO macros, to short-circuit evaluations whenMiod Vallat
2004-09-30More code shuffling, probably the final touch.Miod Vallat
2004-09-30Move common signal code to m88k-agnostic location.Miod Vallat
2004-09-19constify speedtabs and make ttspeedtab() take a const struct speedtab *Michael Shalayeff
2004-09-16spacingTheo de Raadt
2004-09-16cleanup deafult locators (blah ?); please check that your most hated architec...Michael Shalayeff