index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
pci
/
amdpm.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
- Use bus_foo() rather than bus_space_foo() and remove bus space tag/handle
jhb
2008-06-06
1
-8
/
+4
*
Various updates to most of the smbus(4) drivers:
jhb
2007-01-11
1
-15
/
+69
*
Minor overhaul of SMBus support:
jhb
2006-09-11
1
-50
/
+45
*
Since DELAY() was moved, most <machine/clock.h> #includes have been
phk
2006-05-16
1
-1
/
+0
*
Backout pseudo nForce2/3/4 support. These devices (as well as
ru
2005-12-16
1
-160
/
+25
*
Fix PCI ID of the AMD-8111 System Management controller so it matches
ru
2005-12-16
1
-1
/
+1
*
Add support for the nForce2/3/4 SMBus controllers which all contain two
jhb
2005-12-14
1
-25
/
+160
*
Remove bus_{mem,p}io.h and related code for a micro-optimization on i386
nyan
2005-05-29
1
-2
/
+0
*
Return BUS_PROBE_DEFAULT instead of 0.
imp
2005-02-24
1
-2
/
+2
*
Add support for the AMD 8111.
obrien
2004-04-20
1
-2
/
+4
*
Convert callers to the new bus_alloc_resource_any(9) API.
njl
2004-03-17
1
-1
/
+2
*
Make indentation uniform.
dfr
2003-09-06
1
-16
/
+16
*
When recording resources for the amdpm driver, only describe the ports
dfr
2003-09-06
1
-101
/
+36
*
Add support for AMD766 and AMD768 chipsets.
dfr
2003-09-01
1
-3
/
+9
*
Prefer new location of pci include files (which have only been in the
imp
2003-08-22
1
-2
/
+2
*
Use __FBSDID().
obrien
2003-06-11
1
-3
/
+3
*
- Express hard dependencies on bus (pci, isa, pccard) and
mdodd
2003-04-15
1
-0
/
+1
*
Cleanup of amdpm(4).
nsouch
2002-09-21
1
-137
/
+178
*
smbus_alloc_bus is not part of the smbus interface anymore
nsouch
2002-03-23
1
-3
/
+7
*
Fix warning; amdsmb_abort() is not used.
peter
2002-02-26
1
-0
/
+2
*
Update to C99, s/__FUNCTION__/__func__/,
obrien
2001-12-10
1
-1
/
+1
*
SMBus support for the AMD 756 power management unit. See smbus(4),
murray
2001-09-16
1
-0
/
+634