summaryrefslogtreecommitdiff
path: root/sys/arch/i386
AgeCommit message (Expand)Author
2006-05-07.globl PTDsize; mickey obviously doesn't test before he commitsMark Kettenis
2006-05-06somehow PTDsize got lost from the pae diff; found by kettenis@Michael Shalayeff
2006-05-02* Plug memory leak if init fails; ok gwk@Patrick Latifi
2006-05-01Fixup broken mpbios'es on VT8237 and nForce4 chipsets. Fixes interruptMark Kettenis
2006-05-01add commented out entries for the Neterion Xframe-I 10Gb ethernet adapters.Brad Smith
2006-04-30sync the I2O section with macppc config, adding the I2O SCSI pass-through dri...Brad Smith
2006-04-30Do not leave behind half-initialized data structures so we don't stumble overMark Kettenis
2006-04-29Driver for Silicon Laboratories CP2101/CP2102 based serial adapters.Jonathan Gray
2006-04-28Fix cast warning in sys/arch/i386/i386/acpi_machdep.c, caused by recent PAEDimitry Andric
2006-04-272 lines of code in most drivers, to do the timestamping; ok miod kettenisTheo de Raadt
2006-04-27implement separate PAE pmap that allows access to 64g of physmemMichael Shalayeff
2006-04-27from PAE work:Michael Shalayeff
2006-04-25enable udcf, why notTheo de Raadt
2006-04-24Enable profling in asm if either PROF or GPROF is enabled, kernel profilingDale Rahn
2006-04-21the esm_sensor_maps describe esm sensors, not kernel sensors. i have noDavid Gwynne
2006-04-19Driver to decode the DCF77 time code using a USB attached Gude ExpertMarc Balmer
2006-04-19from todays freebsd advisory: fxrstor on amd cpu does not restore fip,fdp,fop...Michael Shalayeff
2006-04-19curpcb is long gone and is a #define -- do not declare it global anymore (no ...Michael Shalayeff
2006-04-18ANSIfyGordon Willem Klok
2006-04-18If mpbios doesn't specify a valid CPU signature, fall back on informationMark Kettenis
2006-04-18Make sure we print crucial debug information before we panic.Mark Kettenis
2006-04-18Correct the heuristic to determin Cool`n'Quiet vs. Powernow! spotted inGordon Willem Klok
2006-04-18Ensure that we check if the transition succeeded before we adjustGordon Willem Klok
2006-04-15fail opening apm device if apm is disconnected; deradt okMichael Shalayeff
2006-04-15Don't bother setting the frequency entry in the available states tableGordon Willem Klok
2006-04-15Eliminate some pointers we dont use, originally for multiprocessor support,Gordon Willem Klok
2006-04-15Rid k7_powernow_setperf() of some bad math, this code expected the valuesGordon Willem Klok
2006-04-15Change the return value in k7_powernow_setperf() from 1 to 0 so that itGordon Willem Klok
2006-04-15Loop on the number of PST reported by the bios not a magic number.Gordon Willem Klok
2006-04-15Print out trap number as well as stringTobias Weingartner
2006-04-15Fix the NIOAPIC case as wellTobias Weingartner
2006-04-14Remove final DUMMY_NOPS vestige of a macro as well.Tobias Weingartner
2006-04-14Nuke DUMMY_NOPS, cleanup.Tobias Weingartner
2006-04-14ANSIfy function names.Marco Peereboom
2006-04-10sch5017 is an adt7460 clone of some type. also, we are seeing someTheo de Raadt
2006-04-10enable schenvTheo de Raadt
2006-04-09#ifdef lint wraps for va_startTheo de Raadt
2006-04-08Don't panic in apic_intr_establush() if interrupt is not sharable and alreadyMark Kettenis
2006-04-06Hook up mfi, remains disabled.Marco Peereboom
2006-04-04Small hex-vs-decimal typo from gwk, and tested by me (with cpusig checkUwe Stuehler
2006-03-29workaround for intel errata p53 -- follow lapic writes w/ a read; toby@ kette...Michael Shalayeff
2006-03-29Recognise it(4) at port 0xd00 as well. This is where ASUS seemJonathan Gray
2006-03-27kill unused extern in ifdef DEBUG evenMichael Shalayeff
2006-03-26Support for accesing 8-bit ISA I/O throught the gpio(4)Alexander Yurchenko
2006-03-24move the mp tramp higher to avoid trashing boot args and also to fight strang...Michael Shalayeff
2006-03-24Enable umsm(4) on archs that support CardBus.Jonathan Gray
2006-03-20a bit of demagification. this moves the checks for the cpu scaling featuresDavid Gwynne
2006-03-19remove unused bdbtofsb(bn) macroMartin Reindl
2006-03-16spacesTheo de Raadt
2006-03-16Fix for PR 4966: Only disregard bit 27 of MSR_EBL_CR_POWERON forDimitry Andric