summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Expand)Author
2007-12-31enable upgt & lii. both have issues, and will need to be fixed inTheo de Raadt
2007-12-31Enable gbe(4) and mkbc(4) now that we have early console support.Joel Sing
2007-12-31Significantly improve the gbe(4) driver, including:Joel Sing
2007-12-31Move wscons_machdep.c to it's rightful location. This brings OpenBSD/sgiJoel Sing
2007-12-31replace ctob/btoc by ptoa/atop as done for other architecturesMartin Reindl
2007-12-30Correctly handle non-null state frames on 68020 and 68030 in fpfault.Miod Vallat
2007-12-29Override SoftFloat's countLeadingZeros32() with a faster, ff1-based, versionMiod Vallat
2007-12-29Had I known we had a kernel version of John Hauser's SoftFloat code, I wouldMiod Vallat
2007-12-29Unifdef NO_IEEE in the libkern softfloat code, and put an appropriate ruleMiod Vallat
2007-12-29Do not define _FP_DYNAMIC; no other platform defines this and nothing (eitherMiod Vallat
2007-12-29fix comments after the members of scsi_adapter were changed.David Gwynne
2007-12-29Skip LBC on buswalk. Gets rid of unconfigured "Bus Converter Port" devicesMark Kettenis
2007-12-28If initializing a frame buffer as glass console fails, instead of an invisibleMiod Vallat
2007-12-28Explicitely mention we are the console device, when applicable.Miod Vallat
2007-12-28There is no need, and no point, to initialize panicstr here.Miod Vallat
2007-12-28Add a few more K-class models to the list of machines that have more devicesMark Kettenis
2007-12-28Do not expose struct pmap unless _KERNELMiod Vallat
2007-12-28Repair fallout from libkern changes.Miod Vallat
2007-12-27Remove leftover code in m197_machdep.c, back when I wanted to address theMiod Vallat
2007-12-27Fix the spurious or unclaimed interrupt messages, I swapped them by mistake.Miod Vallat
2007-12-27Make the mvme188 interrupt handling closer to the aviion interrupt handling:Miod Vallat
2007-12-27missing newline in autoconf pxe report; spotted by henningTheo de Raadt
2007-12-27use TAILQ_FOREACH when possible instead of manuallyThordur I. Bjornsson
2007-12-27power(4) can now make use of the DS1687 register definitions header file.Joel Sing
2007-12-27Clean up the clock MD code. Move all of the DS1687 register definitions toJoel Sing
2007-12-26Since no cache flush/inval operation will occur before we enable D$, andMiod Vallat
2007-12-26Remove the last debug bit from the PSR on 88110: do not force memory accessesMiod Vallat
2007-12-26Teach the hppa bootloader how to boot 64-bit kernels.Mark Kettenis
2007-12-26Honour the rounding mode in fpu_ftoi().Miod Vallat
2007-12-26First try at getting the interval bits filled in fcmp{,u} results.Miod Vallat
2007-12-26Fix FPU_SET_CARRY()Miod Vallat
2007-12-26Use the TSTATE_xxx constants instead of (PSTATE_xxx << TSTATE_PSTATE_SHIFT)Miod Vallat
2007-12-25Limit physmem to 32MB on 01-W3869B02[EF] boards which shipped with 64MB ofMiod Vallat
2007-12-25Tell 197SP and 197DP apart in MULTIPROCESSOR kernels.Miod Vallat
2007-12-25Increase timeout on the processor bus when running without snooping enabled.Miod Vallat
2007-12-25A few fixes in the exception bits reporting, spotted by John Hauser's TestFloat.Miod Vallat
2007-12-25Zero / Num should return a zero with the same sign as the divider.Miod Vallat
2007-12-25Accept valid forms of double-precision fmul/fadd/fsub/fdiv and reject invalidMiod Vallat
2007-12-25Missing pointer initialization for int/nint/trnc exceptions.Miod Vallat
2007-12-25Never write boolean expressions which do not fit in one line, after midnight.Miod Vallat
2007-12-25Do not make struct pmap visible unless _KERNEL.Miod Vallat
2007-12-25Restart the m88110 floating-point trap code from scratch, basing it on theMiod Vallat
2007-12-23In pmap_dumpmmu(), account for the fact that we use 4MB mappings for text andMark Kettenis
2007-12-23Look for environment controller first, and access ITE SuperIO address/dataOleg Safiullin
2007-12-23Remove DMMU_MISS_2; it's identical to DMMU_MISS.Mark Kettenis
2007-12-22remove an obsolete comment art spottedTed Unangst
2007-12-22Make sure we have a real stack when invoking getipl() during exceptions.Miod Vallat
2007-12-22Move initial PSR initialization to a separate routine, instead of duplicatingMiod Vallat
2007-12-22Enable branch prediction on MC88110 revision 5 and later, since we canMiod Vallat
2007-12-22Replace _bus_dmamap_load() with an implementation based onMark Kettenis