summaryrefslogtreecommitdiff
path: root/sys/arch/hppa/include
AgeCommit message (Expand)Author
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-04-22forgot this, no steal anymoreMichael Shalayeff
2002-04-20CLK_TCK is not needed in the modern world; from espie@Michael Shalayeff
2002-04-01modern tlb bitsMichael Shalayeff
2002-03-19no need for reg.h in the frame.hMichael Shalayeff
2002-03-19htlb defs from the bookMichael Shalayeff
2002-03-16separate out interrupt handling stuffMichael Shalayeff
2002-03-16move cdev_decl out and kill some ugly print and some spacesMichael Shalayeff
2002-03-15rewrite a pmap to use multilevel page tables.Michael Shalayeff
2002-03-15regs get/set for pmdbMichael Shalayeff
2002-03-15Cosmetic changes only, primarily making comments line up nicely after theTodd C. Miller
2002-03-14Final __P removal plus some cosmetic fixupsTodd C. Miller
2002-03-14First round of __P removal in sysTodd C. Miller
2002-03-11Add <machine/ieeefp.h>, will be needed by libc shortly.Miod Vallat
2002-03-11Add a <machine/varargs.h> skeleton for userland.Miod Vallat
2002-03-07Clean up BUS_DMA_* flags, and make sure all arch's define:Jason Wright
2002-03-05Provide a few more constants to get on par with other arches and getMiod Vallat
2002-02-21pmap.pmap_pd is redundant -- no moreMichael Shalayeff
2002-02-17Patch from Daniel Lucq <daniel@lucq.org>Mats O Jansson
2002-02-16there are bugs, and then there are pastosMichael Shalayeff
2002-02-16dma_cachectl() no moreMichael Shalayeff
2002-02-16remove bogus DCIAS (used to be used for scsi driverMichael Shalayeff
2002-02-16implement a few dma methods; from fredette@. some fixes from meMichael Shalayeff
2002-02-12support 712's programmable power switch, no interrupt yetMichael Shalayeff
2002-02-11kvtop no moreMichael Shalayeff
2002-02-11disable fpu on csw, print fpu version on cpu line, if presentMichael Shalayeff
2002-02-08com freq is 7372800, which "normal" * 4 and is discovered byMichael Shalayeff
2002-02-08A mosquito escaped, sorry.Miod Vallat
2002-02-08Teach some magic to the kernel so that it can decode serial console settings.Miod Vallat
2002-02-08do not rely on u_int being availabelMichael Shalayeff
2002-02-06implement signal delivery; based on fredette@'s workMichael Shalayeff
2002-02-05redo the spl*() namesMichael Shalayeff
2002-02-04missing L/UL; from netbsdMichael Shalayeff
2002-02-01redefine COM_FREQ to 7.272727MHzMichael Shalayeff
2002-01-25do not conflict PF_ /w pf -- rename to PZF_ and define _BITSMichael Shalayeff
2002-01-25define CONADDR and CONUNITMichael Shalayeff
2002-01-10larger SSIZE and smaller NKMEMPAGES_MIN_DEFAULTMichael Shalayeff
2002-01-10cache_align is not usedMichael Shalayeff
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-12-04Yet another sync to NetBSD uvm.Artur Grabowski
2001-12-02few lines are too close to see, gimme another file!Michael Shalayeff
2001-12-02s/FLAX_MASK/HPPA_FLEX_MASK/ where not yetMichael Shalayeff
2001-12-02allow to configure devices on particular bus offsetsMichael Shalayeff
2001-11-30Remove some definitions which do not make sense for non-m68k platforms.Miod Vallat
2001-11-30Now that pmaps can have vm_page_md, make pmap_physseg optional.Artur Grabowski
2001-11-08COPY_SIGCODE serve no purpose nowadays.Miod Vallat
2001-11-06Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary.Miod Vallat
2001-11-06Let fork1, uvm_fork, and cpu_fork take a function/argument pair as argument,Artur Grabowski