summaryrefslogtreecommitdiff
path: root/sys/arch/hppa
AgeCommit message (Expand)Author
2002-02-04missing L/UL; from netbsdMichael Shalayeff
2002-02-04switch onto temp stack for exit2(); implementation from netbsdMichael Shalayeff
2002-02-04make hptdump take a space arg and print only entried for that space, all on -1Michael Shalayeff
2002-02-03restore hpt size computation, does not break things as i thoughtMichael Shalayeff
2002-02-03map user space uncached, later to be dealt with.Michael Shalayeff
2002-02-03only check for serial console if any compiledMichael Shalayeff
2002-02-03defer non-0 units to keep iface order rightMichael Shalayeff
2002-02-03better space mapMichael Shalayeff
2002-02-03flush cache on attentionMichael Shalayeff
2002-02-03fix missing srNsMichael Shalayeff
2002-02-02update for newer binutilsMichael Shalayeff
2002-02-02missing NULLMichael Shalayeff
2002-02-02small stupid tyops (mostly from netbsd); some cleanups from meMichael Shalayeff
2002-02-02fix 'physmem' usageMichael Shalayeff
2002-02-02implement the rest of /dev/mem devices; from netbsdMichael Shalayeff
2002-02-02tiny fixens from netbsdMichael Shalayeff
2002-02-01use kenter/kremove in pagemove(), from netbsdMichael Shalayeff
2002-02-01long arg int format fix, from netbsdMichael Shalayeff
2002-02-01fix debugging printfMichael Shalayeff
2002-02-01redefine COM_FREQ to 7.272727MHzMichael Shalayeff
2002-01-28malloc/free is not really used for pvs allocsMichael Shalayeff
2002-01-25offset to com regs is just a common iomod offset, accomodate for com consoleMichael Shalayeff
2002-01-25offset cons hpa to com regs, damnitMichael Shalayeff
2002-01-25see if we are a consoleMichael Shalayeff
2002-01-25init conaddr/unit if page0->mem_cons is on serialMichael 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-23move mb_map allocation to mbinit()Artur Grabowski
2002-01-23move definition of mb_map from zillions of machdep.c to uipc_mbuf.cArtur Grabowski
2002-01-16Don't include <sys/map.h> when you don't need what's in it.Miod Vallat
2002-01-10larger SSIZE and smaller NKMEMPAGES_MIN_DEFAULTMichael Shalayeff
2002-01-10cache_align is not usedMichael Shalayeff
2002-01-04Bring in a closer shape to other arches Makefile, also reorder the dependMiod Vallat
2002-01-04Use LEAF_ENTRY not ENTRY.Miod Vallat
2001-12-22fix kenter/kremove, some spl policeMichael Shalayeff
2001-12-08Sprinkle pmap_update calls where relevant and some otherArtur Grabowski
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-02this probably all that can be on geckoMichael Shalayeff
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-12-02increase fixed extent storageMichael 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-29better geckoMichael Shalayeff
2001-11-29ld -r generates some funky .text.N namesMichael Shalayeff
2001-11-28more typedef zapping vm_page_t -> struct vm_page *Artur Grabowski
2001-11-28zap some typedefs.Artur Grabowski