summaryrefslogtreecommitdiff
path: root/sys/arch/hppa
AgeCommit message (Collapse)Author
2003-12-20Pass -Wformat, fix a few uninitialized variables as well.Miod Vallat
2003-12-20Don't let microtime() return a struct timeval with exactly 1000000 microseconds.Miod Vallat
2003-12-18spls do not protect cpu_itmr and thus time might jump back sometimes due to ↵Michael Shalayeff
cpu_itmr modified to a higher value than a read itmr; found and testing by miod@
2003-12-18Move -DDYNAMIC_CRC_TABLE into the main libz MakefileTodd C. Miller
2003-12-17Always use the nitty-gritty name for cr16.Miod Vallat
2003-12-17in the real mem print do not include reserved for prom into used by openbsdMichael Shalayeff
2003-12-17figure out the used prom size in probe() and pass that into attach that will ↵Michael Shalayeff
map rom proper instead of a fixed size that is not enough in a generic case
2003-12-16reenable sti1 as the issues has been resolvedMichael Shalayeff
2003-12-16clean the cpu types and syncMichael Shalayeff
2003-12-16only map the rom and do not touch the hpa space getting rid of memsize ↵Michael Shalayeff
define that was not really true; plus tested by otto@ and miod@
2003-12-12typoTheo de Raadt
2003-12-10for unaligned btlb mapping attempts -- just failMichael Shalayeff
2003-12-09on pci systems bootdevice is specified by the hpa onlyMichael Shalayeff
and thus just scan the bars for the matching hpa for each pci device
2003-12-09allow for user pci confMichael Shalayeff
2003-12-08Correct what seems to be a typo: __builtin_va_alist vs __builtin_va_listPeter Valchev
in va_dcl declaration. Fixes lots of varargs-using ports OK mickey
2003-12-01when allocating kpdes -- allocate no less than fourMichael Shalayeff
2003-12-01same leds on b132 and b160; from Hans-Joerg.Hoexer@yerbouti.franken.deMichael Shalayeff
2003-11-24experimental support for HVT as a 2nd level tlbMichael Shalayeff
2003-11-20Add -fno-builtin-print -fno-builtin-log to i386/sparc/sparc64/hppa.Marc Espie
No confirmed report of `this work' for other arches yet...
2003-11-16convert __attribute__((__packed__)) to __packed so that parsers unawareAnil Madhavapeddy
of gcc extensions have more of a chance. ok mcbride@, no objections from millert@, deraadt@
2003-11-07the the; from rohee@Michael Shalayeff
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
(mvme68k/mvme88k) vs.c and (vax) if_le.c ok miod@ isakmpd ones ok ho@
2003-11-03spelling fixes (in the comments)David Krause
2003-10-31allocate initial pdes for the kmem proportional to the totalphysmem to allow ↵Michael Shalayeff
large memory sizes and also more verbose diagnostic message in pmap_destroy()
2003-10-31PDC_SYSMAP_HPA has its own struct (though similar to memap one used before ↵Michael Shalayeff
;); from hellmuth.michaelis@t-online.de and also some spaces from me
2003-10-31ifdef USELEDS on ledctl(); from hellmuth.michaelis@t-online.deMichael Shalayeff
2003-10-31pdc_speeds is only needed for NCOM_GSC>0; from hellmuth.michaelis@t-online.deMichael Shalayeff
2003-10-31warn commons instead of generating a map file (was there for debugging)Michael Shalayeff
2003-10-30typos and grammer from Bruno Rohee <bruno@rohee.com>Michael Shalayeff
2003-10-27typos; fom bruno@rohee.comMichael Shalayeff
2003-10-27make sure that label block ends up in the right b_blkno for writedisklabel() ↵Michael Shalayeff
trashes bootblock
2003-10-23Maybe fixing typos will unbore me.Miod Vallat
2003-10-16need to give space reg saving rctr and ccrMichael Shalayeff
2003-10-15have to fetch the rctr while still in real mode for it is not valid afterMichael Shalayeff
2003-10-15less global name space pollutionMichael Shalayeff
2003-10-15do not define IPL_IMPMichael Shalayeff
2003-10-15avoid possible /0 when drawing the led load graphMichael Shalayeff
2003-10-15somehow a line of code got tired of gcc abuse and sneaked itself into an #if ↵Michael Shalayeff
0'ed piece right beore itself thus causing all kinds of hell
2003-10-15regenMichael Shalayeff
2003-10-15one more modelMichael Shalayeff
2003-10-05a few more devices to come later (commented out now)Michael Shalayeff
2003-10-05reload the itmr as soon as we get the intr to avoid lagging on slower machinesMichael Shalayeff
2003-10-04- document that boot will by default try to load /bsd, /obsd then /bsd.old.Jason McIntyre
- indent examples, and put descriptions before rather than after them. ok mickey@
2003-10-04(boot): device: filename -> device:filenameJason McIntyre
nice CAVEAT, BTW.
2003-10-03Merge tty_attach() in ttymalloc() and tty_detach() in ttyfree(). The need forMiod Vallat
separate tty registering is gone now that sparc has switched to wscons, and this makes the code less error-prone. Also, remove tests for ttymalloc() failure, since it uses M_WAITOK. ok millert@ deraadt@, tested by various people as well besides me...
2003-09-29ahc seems to work, some more phys and sync generic/ramdiskMichael Shalayeff
2003-09-29dino/cujo pci bridgeMichael Shalayeff
2003-09-29dino/cujo pci bridgeMichael Shalayeff
2003-09-28sti1 could be at phantomas tooMichael Shalayeff