summaryrefslogtreecommitdiff
path: root/sys/arch/i386
AgeCommit message (Expand)Author
2007-02-03Remove unused functionality from lockmgr():Miod Vallat
2007-01-31Introduce acpi_hasprocfvs thats "ACPI Has Processor Frequency and VoltageGordon Willem Klok
2007-01-27Only allow a single instance of acpimadt(4).Mark Kettenis
2007-01-23Handle not-all-lapics intterupts.Mark Kettenis
2007-01-22Add commented out acpidock(4) entry.Michael Knudsen
2007-01-19Update comment (on how long we wait for operation to complete) reflectTom Cosgrove
2007-01-18No longer print the 'bios id' field in the dmesg, its of dubious diagnosticGordon Willem Klok
2007-01-10fix fallout of the split sensor devices change which caused lockups onDavid Gwynne
2007-01-09Miod used a too large hatchet when trimming userret in 1.80.Artur Grabowski
2007-01-02Use bus_space_write_region_4() instead of doing the same thing bit byTom Cosgrove
2007-01-02Fix the keyboard problem seen on Intel Macs, where only the firstTom Cosgrove
2006-12-29Avoid void * arithmetic, okay deraadt@, suggestions from millert@Pedro Martelletto
2006-12-29Change the comment for mbg(4): Use "radio clocks" instead of "time base".Marc Balmer
2006-12-28Support for ST16C654 chips, however these aren't detected as such, so theMiod Vallat
2006-12-26There is a single 'p', not a double, in 'triple'.Tom Cosgrove
2006-12-24Define PROC_PC. Then, since profiling information is being reported inMiod Vallat
2006-12-24Check for want_resched when processing AST and nowhere else. But then, whenMiod Vallat
2006-12-23do not mix & and || badlyTheo de Raadt
2006-12-23adapt to new two-level sensor api; Constantine A. MureninTheo de Raadt
2006-12-22A more complete fix for perf status MSR's (on e.g. Core 2 Duo X6800),Dimitry Andric
2006-12-21Quick fix for Core 2 Duo X6800, which reports an invalid setperf MSR,Dimitry Andric
2006-12-20Don't bail out on a bad interrupt line if we have a valid apic interrupt pinMark Kettenis
2006-12-20"#ifdef is a tool of the weak!"Gordon Willem Klok
2006-12-20acpi fits, when we trade it primarily for the very large rtw(4) driver.Theo de Raadt
2006-12-20acpi (disabled) fits... when we trade it for the rarely used i2o controllers,Theo de Raadt
2006-12-20acpi (disabled) just happens to fitTheo de Raadt
2006-12-20rum fitsTheo de Raadt
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