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
/
viapm.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
- There's no need to overwrite the default device method with the default
marius
2011-11-22
1
-4
/
+2
*
The callback takes a void *, not a caddr_t * (sic).
imp
2009-03-03
1
-2
/
+2
*
Add locking to the various iicbus(4) bridge drivers:
jhb
2008-08-04
1
-0
/
+1
*
Add support for VT8237 ISA bridge.
gonzo
2008-06-22
1
-0
/
+7
*
- Use bus_foo() rather than bus_space_foo() and remove bus space tag/handle
jhb
2008-06-06
1
-9
/
+3
*
Add the device ID for the VIA CX700 chipset.
kevlo
2007-08-02
1
-2
/
+9
*
Various updates to most of the smbus(4) drivers:
jhb
2007-01-11
1
-28
/
+83
*
Trim some unneeded includes.
jhb
2006-09-12
1
-2
/
+0
*
Minor overhaul of SMBus support:
jhb
2006-09-11
1
-54
/
+49
*
Since DELAY() was moved, most <machine/clock.h> #includes have been
phk
2006-05-16
1
-1
/
+0
*
Fix -Wundef from compiling the amd64 LINT.
ru
2005-12-04
1
-4
/
+4
*
Add the device ID for the VIA VT8235 south bridge.
jhb
2005-10-31
1
-0
/
+7
*
Some of the VIA pm and propm devices are actually the same device as the
jhb
2005-10-31
1
-1
/
+38
*
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
*
Prefer C99's __func__ over GCC's __FUNCTION__.
stefanf
2004-09-22
1
-2
/
+1
*
Convert callers to the new bus_alloc_resource_any(9) API.
njl
2004-03-17
1
-4
/
+4
*
Prefer new location of pci include files (which have only been in the
imp
2003-08-22
1
-2
/
+2
*
Add ID for VT8233A.
mdodd
2003-06-22
1
-0
/
+2
*
Use __FBSDID().
obrien
2003-06-11
1
-3
/
+4
*
- Express hard dependencies on bus (pci, isa, pccard) and
mdodd
2003-04-15
1
-0
/
+2
*
Fix an unparenthasized macro argument. md5s differ but this is likely
alfred
2002-11-09
1
-1
/
+1
*
Major rework of the iicbus/smbus framework:
nsouch
2002-03-23
1
-0
/
+924