summaryrefslogtreecommitdiffstats
path: root/sys/dev/pci/amdpm.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* dev/rndvar.h no longer has statistical interfaces (removed during variousderaadt2020-05-291-2/+1
* Convert sleeps of 1sec or more to tsleep_nsec(9).mpi2020-01-091-2/+3
* replace add_*_randomness with enqueue_randomness()jasper2018-04-281-2/+2
* Add a DVACT_WAKEUP op to the *_activate() API. This is called after thederaadt2013-12-061-12/+6
* Use %z* for size_tsf2013-10-011-2/+2
* fix: cast void * to char *, fix format args for (u)int64_t,sf2013-07-031-2/+2
* Enforce ca_activate tree-walks over the entire heirarchy for all events,deraadt2013-05-301-4/+15
* Avoid uninitiliazed use of ctl and corresponding warnings.haesbaert2012-10-051-1/+3
* we are past the point where timecounters may disappeartedu2012-08-161-9/+1
* use unique wait channelsderaadt2011-04-091-2/+2
* at resume time, re-nable the AMDPM_RNGEN bitderaadt2010-08-081-2/+26
* these files don't need to include proc.h anymore. ok oga for agptedu2010-04-081-2/+1
* First pass at removing clauses 3 and 4 from NetBSD licenses.ray2008-06-261-8/+1
* AMD_8111_PMC has timecounter, too; ok grange@ some time agomarkus2008-05-061-2/+3
* convert lockmgr style locks to rwlocks.dlg2007-05-031-6/+6
* do not bus_space_map devices which are at address 0; ok kettenisderaadt2006-12-111-3/+5
* acpi may steal power management functionality, in which case wekettenis2006-11-281-4/+4
* Provide more info in error messages so we can see what's goinggrange2006-09-281-6/+9
* unbreak the tree. i dunno how this compiled on my box at home.dlg2006-03-091-12/+10
* amdpmreg.h is only used by amdpm.c, so merge the header into the c file.dlg2006-03-081-1/+63
* tweak the debug macros a bitdlg2006-03-081-9/+9
* fix support for the smbus controller on nforce 1 chipsets. only try todlg2006-03-081-65/+77
* whitespace fixesdlg2006-03-071-13/+13
* In iic_exec don't fail immediately if bus is already busy. It might begrange2006-01-151-3/+8
* with an offset tweak, this can also support the nvidia nforce smbusderaadt2006-01-091-28/+38
* remove NetBSD's event counter code.brad2006-01-061-33/+2
* knfgrange2006-01-051-2/+2
* Add my copyright.grange2006-01-051-1/+17
* Add SMBus host interface support for amdpm(4).grange2006-01-051-4/+236
* use pci_matchbyid.brad2006-01-021-8/+8
* Some cleanup:grange2004-09-171-5/+5
* This touches only MI code, and adds new time keeping code. Thetholo2004-07-281-7/+67
* make this compile; reported by pluf, mickey ok.fgsch2002-11-041-1/+5
* steal'' performance calculating loop from pchb.c and have a uniform outputmickey2002-06-051-13/+19
* a driver for the rng on the amd768 power management device (no actual power management capabilities are supported yet; from netbsdmickey2002-06-051-0/+171