summaryrefslogtreecommitdiffstats
path: root/sys/arch/mac68k/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* RIP mac68k. No one loves you anymore.matthew2012-06-2044-2194/+0
* Drop support for the HP MMU. It was only found on two hp300 systems (modelsmiod2011-11-011-2/+1
* Specify the TLS variant for each platform.guenther2011-10-271-0/+3
* Removing unused headershadchin2011-06-061-217/+0
* - enable fenvmartynas2011-04-281-0/+3
* Normalize sentinel. Use _MACHINE_*_H_ and _<ARCH>_*_H_ properly and consitently.pirofti2011-03-2327-105/+95
* unbreak tree for nested endian.h includesderaadt2011-03-151-6/+1
* Use _MACHINE_ENDIAN_H_ for this is The Right Thing To Do.pirofti2011-03-111-4/+4
* One the -> On themiod2010-07-241-2/+2
* seteconf() died years agoderaadt2010-05-231-4/+1
* Make sure IPL_SCHED is always defined by MD headers, instead of having a MImiod2010-04-231-1/+2
* Fix conversion of symbolic IPL level to hardware PSL value in the mutex code.miod2009-09-181-2/+3
* Make sure all platforms understand the flags argument of bus_space_map() andmiod2009-07-261-2/+3
* Remove cpu_wait(). It's original use was to be called from the reaper sooga2009-03-261-7/+1
* Generic softinterrupt code for m68k platforms, now copied from m88k.miod2009-03-152-23/+5
* Add a macro that clears the want_resched flag that need_resched sets.art2008-07-181-1/+2
* First pass at removing clauses 3 and 4 from NetBSD licenses.ray2008-06-261-8/+1
* Define IPL_VM on platforms which lack it.miod2007-11-301-1/+3
* replace ctob/btoc with ptoa/atop (plus the usual round_page() where needed)martin2007-11-021-2/+2
* Pass a real ipl level to add_nubus_intr(), and make sure the interruptmiod2007-09-101-2/+2
* It turns out that VIA2 always interrupts at level 2, and IPL_BIO is always 2miod2007-07-292-6/+4
* b_cylinder does not need to be set on the callpath down into drivers.deraadt2007-06-201-4/+1
* significantly simplified disklabel infrastructure. MBR handling becomes MIderaadt2007-06-171-13/+2
* More cpuinfo vs _KERNEL fallback.miod2007-05-301-5/+7
* switch m68k to __HAVE_CPUINFOmartin2007-05-151-1/+2
* Provide <machine/lock.h> on all platforms, so that MI code may #include itmiod2007-05-011-0/+3
* Since p_flag is often manipulated in interrupts and without biglockart2007-03-151-2/+2
* only make this interface available to the kernel for now, discussed withaderaadt2007-02-191-2/+3
* Add machine/atomic.h to all architectures and define two operationsart2007-02-061-0/+9
* Simple single-processor mutex implementation, simpler than the MI code bymiod2007-02-031-0/+3
* Remove cpu_swapin() and cpu_swapout(), they are no longer necessary (exceptmiod2006-11-291-3/+1
* Get rid of (unused) MACH_CLASSP580 and flatten MACH_CLASSxxx values.miod2006-09-221-19/+13
* Crank VM_PHYSSEG_MAX to 8; while we do not expect more than 2 ranges in themiod2006-09-171-2/+2
* Remove duplicate prototypes already in <sys/systm.h>miod2006-07-111-5/+1
* Shrink internal iomap to 256KB, it's enough for all the mappings we'll needmiod2006-06-301-2/+2
* Use pmap_enter_cache() instead of physacc() in bus_mem_add_mapping(), and letmiod2006-06-241-5/+1
* Move common prototypes to <m68k/{cpu,param}.h> instead of incompletemiod2006-06-112-45/+7
* Factorize spl handling functions and software interrupt routines betweenmiod2006-06-111-36/+5
* Remove bus_space_{read,write}_stream and bus_space_copy_region methods, whichmiod2006-04-161-59/+1
* remove splimp.brad2006-03-131-5/+4
* Remove unused fields from struct mac68k_machine.miod2006-01-241-4/+1
* Add bus_space_vaddr() and use it instead of accessing private bus_spacemiod2006-01-221-1/+3
* Minimal iop code to set the serial ports to compatible mode automagically,miod2006-01-221-0/+76
* Factorize akbd and ams drivers between mac68k and macppc; while there, startmiod2006-01-181-116/+0
* Remove unused ``stride'' bus_space internal functionality; nothing needs it.miod2006-01-171-112/+1
* Sync OSS code with NetBSD; supports poweroff now.miod2006-01-131-3/+4
* Remove unused bad{,b,w,l}addr.miod2006-01-131-4/+1
* Remove the Mac Rom Glue code completely. With the ADB ``direct'' code beingmiod2006-01-133-19/+7
* Merge machine/ansi.h and machine/types.h into machine/_types.h andmillert2006-01-063-18/+10
* Import NetBSD's direct adb code on mac68k, switching to real keyboard and mousemiod2006-01-044-334/+164