summaryrefslogtreecommitdiff
path: root/sys/dev/pci/amdpm.c
AgeCommit message (Expand)Author
2024-05-24remove unneeded includes; ok miod@Jonathan Gray
2023-02-04timecounting: remove incomplete PPS supportScott Soule Cheloha
2022-03-11Constify struct cfattach.Martin Pieuchot
2021-02-23timecounting: use C99-style initialization for all timecounter structscheloha
2020-07-06Add support for timeconting in userland.Paul Irofti
2020-05-29dev/rndvar.h no longer has statistical interfaces (removed during variousTheo de Raadt
2020-01-09Convert sleeps of 1sec or more to tsleep_nsec(9).Martin Pieuchot
2018-04-28replace add_*_randomness with enqueue_randomness()Jasper Lievisse Adriaanse
2013-12-06Add a DVACT_WAKEUP op to the *_activate() API. This is called after theTheo de Raadt
2013-10-01Use %z* for size_tStefan Fritsch
2013-07-03fix: cast void * to char *, fix format args for (u)int64_t,Stefan Fritsch
2013-05-30Enforce ca_activate tree-walks over the entire heirarchy for all events,Theo de Raadt
2012-10-05Avoid uninitiliazed use of ctl and corresponding warnings.Christiano F. Haesbaert
2012-08-16we are past the point where timecounters may disappearTed Unangst
2011-04-09use unique wait channelsTheo de Raadt
2010-08-08at resume time, re-nable the AMDPM_RNGEN bitTheo de Raadt
2010-04-08these files don't need to include proc.h anymore. ok oga for agpTed Unangst
2008-06-26First pass at removing clauses 3 and 4 from NetBSD licenses.Ray Lai
2008-05-06AMD_8111_PMC has timecounter, too; ok grange@ some time agoMarkus Friedl
2007-05-03convert lockmgr style locks to rwlocks.David Gwynne
2006-12-11do not bus_space_map devices which are at address 0; ok kettenisTheo de Raadt
2006-11-28acpi may steal power management functionality, in which case weMark Kettenis
2006-09-28Provide more info in error messages so we can see what's goingAlexander Yurchenko
2006-03-09unbreak the tree. i dunno how this compiled on my box at home.David Gwynne
2006-03-08amdpmreg.h is only used by amdpm.c, so merge the header into the c file.David Gwynne
2006-03-08tweak the debug macros a bitDavid Gwynne
2006-03-08fix support for the smbus controller on nforce 1 chipsets. only try toDavid Gwynne
2006-03-07whitespace fixesDavid Gwynne
2006-01-15In iic_exec don't fail immediately if bus is already busy. It might beAlexander Yurchenko
2006-01-09with an offset tweak, this can also support the nvidia nforce smbusTheo de Raadt
2006-01-06remove NetBSD's event counter code.Brad Smith
2006-01-05knfAlexander Yurchenko
2006-01-05Add my copyright.Alexander Yurchenko
2006-01-05Add SMBus host interface support for amdpm(4).Alexander Yurchenko
2006-01-02use pci_matchbyid.Brad Smith
2004-09-17Some cleanup:Alexander Yurchenko
2004-07-28This touches only MI code, and adds new time keeping code. TheThorsten Lockert
2002-11-04make this compile; reported by pluf, mickey ok.Federico G. Schwindt
2002-06-05steal'' performance calculating loop from pchb.c and have a uniform outputMichael Shalayeff
2002-06-05a driver for the rng on the amd768 power management device (no actual power m...Michael Shalayeff