summaryrefslogtreecommitdiff
path: root/sys/arch/i386
AgeCommit message (Expand)Author
2007-12-01Let apmless non-mp kernels compile, from chris@Miod Vallat
2007-12-01Don't double attach serverworks subsidiary pci busses, introduced byTheo de Raadt
2007-11-29repair case of agp & subsidiary busses; ok kettenisTheo de Raadt
2007-11-29outdated commentTheo de Raadt
2007-11-28Initial import of the DRM (direct rendering manager).Owain Ainsworth
2007-11-28Don't free the old idt vector if we reuse it.Mark Kettenis
2007-11-28basic support for building an i386 kernel with the native toolchainTed Unangst
2007-11-28doh!Ted Unangst
2007-11-28quite a bit of simplification by removing cpu classes.Ted Unangst
2007-11-27typos; ok jmc@Martynas Venckus
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-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-26More LIBKERN bits that go awayTheo de Raadt
2007-11-25typo; ok miod@Martynas Venckus
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-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-22disable i386 ipmi as well, because marco has an acpi interaction bug to fix s...Theo de Raadt
2007-11-17AMD Geode CS5536 GPIO can invert input and output pins.Marc Balmer
2007-11-17Allow for more than one flag per GPIO pin.Marc Balmer
2007-11-17Support GPIO_PIN_PULLDOWN (pulldown-enable) as GPIO pin flag.Marc Balmer
2007-11-16Make the GPIO functionality of the AMD Geode LX CS5536 available.Marc Balmer
2007-11-16fix the bus_space #define nightmare, so that amd64 and i386 are much moreTheo de Raadt
2007-11-16Remove microtime calls and RNG benchmarking from the pchb attachmentMike Belopuhov
2007-11-16something has to go, unfortunatelyTheo de Raadt
2007-11-16do not make up a device name for interrupts.. give it the dv_xnameTheo de Raadt
2007-11-15enable most acpi functionality by default. now instead of 'enable acpi',Theo de Raadt
2007-11-15remove the #ifdef ACPI_ENABLE. the EC codepath is either safe enough (andTheo de Raadt
2007-11-15in MP kernels, use smbios to count number of cpus. if > 1 disable apm, soTheo de Raadt
2007-11-15Split CPUID into 2 32 bit fields.Marco Peereboom
2007-11-15Clarify when smbios added multi core support and add the missing stringMarco Peereboom
2007-11-15oops, processor structs need to be __packed.Marco Peereboom
2007-11-15Add struct for processors.Marco Peereboom
2007-11-14do not process requests linked to unused sessions. (crypto_freesessionMarkus Friedl
2007-11-14Be consistent in db_cmd_loop_done declaration.Miod Vallat
2007-11-12Select the right GDT entry for interrupt handlers on i386 systems whenChristopher Pascoe
2007-11-10Activate umbg(4) in i386.Marc Balmer
2007-11-06ramdisks should have the same behaviour as GENERICTheo de Raadt