summaryrefslogtreecommitdiff
path: root/sys/arch/i386
AgeCommit message (Expand)Author
2006-05-15better wording for the "memory" section;Jason McIntyre
2006-05-15Add AGP support for Intel 945G/GM chipsets. The 945GM (mobile) variantDimitry Andric
2006-05-14xge might as well be enabledTheo de Raadt
2006-05-14add wpi(4) so i can get feedback.Damien Bergamini
2006-05-14Bring over workaround for broken BIOSes that use ACPI global interrupt numbersMark Kettenis
2006-05-13sensible english; ok jmc; from graham.gower@gmail.comTheo de Raadt
2006-05-13mention the Xframe-II as well.Brad Smith
2006-05-11cleanerTheo de Raadt
2006-05-11kill trainling spacesMichael Shalayeff
2006-05-10in db_write_bytes correctly restore pte prot after write; this is not a big d...Michael Shalayeff
2006-05-09Import global ACPI interrupt code from amd64.Mark Kettenis
2006-05-090x0006 is not a good value for a bit flag, so change it to 0x0008.Tom Cosgrove
2006-05-09Avoid estimating pentium_mhz too low, which has the effect of resultingOtto Moerbeek
2006-05-09Move the sti to after the memory write. We do not want execution ofOtto Moerbeek
2006-05-09Remove some debug printf's that snuck in.Gordon Willem Klok
2006-05-08spacesTheo de Raadt
2006-05-08Add smbios support for i386 and amd64, fix ipmi to use this new functionallity,Gordon Willem Klok
2006-05-08Remove a stray newline thats making the dmesg's ugly.Gordon Willem Klok
2006-05-08add commented out entries for azalia(4).Brad Smith
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