summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Expand)Author
2008-01-05handle 64-bit blkno in format stringOtto Moerbeek
2008-01-05For each channel, tell if it is single-ended or differential if we can knowMiod Vallat
2008-01-04Compute physmem as the real physical memory size, not the physical memoryMiod Vallat
2008-01-04Do not leave a page unused after the kernel message buffer on m68k platforms.Miod Vallat
2008-01-04- remove two entries that'll never be usedJasper Lievisse Adriaanse
2008-01-04Prevent sign-extension when setting ASI in %tstate.Mark Kettenis
2008-01-04Clean up Intel host bridge PCI IDs.Mark Kettenis
2008-01-03Fix debug code.Mark Kettenis
2008-01-03Add an explicit clobber to prevent gcc from reordering instructions aroundMiod Vallat
2008-01-03Enable wide transfers in the IOPB on wide busses, and get the IOPB passthroughMiod Vallat
2008-01-03Remove redundant extenr declaration.Mark Kettenis
2008-01-03Don't depend on evil (struct psycho_pbm *) cast.Mark Kettenis
2008-01-03Remove some junk.Mark Kettenis
2008-01-03Move zaurus to __HAVE_TIMECOUNTER.Mark Kettenis
2008-01-03Make slowtrap check the real stack pointer instead of whatever is in %g6.Mark Kettenis
2008-01-02Do not invalidate the 88410 cache without flushing it first; this isMiod Vallat
2008-01-02Give LOCKDEBUG kernels a chance to compile; ok kettenis@Miod Vallat
2008-01-01Implement an MP-safe rw_cas() based upon the casx instruction; ok kettenis@Miod Vallat
2008-01-01Match on Cougar boards, and try to drive them like Jaguars on steroids. OnMiod Vallat
2008-01-01A potpourri of bugfixes:Miod Vallat
2007-12-31crank maxusers a little bitTheo de Raadt
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