summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Expand)Author
2007-11-27typos; ok jmc@Martynas Venckus
2007-11-27add rcs idJasper Lievisse Adriaanse
2007-11-27ARGH. Work has poisoned my mind. KNF the braces.Artur Grabowski
2007-11-27Unify amd64 and i386 code further; ok oga kettenisTheo de Raadt
2007-11-27Initial support for the SGI Graphics Back End (GBE) frame buffer found inJoel Sing
2007-11-27Add BUS_SPACE_MAP_LINEARJoel Sing
2007-11-26Like i386 - make the __mp_lock not spin at splhigh.Artur Grabowski
2007-11-26First step towards unifying pchb between i386 and amd64Theo de Raadt
2007-11-26Ooops. The perils of hacking in three different trees.Artur Grabowski
2007-11-26Move the implementation of __mp_lock (biglock) into machine dependentArtur Grabowski
2007-11-26correct newlines surrounding the sub-bus configuration, and unifyTheo de Raadt
2007-11-26fix new agp code on amd64Reyk Floeter
2007-11-26few more dribbles of LIBKERN cleanupTheo de Raadt
2007-11-26Fix some style(9) issues.Joel Sing
2007-11-26More LIBKERN bits that go awayTheo de Raadt
2007-11-26another LIBKERN that stayed behindTheo de Raadt
2007-11-26Remove libkern.Joel Sing
2007-11-26typos; ok jmc@Martynas Venckus
2007-11-26a bit more LIBKERN falloutTheo de Raadt
2007-11-26adjust to libkern changes (and pretty .PATH logic); parts from majaTheo de Raadt
2007-11-26few mails later, miod asks me to waitTheo de Raadt
2007-11-26the bcopy() found here was not handling overlapping. Merge it nicely withTheo de Raadt
2007-11-25Unbreak make obj. -mojMats O Jansson
2007-11-25typo; ok miod@Martynas Venckus
2007-11-25we want strlen.cMartin Reindl
2007-11-25libkern, begone. Move to a new mechanism where config(8)'s "file"Theo de Raadt
2007-11-25Make agp attach as a device. This means that many more agp bridgesOwain Ainsworth
2007-11-25spelling fixes, from Martynas Venckus;Jason McIntyre
2007-11-25new files for acpiapm switcherTed Unangst
2007-11-25fake out the apm device to switch between apm and acpi on i386. nowTed Unangst
2007-11-25Enable et/etphy now it can pass packets both ways.Jonathan Gray
2007-11-25It helps if you initialise timeouts before you try using them...Joel Sing
2007-11-25Get rid of the kernel 'libcompat' framework, and instead use conf/files toTheo de Raadt
2007-11-25Add entries for the Transmeta Efficeon CPU to the CPUID table.Tom Cosgrove
2007-11-25When available and ACPI is enabled use the ACPI reset methodJonathan Gray
2007-11-25Give the CarBus side of CardBus-PCI bridges a bus number, since OpenFirmwareMark Kettenis
2007-11-24make ALTENTRY() use _C_LABEL() for the 2nd argument, and adjust callersTheo de Raadt
2007-11-24Recognize the wait r5k instruction in ddb and use it in cpu_idle_cycle.Miod Vallat
2007-11-24Fix a stupid underscore bug in memory area computations in the cache functions,Miod Vallat
2007-11-24Some macppc models (e.g. the 1.5 GHz G4 MacMini) have a large clock driftMarc Balmer
2007-11-24Be sure to program the busswitch interrupt selection register on 197SPMiod Vallat
2007-11-24some spelling fixes from Martynas VenckusJason McIntyre
2007-11-24enable PCIAGP on amd64, tested for some time now by various peopleReyk Floeter
2007-11-24Do not mark any page as global on monoprocessor kernels if running on aMiod Vallat
2007-11-24Slightly faster cache flushing operations on MP systems.Miod Vallat
2007-11-22Split the cmmu code routines into single 88110 (MVME197LE) and 88110+88410Miod Vallat
2007-11-22Introduce an inline function to skip an instruction on 88110 and use itMiod Vallat
2007-11-22A decent workaround for errata #16. I have verified it gets triggered, theMiod Vallat
2007-11-22Do not reenable interrupts for netsted interrupts if interrupts wereMiod Vallat
2007-11-22Do not bother saving the fault address registers if the fault statusMiod Vallat