summaryrefslogtreecommitdiff
path: root/sys/arch/i386
AgeCommit message (Expand)Author
2009-03-15Introduce splsoftassert(), similar to splassert() but for soft interruptMiod Vallat
2009-03-10remove the _BUS_DMA_PRIVATE define from amd64 and i386.Owain Ainsworth
2009-03-10enable urtw(4)Kevin Lo
2009-03-07When allocating memory in bus_dmamem_alloc() with uvm_pglistalloc(), do notMiod Vallat
2009-02-26Add a two new ioctls to the apm(4) interface.Owain Ainsworth
2009-02-25enable ale(4) on both i386 and amd64Kevin Lo
2009-02-19suspend/resume bits so that we can develop this in tree. This is disabled.Marco Peereboom
2009-02-17something has to go... because the piggy developers bloated the kernel againTheo de Raadt
2009-02-16Cancel the automatic boot when you hold ctrl to skip boot.conf.Stuart Henderson
2009-02-16Core i7 chips don't have MSR_TEMPERATURE_TARGET register, and blow upKenneth R Westerback
2009-02-16Store conditionally extended cpuid family/model valuesJonathan Gray
2009-02-14enable Attansic L1 Ethernet (age/atphy)Kevin Lo
2009-02-14Don't call cpu_setup() twice on non-MULTIPROCESSOR kernels. Fixes problemsMark Kettenis
2009-02-10enable run(4) everywhere where ural(4) and rum(4) are enabled.Damien Bergamini
2009-02-08Enable ips(4) on CD install media so people can try it.Alexander Yurchenko
2009-02-05add MD PMAP_NOCACHE flag to i386 and use it to implement theOwain Ainsworth
2009-02-03Free TSS on the stack of the dead process.Mike Belopuhov
2009-01-29Only start using the rtc for statclock after we've received the firstMark Kettenis
2009-01-27Get rid of the last traces of uvm.pager_[se]vaMiod Vallat
2009-01-27Switch the amd64 PCI_CONF_LOCK from being a simplelock and splhigh to aOwain Ainsworth
2009-01-25Remove /dev/drum and related code.Miod Vallat
2009-01-23Add schsio(4), a driver for SMSC SCH311x LPC Super I/O ICs providingMichael Knudsen
2009-01-20Install ACPI S3 resume trampoline code in a lowmem page. First partMike Larkin
2009-01-18enable atphy/ageKevin Lo
2009-01-17gdt_compact() was removed years ago, so kill the code and commentsPhilip Guenthe
2009-01-16add next-server option to exampleOleg Safiullin
2009-01-14int cpuspeed is global. ok markus@Alexander Yurchenko
2009-01-13Trivial lvalue abuse fixes, no binary changes.Alexander Yurchenko
2009-01-13Fix lvalue abuse by removing a redundant cast.Alexander Yurchenko
2009-01-13Turn mpbios into a real device, such that people can disable it on crappyMark Kettenis
2009-01-11Fix a sed bug in the makefile's depend target.Paul Irofti
2009-01-11Add additional values for the Atom FSB_FREQ bus clock MSR nowJonathan Gray
2009-01-09Make sure we move an interrupt vector to the "lowest" priority level ifMark Kettenis
2009-01-07Enable urlphy in addition to url.Jonathan Gray
2009-01-07The E asm constraint refers to an immediate floating operandJonathan Gray
2009-01-06- add and enable ipgphy(4) everywhere there's a stge(4) entry.Jasper Lievisse Adriaanse
2009-01-04Add support for CS5535 IDE adapted from the gcscide code in NetBSDJonathan Gray
2009-01-03run(4), a driver for Ralink RT2700U/RT2800U/RT3000U USB 802.11agn devices.Damien Bergamini
2008-12-29fix compiling w/o apm(4)Oleg Safiullin
2008-12-28No longer look for RSDP in memory marked as "ACPI Reclaim" in the BIOS memoryMark Kettenis
2008-12-28Remove confusion between "raw" and "swizzled" interrupt pins. Remove someMark Kettenis
2008-12-26use the exact same policy for choosing apic on all 3 types of kernel.Theo de Raadt
2008-12-26If we have usable acpi, but chose to use amp instead for various reasons,Theo de Raadt
2008-12-22Get rid of many arbitrary differences between the i386 and amd64 mpbios code.Mark Kettenis
2008-12-18Don't set the global bit PG_G for kernel pmap low memory mappings. Use aKurt Miller
2008-12-18use atomic operations to update ptes in pmap_unwire(). okay weingart@Kurt Miller
2008-12-11Kill the $ARCH prefix for isa_dma_cookie. With this change, the i386 andOwain Ainsworth
2008-12-10When booting from a CD on i386/amd64, assume the root filesystemKenneth R Westerback
2008-12-10both x86 platforms isa bus_dma implementations handle bus_dmamap_syncOwain Ainsworth
2008-12-07Make acpiprt(4) check whether the current interrupt routing is "possible" andMark Kettenis