summaryrefslogtreecommitdiff
path: root/sys/arch/sun3/include
AgeCommit message (Expand)Author
2013-01-07switch to __USE_TOPDOWN_VM.chs
2012-10-28no need to define __BROKEN_CONFIG_UNIT_USAGE, the code that this enabledchs
2012-10-13struct device * -> device_t, struct cfdata * -> cfdata_ttsutsui
2012-08-12Also reduce UBC_NWINS from default 1024 to 512tsutsui
2012-08-11Poor sun3 (but not sun3x) has only 31MB KVM address space,tsutsui
2012-02-10proper sizing of kmem_arena on different portspara
2012-02-02Don't enable DB_MACHINE_COMMANDS on crash(8) (i.e. !defined(_KERNEL) case).tsutsui
2011-08-30Add getlabelusesmbr(), as proposed inbouyer
2011-07-17Retire varargs.h support. Move machine/stdarg.h logic into MIjoerg
2011-06-12Welcome to 5.99.53! Merge rmind-uvmplock branch:rmind
2011-06-03- remove simple_lock(9) and use atomic_ops(3) to account pmap reference count,tsutsui
2011-02-08Remove clause 3 (UCB advertising clause) from the University of Utahrmind
2010-11-06Remove incomplete, never worked dynamic run-time memory registrationuebayasi
2010-10-15Make common kernel module binaries work on both sun3 and sun3x.tsutsui
2010-04-30Raise the blade, make the change, don't quite rearrange to wherepooka
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