summaryrefslogtreecommitdiff
path: root/sys/arch/i386
AgeCommit message (Expand)Author
2006-12-18Activate mbg(4).Marc Balmer
2006-12-15acpi can fit onto the cd ramdisksTheo de Raadt
2006-12-14Make pci subsystem aware of domains. Each host bridge gets assigned a uniqueMark Kettenis
2006-12-12Complete gwk's previous patch to stop setperf methods from returningDimitry Andric
2006-12-11Ensure kvm86_call actually saves the curpcb instead of junk. ErrorGordon Willem Klok
2006-12-11do not bus_space_map devices which are at address 0; ok kettenisTheo de Raadt
2006-12-11On i386, swizzle interrupts for devices for which we don't have explicitMark Kettenis
2006-12-09Like the earlier change to powernow-k7.c check for both the regular cpuidGordon Willem Klok
2006-12-08Fix kernel link warning on i386 about boothowto being overridden, byDimitry Andric
2006-11-30Oops, didn't mean to increase the default msgbufsize for i386. Noticed by bra...Dimitry Andric
2006-11-30Remove the macros SET_CURPCB, GET_CURPCB and GET_CPUINFO, they are only usedGordon Willem Klok
2006-11-29Nuke all commons but one, and enable --warn-common in LINKFLAGS.Miod Vallat
2006-11-29Remove all the extern cpu_{id,model,whatever} declarations from mostDimitry Andric
2006-11-29Fix the major bug in ips which prevents GENERIC to attach it.Alexander Yurchenko
2006-11-29Don't print masks if we're in apic mode.Mark Kettenis
2006-11-29Fix cpu_model string screwup.Dimitry Andric
2006-11-29Remove cpu_swapin() and cpu_swapout(), they are no longer necessary (exceptMiod Vallat
2006-11-29Only establish acpi interrupt if ACPI_ENABLE.Mark Kettenis
2006-11-28Let est not complain about certain strange msr values on Pentium 4's. We can'tDimitry Andric
2006-11-28Support "trace /p <pid>" to show the stack trace of any process.Uwe Stuehler
2006-11-28Always call cyrix3_get_bus_clock in cyrix3_cpu_setup, since we mightDimitry Andric
2006-11-28Don't display cpu brand string, features, etc. a second time, when booting an MPDimitry Andric
2006-11-28Only use est and other non-acpi setperf mechanisms, if acpi is notDimitry Andric
2006-11-28acpi may steal the timer and speedstep functionality, in which case weTheo de Raadt
2006-11-27Add disabled acpi to GENERIC and GENERIC.MP. This is required by the newMarco Peereboom
2006-11-27commit vesabios for matthieu@Gordon Willem Klok
2006-11-27Enable kvm86.Gordon Willem Klok
2006-11-27IBM ServeRAID controllers driver.Alexander Yurchenko
2006-11-27Only use the ichpcib speedstep feature if we're running on a (Mobile) Pentium 4,Dimitry Andric
2006-11-27First attempt at making kvm86 MP safe, place mutex lock around callsGordon Willem Klok
2006-11-27Prevent panics when booting GENERIC.MP with a vesabios kernel.Gordon Willem Klok
2006-11-27move uberry to a nicer placeTheo de Raadt
2006-11-27enable uberry driverTheo de Raadt
2006-11-26leave name simpleTheo de Raadt
2006-11-26Save misc info (ebx) register from cpuid with eax=1, so we can use itDimitry Andric
2006-11-26Activate pwdog(4) after successful testing on i386 and macppc.Marc Balmer
2006-11-26use splclock() instead of splsoftclock() when setting the timeout periodMarc Balmer
2006-11-25remove dpt(4) because it sucks.David Gwynne
2006-11-25malo works fine here, enable it.Jonathan Gray
2006-11-19Handle operations larger than will fit in the buffer we allocate,Tom Cosgrove
2006-11-19Improve the AES acceleration, by allocating a contiguous DMA-ableTom Cosgrove
2006-11-17Add code for AES acceleration. This is currently disabled withTom Cosgrove
2006-11-17Fix typo to let this compile.Tom Cosgrove
2006-11-17Make sure we copy the IV back into the session structure, not theTom Cosgrove
2006-11-15Add commented out entries for acpimadt(4) and acpiprt(4).Mark Kettenis
2006-11-15do not go processing normal interrupts after ipi.Michael Shalayeff
2006-11-11Get rid of magic isa and eisa bus numbers in mpbios code. Pave the way forMark Kettenis
2006-11-06add gem and gentbi; why notTheo de Raadt
2006-11-05Add deduced power state table for 1.00 GHz VIA Eden 90nm 'Esther'.Dimitry Andric
2006-11-02enable vic(4) now that it works.David Gwynne