summaryrefslogtreecommitdiff
path: root/sys/arch/hp300/include
AgeCommit message (Expand)Author
2005-05-01Bring raise-only semantics to splsoft* on m68k and m88k, as done elsewhere.Miod Vallat
2005-04-19nothing uses spllowersoftclock() anymoreMichael Shalayeff
2005-02-27Invoke hp300_cninit() twice, with a global variable letting theMiod Vallat
2005-02-13Remove __P usage in sys that has crept back in.Jonathan Gray
2005-02-12consinit_active is not used anymore.Miod Vallat
2005-01-15Kill whitespace at EOL.Miod Vallat
2005-01-14Switch OpenBSD/hp300 to wscons, still using on-board ROM fonts for now.Miod Vallat
2005-01-08Only use one set of DIO size and address defines, from <dev/dioreg.h>Miod Vallat
2004-12-30Kill the EIOMAPSIZE and instead, dynamically size the external I/O map,Miod Vallat
2004-11-26Kill __HAVE_EVCOUNT, now that all architectures provide them.Miod Vallat
2004-09-30Protect struct isr with #ifdef _KERNEL since struct evcount isTodd C. Miller
2004-09-29Switch hp300 to evcount.Miod Vallat
2004-06-13debranch SMP, have funNiklas Hallqvist
2004-05-21std header ifdef naming conventions; ok mickey@Todd T. Fries
2004-05-20Properly flush instruction cache for ptrace(PT_WRTIE_{DI}, ...) on powerpcMark Kettenis
2003-12-22IPL_HIGH should be 7, not 6. This is purely cosmetic as that value isTodd C. Miller
2003-10-09More m68k common include files factorization.Miod Vallat
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2003-04-03HP 9000/xxx not HP9000/xxx; from Paul WeissmannTodd C. Miller
2003-02-11be consistant on Hz vs hzMichael Shalayeff
2003-01-27Convert m68k pmap from physseg to VM_PAGE_MD.Miod Vallat
2003-01-05splassert on m68k-based arches. Not totally accurate on hp300 at the moment,Miod Vallat
2002-10-10protect against multiple inclusion; pointed out by naddy, miod okPeter Valchev
2002-06-07Remove obsolete CLKF_BASEPRI(). ok niklas@, miod@ and art@Thomas Nordin
2002-04-29Define placeholders for art's splassert() debugging stuff on all arches.Miod Vallat
2002-04-24Introduce a new file, machine/internal_types.h, to hold that specific archMarc Espie
2002-03-14Final __P removal plus some cosmetic fixupsTodd C. Miller
2002-03-14First round of __P removal in sysTodd C. Miller
2002-02-17Patch from Daniel Lucq <daniel@lucq.org>Mats O Jansson
2002-01-10Switch m68k arches that do not exist in 68060 models back to pmap_motorola.Miod Vallat
2001-12-20Temporarily revert the pmap_motorola changes, as they may account forMiod Vallat
2001-12-17Decrease splvm() level to the splimp() level.Miod Vallat
2001-12-06No need to keep dummy fields in cpu_disklabel structures.Miod Vallat
2001-12-05VM_KMEM_SIZE no longer needed.Artur Grabowski
2001-12-05make nkmempages dynamic based on memory. okay art@ from netbsd:Niels Provos
2001-11-30Switch to pmap_motorola.Miod Vallat
2001-11-30Now that pmaps can have vm_page_md, make pmap_physseg optional.Artur Grabowski
2001-11-28zap some typedefs.Artur Grabowski
2001-11-27Various pmap_k* optimizations, as well as uvm interface updates,Miod Vallat
2001-11-23Remove splsched() declaration and related stuff.Miod Vallat
2001-11-04Change the magic formulae in charge of setting the correct definesMiod Vallat
2001-09-22Remove more old, dusty, unused defines.Miod Vallat
2001-09-06missing machine/ieee.h from NetBSDTodd C. Miller
2001-09-01Add __HAVE_DEVICE_REGISTER to hp300/alpha (sparc64 already had it) andJason Wright
2001-08-26Nuke annoying defopt, by popular demand. Plus you get two typos fixedMiod Vallat
2001-08-25One regdump to dump them all...Marc Espie
2001-08-20Bring get[sd]fc() prototypes to <m68k/cpu.h>, this will be needed shortly.Miod Vallat
2001-08-18Move pmap_{de,}activate to vm/pmap.h, it's same on all archs.Artur Grabowski
2001-08-13SYSPTSIZE is orhpaned, so g/c the poor define.Miod Vallat
2001-08-12KUSER_AREA, BTOPUSRSTACK, P1PAGES are never used, so get rid of them.Miod Vallat