summaryrefslogtreecommitdiff
path: root/sys/arch/sun3/include
AgeCommit message (Expand)Author
2009-12-11Export NBSG for bootloaders. MMU is enabled even on PROM on sun68k machines.tsutsui
2009-12-11Export pmap_procwr() declaration only #ifdef _KERNEL.tsutsui
2009-12-11Refactoring MD segment related definitions on m68k ports:tsutsui
2009-03-06Remove SHMMAXPGS from all kernel configs. Dynamically compute thejoerg
2009-01-12Add parantheses to macro to suppress possible compiler warnings.tsutsui
2008-12-09Make pmap_kernel() a MI macro for struct pmap *kernel_pmap_ptr,pooka
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2008-03-29Split softc and device_t for zsc(4) and its children.tsutsui
2008-01-20Now that __HAVE_TIMECOUNTER and __HAVE_GENERIC_TODR are invariants,joerg
2008-01-04Don't pull in unrelated gunk.ad
2007-10-25defparam PAGER_MAP_SIZE.yamt
2007-10-17Merge the ppcoea-renovation branch to HEAD.garbled
2007-07-14Generic soft interrupts are mandatory.ad
2007-03-11Remove splzs() definition, which is in <sun68k/intr.h>.tsutsui
2007-03-04Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.christos
2007-02-09Merge newlock2 to head.ad
2006-10-05Make sun3 use common sun68k/sun68k/isr.c, sun68k/include/cpu.h andtsutsui
2006-10-01First attempt at bus_space(9) support for sun3 with common sun68k/bus.c:tsutsui
2006-09-17Make sun68k/stand build without installed ${DESTDIR} files.tsutsui
2006-09-05Update sun3 to use timecounters (interrupt clock only) and generic-todr.gdamore
2006-07-26don't install <machine/db_machdep.h>, this is kernel onlydrochner
2006-03-29implement splraiseipl() for sun2 and sun3. reviewed by Izumi Tsutsui.yamt
2006-02-16Change "inline" back to "__inline" in .h files -- C99 is still tooperry
2006-01-25free -> deallocchristos
2005-12-24Remove leading __ from __(const|inline|signed|volatile) -- it is obsolete.perry
2005-12-11merge ktrace-lwp.christos
2005-08-26s/locdesc_t/int/gdrochner
2005-07-11Add m68k sunos_machdep.hchristos
2005-07-03Make the bus_scan() prototype match the function declaration.he
2005-06-19Move common Sun3/Sun4 EEPROM definitions in to <dev/sun/eeprom.h>thorpej
2005-06-19Move common Sun ID PROM definitions into <dev/sun/idprom.h>.thorpej
2005-06-03Remove declarations for db_read_bytes() and db_write_bytes().tsutsui
2005-06-03Constify.tsutsui
2005-01-22bring back the sun3 MAXPHYS definition that has been missing for 8 years.chs
2005-01-22de-__P, remove register, ansify, b* -> mem*, u_int*_t -> uint*_t.chs
2005-01-17Convert the PMAP_PREFER() macro from two arguments (offset and hint)atatat
2004-09-22move some per-cpu data definitions to MI place so that they can be modifiedyamt
2004-05-08Factor out W{CHAR,INT}_{MAX,MIN} into their own header file.kleink
2004-01-04Rearrange process exit path to avoid need to free resources from differentjdolecek
2003-11-15Commit changes proposed on tech-kern Thu, 6 Nov 2003bouyer
2003-09-28u_int short -> u_short for gcc3cl
2003-09-22Remove #ifdef _KERNEL inside #ifdef _KERNEL.tsutsui
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2003-05-03DMA, not dma nor Dma.wiz
2003-04-02Use PAGE_SIZE rather than NBPG.thorpej
2003-01-18Merge the nathanw_sa branch.thorpej
2002-12-10Use __LDPGSZ (which must be == USRTEXT) as the text address for a.outthorpej
2002-11-26Remove KDIR=, since SYS_INCLUDE=symlinks and KDIR are not supported any more.lukem
2002-11-23Make this identical to the other m68k machine/bswap.h by includingkristerw
2002-10-20merge the 12 copies of vm_machdep.c on the m68k platforms.chs