Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-04-27 | from PAE work: | Michael Shalayeff | |
add a BUS_DMA_24BIT flag to signify that dmamap being created is for the isadma use (thus already backed up by the bounce buffers). later also to be used for dmamem allocation. | |||
2006-04-25 | enable udcf, why not | Theo de Raadt | |
2006-04-24 | Enable profling in asm if either PROF or GPROF is enabled, kernel profiling | Dale Rahn | |
builds with GPROF, libraries build with PROF. ok espie, miod | |||
2006-04-21 | the esm_sensor_maps describe esm sensors, not kernel sensors. i have no | David Gwynne | |
idea how i got this screwed up. found by lint. | |||
2006-04-19 | Driver to decode the DCF77 time code using a USB attached Gude Expert | Marc Balmer | |
mouseCLOCK device; without a mechanism to pass data out. ok deraadt | |||
2006-04-19 | from todays freebsd advisory: fxrstor on amd cpu does not restore ↵ | Michael Shalayeff | |
fip,fdp,fop thus leaking other proc's execution history; deraadt@ ok | |||
2006-04-19 | curpcb is long gone and is a #define -- do not declare it global anymore (no ↵ | Michael Shalayeff | |
func change) | |||
2006-04-18 | ANSIfy | Gordon Willem Klok | |
ok marco@, dlg@, mickey@ | |||
2006-04-18 | If mpbios doesn't specify a valid CPU signature, fall back on information | Mark Kettenis | |
from the boot processor. ok mpf@, mickey@ | |||
2006-04-18 | Make sure we print crucial debug information before we panic. | Mark Kettenis | |
Stolen from mpf@ ok mpf@, mickey@ | |||
2006-04-18 | Correct the heuristic to determin Cool`n'Quiet vs. Powernow! spotted in | Gordon Willem Klok | |
the linux driver. Correct the the cpu signature used to determin if the chip is affected by errata a0, verified in the linux driver. Some demagification and KNF. ok dlg@ | |||
2006-04-18 | Ensure that we check if the transition succeeded before we adjust | Gordon Willem Klok | |
pentium_mhz on K7, and print a usefull diagnostic message if it does not on K7 and K8. "makes sense to me" dlg@ | |||
2006-04-15 | fail opening apm device if apm is disconnected; deradt ok | Michael Shalayeff | |
2006-04-15 | Don't bother setting the frequency entry in the available states table | Gordon Willem Klok | |
to -1 we never check for it. (As has been the case on K8 for a long time). ok dlg@ | |||
2006-04-15 | Eliminate some pointers we dont use, originally for multiprocessor support, | Gordon Willem Klok | |
K7 MP parts do not support Cool'N'Quiet. "also makes sense" dlg@ | |||
2006-04-15 | Rid k7_powernow_setperf() of some bad math, this code expected the values | Gordon Willem Klok | |
to be expressed in hertz not megahertz. "makes sense to me" dlg@ | |||
2006-04-15 | Change the return value in k7_powernow_setperf() from 1 to 0 so that it | Gordon Willem Klok | |
does not print "operation not permitted" even though the operation was successful. ok dlg@ | |||
2006-04-15 | Loop on the number of PST reported by the bios not a magic number. | Gordon Willem Klok | |
Fixes PR 5075. "go for it" dlg@ | |||
2006-04-15 | Print out trap number as well as string | Tobias Weingartner | |
representation. Ok tom@ quite some time ago. | |||
2006-04-15 | Fix the NIOAPIC case as well | Tobias Weingartner | |
2006-04-14 | Remove final DUMMY_NOPS vestige of a macro as well. | Tobias Weingartner | |
ok marco@ | |||
2006-04-14 | Nuke DUMMY_NOPS, cleanup. | Tobias Weingartner | |
ok marco@ | |||
2006-04-14 | ANSIfy function names. | Marco Peereboom | |
Spacing. KNF. | |||
2006-04-10 | sch5017 is an adt7460 clone of some type. also, we are seeing some | Theo de Raadt | |
ways to determine the actual voltage multipliers, so move to a table driven model, which we can tweak as we see more varients. checked by kettenis jolan and roman | |||
2006-04-10 | enable schenv | Theo de Raadt | |
2006-04-09 | #ifdef lint wraps for va_start | Theo de Raadt | |
2006-04-08 | Don't panic in apic_intr_establush() if interrupt is not sharable and already | Mark Kettenis | |
taken; return NULL instead, just like we do for non-apic interrupts. Fixes PR 5064. ok mickey@ | |||
2006-04-06 | Hook up mfi, remains disabled. | Marco Peereboom | |
2006-04-04 | Small hex-vs-decimal typo from gwk, and tested by me (with cpusig check | Uwe Stuehler | |
disabled because my BIOS sucks). | |||
2006-03-29 | workaround for intel errata p53 -- follow lapic writes w/ a read; toby@ ↵ | Michael Shalayeff | |
kettenis@ ok | |||
2006-03-29 | Recognise it(4) at port 0xd00 as well. This is where ASUS seem | Jonathan Gray | |
to be putting it on all their recent boards. "put this in" grange@ | |||
2006-03-27 | kill unused extern in ifdef DEBUG even | Michael Shalayeff | |
2006-03-26 | Support for accesing 8-bit ISA I/O throught the gpio(4) | Alexander Yurchenko | |
framework. Allows to use stupid GPIO device on the Acrosser AR-B1662 board. Work by form@. | |||
2006-03-24 | move the mp tramp higher to avoid trashing boot args and also to fight ↵ | Michael Shalayeff | |
strange memory zeroing happennning on some amd machines; toby@ ok | |||
2006-03-24 | Enable umsm(4) on archs that support CardBus. | Jonathan Gray | |
2006-03-20 | a bit of demagification. this moves the checks for the cpu scaling features | David Gwynne | |
out of machdep and into powernow-k7 and -k8. machdep now just figures out if its the right type of cpu before calling the powernow code which figures out if the scaling is supported. from gwk | |||
2006-03-19 | remove unused bdbtofsb(bn) macro | Martin Reindl | |
found by drahn@ | |||
2006-03-16 | spaces | Theo de Raadt | |
2006-03-16 | Fix for PR 4966: Only disregard bit 27 of MSR_EBL_CR_POWERON for | Dimitry Andric | |
specific Pentium III models (early stepping 1 Coppermines). "go for it" deraadt@ | |||
2006-03-16 | remove useless powernow cruft from dmesg. we're interested in the | David Gwynne | |
available speed states (which is output separately), not if the cpu can support them even if the speedstates are not provided. from gwk, ok deraadt@ | |||
2006-03-16 | dont leak memory when we fail to find any valid states. | David Gwynne | |
from gwk, ok deraadt@ | |||
2006-03-16 | display the possible speedstep values like we do on intel chips. | David Gwynne | |
from gwk, ok deraadt@ | |||
2006-03-15 | use sysctl_int_lower() for the aperture variable. This lets root close | Theo de Raadt | |
the aperture without having to reboot, but does not allow re-opening; ok matthieu | |||
2006-03-15 | Nuke dk_establish(), no longer used. | Miod Vallat | |
2006-03-15 | Correct checks against cd_ndevs - valid numbers are strictly inferior to | Miod Vallat | |
cd_ndevs. | |||
2006-03-15 | Entries in cd_devs[] may be NULL, so be sure to check for them in your | Miod Vallat | |
device open() function. | |||
2006-03-15 | spacing | Theo de Raadt | |
2006-03-15 | allow for more physmem segments; as required by some dell from dhill@ | Michael Shalayeff | |
2006-03-15 | remove dead macros | Michael Shalayeff | |
2006-03-14 | trailing tabs nomore | Michael Shalayeff | |