summaryrefslogtreecommitdiff
path: root/sys/arch/i386
AgeCommit message (Expand)Author
2009-06-06ipi_reloadcr3 uses CPUVAR, so it needs to set up %fs in order toPhilip Guenthe
2009-06-06Disable interrupts durring the lock step frequency/voltage change. GenericGordon Willem Klok
2009-06-06add an interface to agp to create a bus_dma_tag over a range of theOwain Ainsworth
2009-06-06It might be a good idea to commit all the diff. *sigh*.Owain Ainsworth
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-06fix include pathsTheo de Raadt
2009-06-06Add vga bios repost support. Fetched from the NetBSD tree mostly.Paul Irofti
2009-06-06Fix some lapic, interrupt, and clock issues on i386 ACPI S3 resume.Mike Larkin
2009-06-04Change i386 ACPI sleep to KASSERT if the pmap can't be activatedMike Larkin
2009-06-03add kern.bufcachepercent sysctl to allow adjusting the buffer cacheBob Beck
2009-06-03Make sure we're running on the right pmap when going to sleep.Artur Grabowski
2009-06-03Arla client rename from xfs to nnpfs for later upgrades. Tested on various ar...Janne Johansson
2009-06-03Import acpi power resource driver. This is needed for suspend/resume logic.Paul Irofti
2009-06-03droppmap is only necessary (and declared) on MULTIPROCESSORArtur Grabowski
2009-06-03Just like on amd64. Instead of keeping a bitmap of which cpus a pmapArtur Grabowski
2009-06-03Nuke CYRIX_CACHE (and related defines). They've not been used in a longTobias Weingartner
2009-06-03Add acpivideo support. This adds brightness support for all laptopsPaul Irofti
2009-06-02Enable acpidock deviceJordan Hargrave
2009-06-02Instead of the global hash table with the terrible hashfunction and aOwain Ainsworth
2009-06-01Fix the order of checking if a machine has MTRR. We need to checkPeter Hessler
2009-06-01Move ibcs2_sendsig into compat. Quit poluting machdep.Tobias Weingartner
2009-06-01physmem allocator: change the view of free memory from single free pagesAriane van der Steldt
2009-05-31Reinitialize lapic on ACPI resume.Mike Larkin
2009-05-31Move task register restore code to proper place.Mike Larkin
2009-05-30Without -v, be quietTheo de Raadt
2009-05-21The only value that d_npartitions should have is MAXPARTITIONS.Kenneth R Westerback
2009-05-19Seperate out BSDI and SYSV syscall gate setup, so if we don'tTobias Weingartner
2009-05-18Add missing breaks so we don't fallthrough intoJonathan Gray
2009-05-16Enable udl(4) by default for amd64, i386, and macppc.Marcus Glocker
2009-05-15Always subregion the main PCI I/O extents. This will handle things properlyMark Kettenis
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-04-30add support for passing db_console from the bootloader to the kernel.David Gwynne
2009-04-29Extend pciio extents to cover the while 32-bit address space. The processorMark Kettenis
2009-04-28Simplify rbus_machdep.c, and make it work more reliable behind PCI-PCI bridgesMark Kettenis
2009-04-28put vlan support onto these mediaTheo de Raadt
2009-04-27Revert mtx_enter_try. It didn't compile on hppa, it doesn't compile onMark Kettenis
2009-04-25Enter mtx_enter_try. In part for completeness, things may startTobias Weingartner
2009-04-24Enable berkwdt(4) now. It'll make it easier for people to test it.Michael Knudsen
2009-04-24Add berkwdt(4), a driver for Berkshire Products PCI PC Watchdog writtenMichael Knudsen
2009-04-23-v was printing some information which is irrelevant or duplicate. ThisTheo de Raadt
2009-04-20Add a BUS_DMA_ZERO flag for bus_dmamem_alloc() to return zeroed memory.Owain Ainsworth
2009-04-19Enable schsio(4) everywhere to get it tested.Michael Knudsen
2009-04-19For consistency, make sure that all archs that use the same patternOwain Ainsworth
2009-04-19Count number of cpus found (potentially not attached) and store thatTheo de Raadt
2009-04-19Switch the softinterrupt code on x86 over to mutexes instead ofOwain Ainsworth
2009-04-15fix properly; size gets decremented while we check the segments, so save it soOwain Ainsworth
2009-04-15make load_raw do the same as the others and set mapsize and nsegs toOwain Ainsworth
2009-04-15bus_dmamap_load_raw didn't set map->dm_mapsize on successful load.Owain Ainsworth