summaryrefslogtreecommitdiff
path: root/sys/arch/hppa/include
AgeCommit message (Expand)Author
2002-09-17handle fpu exceptions properly, might use a regress, i guessMichael Shalayeff
2002-09-12Change the PMAP_{MAP,UNMAP}_POOLPAGE api to take a vm_page as argumentArtur Grabowski
2002-09-05fpu save state is a separate magic function nowMichael Shalayeff
2002-09-05move the kernel virtual away from the physical addressesMichael Shalayeff
2002-09-05sort out the nlist and do definesMichael Shalayeff
2002-08-29soft line breaks do not work always, just nl and tab instead, prettier tooMichael Shalayeff
2002-08-28vm_offset_t/vm_size_t are on their way to tartars nowMichael Shalayeff
2002-08-28do not forget to export the weak alias, proper line continuationMichael Shalayeff
2002-08-03in fact, no need for switch_exit() completely, cpu_exit() handles the reins t...Michael Shalayeff
2002-08-03u could get a little higherMichael Shalayeff
2002-08-03we do not use _c_label() evenMichael Shalayeff
2002-08-03- don't use unexistant as(1) .weakext pseudo; found by todd@Federico G. Schwindt
2002-07-30Add SIZE_MAX define. This is the same as SIZE_T_MAX but more portable.Todd C. Miller
2002-06-07Remove obsolete CLKF_BASEPRI(). ok niklas@, miod@ and art@Thomas Nordin
2002-05-22I was on drugs when I commited this initially, and still do not understandMiod Vallat
2002-05-20minimum pdc stack is 9k, define it to be 16k hereMichael Shalayeff
2002-05-20define BSS() macro to allocate vars in the .bss like other archs doMichael Shalayeff
2002-05-09sid max should be such that after conversion into prot-id it will not overflowMichael Shalayeff
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