summaryrefslogtreecommitdiffstats
path: root/sys/pci/amdpm.c
Commit message (Collapse)AuthorAgeFilesLines
* Make indentation uniform.dfr2003-09-061-16/+16
|
* When recording resources for the amdpm driver, only describe the portsdfr2003-09-061-101/+36
| | | | | | | | | | | | we actually use. Originally, the code reserved 0x8000 to 0x80ff inclusive which on my hardware conflicts with the acpi timer. This broke the amdpm driver since it was actually given ports 0x800c to 0x810b (which should not have happened, IMHO). This also allows us to considerably simplify the handling of the nForce smb driver, removing the need for a separate nfpm driver. With this, SMB accesses appear to work on my Tyan Tiger MP board. Your mileage may vary. In particular, the nForce changes have not been tested.
* Add support for AMD766 and AMD768 chipsets.dfr2003-09-011-3/+9
| | | | PR: 41812
* Prefer new location of pci include files (which have only been in theimp2003-08-221-2/+2
| | | | | tree for two or more years now), except in a few places where there's code to be compatible with older versions of FreeBSD.
* Use __FBSDID().obrien2003-06-111-3/+3
|
* - Express hard dependencies on bus (pci, isa, pccard) andmdodd2003-04-151-0/+1
| | | | | | | | network layer (ether). - Don't abuse module names to facilitate ifconfig module loading; such abuse isn't really needed. (And if we do need type information associated with a module then we should make it explicit and not use hacks.)
* Cleanup of amdpm(4).nsouch2002-09-211-137/+178
| | | | | | Add of NVIDIA nForce (nfpm) smbus support. Obtained from: Thomas D. Dean <tomdean@speakeasy.org>
* 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
| | | | also don't use ANSI string concatenation.
* SMBus support for the AMD 756 power management unit. See smbus(4),murray2001-09-161-0/+634
amdpm(4) and smb(4). This device can be used with userland programs such as sysutils/lmmon to retrieve sensor information from the motherboard. PR: kern/23989 Obtained from: Matthew C. Forman <mcf@dmu.ac.uk> Based on: alpm(4)
OpenPOWER on IntegriCloud