summaryrefslogtreecommitdiff
path: root/sys/arch/hppa/include
AgeCommit message (Expand)Author
2004-01-05typos from Jared Yanovich;Jason McIntyre
2004-01-03put an mi wrapper around stdarg.h/varargs.h. gcc3 moved stdarg/varargs macrosMarc Espie
2004-01-02apparently my understanding of '{FLT,DBL,LDBL}_{MIN,MAX}_EXP' ahsMichael Shalayeff
2003-12-24kill unused defineMichael Shalayeff
2003-12-08Correct what seems to be a typo: __builtin_va_alist vs __builtin_va_listPeter Valchev
2003-11-07fix the ref to hpux elf extensions; from Jared Yanovich <jjy2+@pitt.edu>Michael Shalayeff
2003-11-07adress -> address, and a few more; all from Jonathon Gray;Jason McIntyre
2003-11-03spelling fixes (in the comments)David Krause
2003-10-31PDC_SYSMAP_HPA has its own struct (though similar to memap one used before ;)...Michael Shalayeff
2003-10-15less global name space pollutionMichael Shalayeff
2003-10-15do not define IPL_IMPMichael Shalayeff
2003-10-05reload the itmr as soon as we get the intr to avoid lagging on slower machinesMichael Shalayeff
2003-09-29dino/cujo pci bridgeMichael Shalayeff
2003-09-25provide a function to enable accel io on pcxl2 and use it on the fbMichael Shalayeff
2003-09-25a copule more regs present on pcxl2Michael Shalayeff
2003-08-20support systems where power service is available from pdc and implement a col...Michael Shalayeff
2003-08-20mfcpu_t appears to be more useful as mfcpu it seemsMichael Shalayeff
2003-08-07make all intr_establish take the same last arg for nameMichael Shalayeff
2003-08-04make 'em all unsignedMichael Shalayeff
2003-07-30deduce the leds address from the model number and thus make some more use of ...Michael Shalayeff
2003-07-15hptmask goes away as a register and frees one tmp crMichael Shalayeff
2003-07-15model and revision were swappedplaces in the structMichael Shalayeff
2003-06-17typosJean-Francois Brousseau
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2003-05-18save the fpu state for the signal handler. this is essentialMichael Shalayeff
2003-04-30do not be hungry for buffers and allocate lower than a max (for iodc io)Michael Shalayeff
2003-04-16better limits and clean out old consts and commentsMichael Shalayeff
2003-04-16half the uspace seems to be very much enoughMichael Shalayeff
2003-04-07add mfcpu() and kill get_psw/set_psw that should not be used from the .c codeMichael Shalayeff
2003-04-04lower the max kernel vm address since there might be proms right below the ioMichael Shalayeff
2003-03-30better MAXSSIZMichael Shalayeff
2003-03-29fetch the device address list for where supported; say 16 addresses is ought ...Michael Shalayeff
2003-03-29add some author refs from the older versions of these from much older projectsMichael Shalayeff
2003-03-29nothing uses UADDRMichael Shalayeff
2003-03-29bus_space_vaddr and related definitions (needs actual implementations)Michael Shalayeff
2003-02-15The current hppa code would always ask for the root device, when runningMiod Vallat
2003-02-11hppa-specific hil definitions.Miod Vallat
2003-01-30there is no need for a MCOUNT, gcc prepares everything and calls _mcount() al...Michael Shalayeff
2003-01-29save fpregs in coredumpMichael Shalayeff
2003-01-22kill the eiem defines we do not useMichael Shalayeff
2003-01-22consistantly use uvm_prot_* vs vm_prot_* evewrhereMichael Shalayeff
2003-01-14that's where the label really is nowMichael Shalayeff
2002-12-20no need for these to sit in their own dirs, there not gonna be any sources th...Michael Shalayeff
2002-12-18newer machines use phantom bus to attach lasi and other bus adapters.Michael Shalayeff
2002-12-17real interrupts/spl framework.Michael Shalayeff
2002-12-15max size for the iodc entry point is 64k, by the iodc spec;Michael Shalayeff
2002-12-15pdc device class for fibrechannel; from the iodc specMichael Shalayeff
2002-11-27no wrapper arounf hardclock(), use CPU_CLOCKUPDATE, real microtime; miod okMichael Shalayeff
2002-11-08only reset the pending fpu exceptions on fork, not the rest of the fpu status...Michael Shalayeff
2002-11-07pmap_[de]activate() are not nops; w/ art@'s helpMichael Shalayeff