summaryrefslogtreecommitdiff
path: root/sys/arch/hppa/include
AgeCommit message (Collapse)Author
2001-03-22pmap_physseg is kernel-only businessMichael Shalayeff
2001-03-02add #define __STRICT_ALIGNMENTJason Wright
2001-02-16db_elf definitionsMichael Shalayeff
2001-02-16import some alphaizm for the db_elf's sakeMichael Shalayeff
2001-01-29implement a few macros in cpu.h; pointer out by miod@Michael Shalayeff
2001-01-22Define ARCH_ELFSIZE that is the default elf size on this arch.Artur Grabowski
2001-01-12fix PTE_BITSMichael Shalayeff
2001-01-12move pmap_physseg back to vmparam.h where it belongs.Michael Shalayeff
define PMAP_PREFER in pmap.h, as afar as i understand it works. no more pmap_changebit() grow USRIOSIZE in vmparam.h
2000-12-06use __x__ formats for __attribute__ arguments; guenther@gac.eduTheo de Raadt
2000-08-15compress MD_CACHE_CTL in one lineMichael Shalayeff
2000-07-31Add defines for ULLONG_MAX, LLONG_MAX, and LLONG_MIN in terms ofTodd C. Miller
UQUAD_MAX, QUAD_MAX, and QUAD_MIN respectively.
2000-07-06Add spllowersoftclock(), same as splsoftclock(). (art@ ok)Hakan Olsson
2000-07-05fix commentMichael Shalayeff
2000-07-02yes, it will; forgot, oops, ouchMichael Shalayeff
2000-07-02constraints misscount; that's how it goes typing on the trainMichael Shalayeff
2000-07-02new kvtop through lpa; also put some spu/sfu bits in cpu.hMichael Shalayeff
2000-06-15add MD_CACHE* definesMichael Shalayeff
export more about cpu type. prorotype for `disable sid hashing', returning cpu version as a side effect define virtual pages coherency parameters.
2000-06-15add BUS_DMA_COHERENT, fix BUS_DMAMEM_NOSYNCMichael Shalayeff
2000-06-15more dr0 definitions for pcxs/pcxtMichael Shalayeff
2000-06-07some moreMichael Shalayeff
2000-05-15fdcache/pdcache/ficache as out of line functions from litesMichael Shalayeff
2000-05-15diagnostic register 0 definitionsMichael Shalayeff
2000-05-15PDC_CACHE_GETSPIDB's return structMichael Shalayeff
2000-05-15extend page zero layout according to 2.x specificationMichael Shalayeff
2000-04-24fix some typesMichael Shalayeff
2000-04-24s/int/u_int/ pass iint page0 and generic io module, fixes a few obscure problemsMichael Shalayeff
2000-04-18some PDC callsMichael Shalayeff
2000-04-06add vm/vm.h for prototypes; from mickey@Todd T. Fries
2000-03-29timeout-driven heartbeat.Michael Shalayeff
right thing would be to pass beat count as an argument to timeout routine (casted to (void *)) avoiding static counter, but doing timeout_set() every timeout_add() sounds kinda uncool. well, pondering in the struct timeout guts would be even more ugly.
2000-03-23new cpu type switch code.Michael Shalayeff
initializes tlb miss handlers correspondent to probed cpu features. also btlb load routine. versions written are for pcxl and others. cpu-dep btlb loaders are missing, only generic for now.
2000-02-22blah, blah, blah, msgbufMichael Shalayeff
2000-02-22Use an _BSD_FOO_T_ type declaration for off_t in machine/ansi.h to allowTodd C. Miller
off_t to be visible in stdio.h even in strict ansi mode. This is needed for ftello()/fseeko() and it allows us to remove the horrible fpos_t hack.
2000-02-10clkf_intr() implementation, better clkf_usermode()Michael Shalayeff
2000-02-09yes, better netled namesMichael Shalayeff
2000-02-09heartbeat -- yeah we have a patch for thatMichael Shalayeff
2000-02-02MD swap macrosMichael Shalayeff
2000-01-29repair busdma calls w/o cookiesMichael Shalayeff
2000-01-25cpu_wait() and cpu_swapin() do existMichael Shalayeff
2000-01-25name a few crs according to their usage; 33 fpregsMichael Shalayeff
2000-01-17add syscall frame flagMichael Shalayeff
2000-01-12kill pcb_upaddrs, one more fpreg (for fpemu)Michael Shalayeff
2000-01-12note about broken gas and align, some tabs vs spaces tooMichael Shalayeff
2000-01-11fix exponenta rangesMichael Shalayeff
1999-12-23some more of hp som definitions from different {,kinds} sourcesMichael Shalayeff
1999-12-18add pdcache(), purge data cacheMichael Shalayeff
1999-12-17define constants for PAGE_{SIZE,MASK,SHIFT}Michael Shalayeff
1999-12-12do homebrew pmap_changebit pmap_new wayMichael Shalayeff
1999-12-09first arg to pmap_changebit is paddr_tMichael Shalayeff
1999-11-26fix types for raw routines, also fix macros in bus.h for raw multi; 10x niklas@Michael Shalayeff
1999-11-25KERNEL_PSW no moreMichael Shalayeff