summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Expand)Author
2013-12-22Only attach cpu0 on single-processor kernels, to match the expected behaviour.Miod Vallat
2013-12-22Compute ncpusfound correctly. The logic was there but the count variable wasMiod Vallat
2013-12-22MP-safe rw_cas() implementation for rwlocks.Miod Vallat
2013-12-22Set the primary CPU's PAL revision to the OSF/1 PAL revision after switchingMiod Vallat
2013-12-22format string fix: %lx for register_tStefan Fritsch
2013-12-20Add vioscsi(4) driver.Matthew Dempsky
2013-12-19oh sorry, I forgot two #ifdefTheo de Raadt
2013-12-19Mtrr stops being a pseudo-device. We need to probe the cpu type andTheo de Raadt
2013-12-19Use shifts instead of integer multiplication by the page size in theMiod Vallat
2013-12-19sun4e needs the same 1.6 usec ZS_DELAY() as sun4 does.Miod Vallat
2013-12-19recognize octeon 2 cpus; as found in the lanner mr326Jasper Lievisse Adriaanse
2013-12-18Provide MI symbol _STACKALIGNBYTESTheo de Raadt
2013-12-12Remove the scatter/gather dma implementation as it is no longer used.Mark Kettenis
2013-12-11Better bus error diagnostics (this really only affects IP28). Also, do whatMiod Vallat
2013-12-11do not include empty (and already removed) files; ok syl@Christian Weisgerber
2013-12-11remove empty files; ok syl@Christian Weisgerber
2013-12-09Remove MD intagp(4) code that is unused now that inteldrm(4) manages the GTTMark Kettenis
2013-12-08reflect reality, mark as NOOBJMarc Espie
2013-12-08Don't forget to create a boot-IP28 link in /usr/mdec, for the sake of theMiod Vallat
2013-12-08Enable rum(4) for armv7. Committing through it on pandaboard.Martynas Venckus
2013-12-07Remove the agp-specific bus_dma code. It is no longer used now thatMark Kettenis
2013-12-07Errata 122 is currently disabled so stick amd64_errata_set4 under #if 0 tooBrad Smith
2013-12-06Make clflush() flush the cache line specified by the address we pass itMark Kettenis
2013-12-06Add a DVACT_WAKEUP op to the *_activate() API. This is called after theTheo de Raadt
2013-12-05Correct spin timeout detection in __mp_lock debug code.Masao Uebayashi
2013-12-04Looks like the eMMC does no like block read request lower than blockSylvestre Gallon
2013-12-01no longer neededMiod Vallat
2013-12-01switch mvme68k to the MI zs(4) driver.Miod Vallat
2013-11-30Spurious linefeedMiod Vallat
2013-11-30unbreakMiod Vallat
2013-11-28fix typoTheo de Raadt
2013-11-28Appease LLVM's integrated assembler.Brad Smith
2013-11-27Instead of comparing the lower and higher addresses of all the multicastMartin Pieuchot
2013-11-261 << 31 cleanup. Eitan Adler pointed out that there has been aTheo de Raadt
2013-11-26make this compile after dlg's recent changeMartin Reindl
2013-11-24Increase NMBCLUSTERS a bit. Riding upon the kernel memory saved by the pmapMiod Vallat
2013-11-24Increase MAXDSIZ to 128MB, and BRKSIZ to 16MB, now that we can afford this.Miod Vallat
2013-11-24Rework pmap to use dynamic P0 and P1 region allocation, instead of allocatingMiod Vallat
2013-11-24I2C driver for am335x, ported from netbsd, not enabled yet.Raphael Graf
2013-11-23Run doshutdownhooks() and config_suspend() even when boot() is called whileMasao Uebayashi
2013-11-21remove the #define b_cylinder b_resid from bufs. i hated theDavid Gwynne
2013-11-20Update comments mentioning `resource maps' to mention `extents' instead.Miod Vallat
2013-11-20oops, typoTheo de Raadt
2013-11-20Add gpio(4) support for omap3/4 and am335x.Raphael Graf
2013-11-20give this a real chance to compileMiod Vallat
2013-11-20replace bare use of disksort with bufqs. this is the last disksort userDavid Gwynne
2013-11-20replace bare use of disksort with bufqs.David Gwynne
2013-11-20replace bare use of disksort with bufqs.David Gwynne
2013-11-19Remove some FDDI/ATM leftovers.Martin Pieuchot
2013-11-19format string fixes picked up with -Wformat=2Philip Guenther