summaryrefslogtreecommitdiff
path: root/sys/arch/i386/conf/files.i386
AgeCommit message (Expand)Author
2009-06-06add sg_dma.c on i386, soon to be used.Owain Ainsworth
2009-06-06option X86EMU is how this subsystem is brought into a kernelTheo de Raadt
2009-06-06Add vga bios repost support. Fetched from the NetBSD tree mostly.Paul Irofti
2009-05-12uld(4) works on i386, too. Disabled in GENERIC by default.Marcus Glocker
2009-05-07Move amas device from arch/amd64 to dev/pci and enable it in i386 as well.Ariane van der Steldt
2009-01-20Install ACPI S3 resume trampoline code in a lowmem page. First partMike Larkin
2009-01-13Turn mpbios into a real device, such that people can disable it on crappyMark Kettenis
2008-12-04Move the bus_dma generic functions out of the far-too-podgy machdep.c andOwain Ainsworth
2008-11-22same change as for amd64. Move bus_space_* functions from inlines andOwain Ainsworth
2008-11-09Rework that way that agp attaches.Owain Ainsworth
2008-10-10Use the MI random() for all cases; no need for a MD version since itTheo de Raadt
2008-07-08vmt(4) is a kernel level implementation of the vmware tools.David Gwynne
2008-06-25auglx(4) is an audio(4) driver for the AC'97 audio codec found onMarc Balmer
2008-06-14Add amdmsr(4), a driver to access model specific registers on AMD CPUs.Marc Balmer
2008-05-21Switch i386 from pccom to com. Welcomed by many.Mark Kettenis
2008-05-07Move i386 to __HAVE_GENERIC_SOFT_INTERRUPTSMark Kettenis
2008-04-25neccessary -> necessary; from Pierre RiteauJason McIntyre
2008-03-22Nuke some unused magic.Tobias Weingartner
2008-03-20let maxusers go much higherTheo de Raadt
2008-03-16for some reason the pchb dependency on agp got left in. kill it.Owain Ainsworth
2008-03-16Make agp(4) attach at vga(4) instead of pchb(4). This is because sometimesOwain Ainsworth
2008-03-04sthen@ has an motherboard with both agp and pcie that fails to boot.Owain Ainsworth
2007-11-28quite a bit of simplification by removing cpu classes.Ted Unangst
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-25fake out the apm device to switch between apm and acpi on i386. nowTed Unangst
2007-11-16Make the GPIO functionality of the AMD Geode LX CS5536 available.Marc Balmer
2007-10-07Add a driver, amdpcib(4), for the AMD 8111 series LPC bridge and HPET writtenMarc Balmer
2007-10-07Add support for the PCI-ISA bridge, timecounter, and watchdog timerMarc Balmer
2007-07-04Remove more IPX leftovers.Marco Pfatschbacher
2007-05-31include files.bluetooth here; ok gwkUwe Stuehler
2007-05-29Fix compilation of kernels without I686_CPU: piixpcib is alwaysTom Cosgrove
2007-05-28Remove the Archive/Wangtek cartidge tape driver, wt(4). All tapes areKenneth R Westerback
2007-05-04Oops. Forgot to commit this part.Artur Grabowski
2007-04-26Add a setperf mechanism for ich speedstep controlled by SMI on certainGordon Willem Klok
2007-04-21Introduce a smp aware hw.setperf mechanism, it will scale all CPUs orGordon Willem Klok
2007-03-19attach softraid to the root of the device tree in a machine independantDavid Gwynne
2007-03-19Move i386 to timecounters. This is more or less the same code as amd64.Artur Grabowski
2007-03-19Add a new device that provides a framework for IO manipulation. A very basicMarco Peereboom
2007-02-20Revert PAE pmap for now, until the strange bug is found. This stopsTom Cosgrove
2007-02-17Bring in the AMD errata checks from amd64.Tom Cosgrove
2006-11-27commit vesabios for matthieu@Gordon Willem Klok
2006-10-26Driver for the AMD Geode LX series processor security block.Tom Cosgrove
2006-07-25Kill option GPL_MATH_EMULATE.Mark Kettenis
2006-06-19move clock_subr.c to a better place, and now it is always in the kernelTheo de Raadt
2006-06-13kvm86, missed a file.Gordon Willem Klok
2006-05-28Support for standard SD host controllers like the Ricoh 5C822, a smallUwe Stuehler
2006-05-01Fixup broken mpbios'es on VT8237 and nForce4 chipsets. Fixes interruptMark Kettenis
2006-04-27implement separate PAE pmap that allows access to 64g of physmemMichael Shalayeff
2006-03-04Dallas 1-Wire bus support. Includes the following drivers:Alexander Yurchenko