summaryrefslogtreecommitdiffstats
path: root/sys/pci/amdpm.c
Commit message (Expand)AuthorAgeFilesLines
* - Use bus_foo() rather than bus_space_foo() and remove bus space tag/handlejhb2008-06-061-8/+4
* Various updates to most of the smbus(4) drivers:jhb2007-01-111-15/+69
* Minor overhaul of SMBus support:jhb2006-09-111-50/+45
* Since DELAY() was moved, most <machine/clock.h> #includes have beenphk2006-05-161-1/+0
* Backout pseudo nForce2/3/4 support. These devices (as well asru2005-12-161-160/+25
* Fix PCI ID of the AMD-8111 System Management controller so it matchesru2005-12-161-1/+1
* Add support for the nForce2/3/4 SMBus controllers which all contain twojhb2005-12-141-25/+160
* Remove bus_{mem,p}io.h and related code for a micro-optimization on i386nyan2005-05-291-2/+0
* Return BUS_PROBE_DEFAULT instead of 0.imp2005-02-241-2/+2
* Add support for the AMD 8111.obrien2004-04-201-2/+4
* Convert callers to the new bus_alloc_resource_any(9) API.njl2004-03-171-1/+2
* Make indentation uniform.dfr2003-09-061-16/+16
* When recording resources for the amdpm driver, only describe the portsdfr2003-09-061-101/+36
* Add support for AMD766 and AMD768 chipsets.dfr2003-09-011-3/+9
* Prefer new location of pci include files (which have only been in theimp2003-08-221-2/+2
* Use __FBSDID().obrien2003-06-111-3/+3
* - Express hard dependencies on bus (pci, isa, pccard) andmdodd2003-04-151-0/+1
* Cleanup of amdpm(4).nsouch2002-09-211-137/+178
* smbus_alloc_bus is not part of the smbus interface anymorensouch2002-03-231-3/+7
* Fix warning; amdsmb_abort() is not used.peter2002-02-261-0/+2
* Update to C99, s/__FUNCTION__/__func__/,obrien2001-12-101-1/+1
* SMBus support for the AMD 756 power management unit. See smbus(4),murray2001-09-161-0/+634
OpenPOWER on IntegriCloud