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
/
intpm.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
Convert callers to the new bus_alloc_resource_any(9) API.
njl
2004-03-17
1
-2
/
+1
*
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
-2
/
+3
*
Use rman_get_start() to get start address of the resource.
nyan
2003-02-26
1
-2
/
+2
*
Wrap a device_printf() that violates bus space abstractions to figure out
jhb
2002-11-08
1
-0
/
+2
*
Major rework of the iicbus/smbus framework:
nsouch
2002-03-23
1
-1
/
+3
*
Remove __P.
alfred
2002-03-20
1
-1
/
+1
*
Add support for the Intel 82443MX chipset
pirzyk
2001-12-21
1
-0
/
+1
*
Fix warning:
peter
2001-06-15
1
-2
/
+2
*
Add a placeholder for the ServerWorks OSB4 device id. The SMBus
peter
2001-03-15
1
-0
/
+4
*
Remove unneeded #include <machine/clock.h>
phk
2000-10-15
1
-1
/
+0
*
Fix some leakage from inside #ifdef PCI_COMPAT (the FreeBSD 2.2 compat
peter
2000-05-28
1
-2
/
+1
*
Remove ~25 unneeded #include <sys/conf.h>
phk
2000-04-19
1
-2
/
+0
*
Remove unneeded <sys/buf.h> includes.
phk
2000-04-18
1
-1
/
+0
*
Remove the 'ivars' arguement to device_add_child() and
mdodd
1999-12-03
1
-1
/
+1
*
Fix some resource allocation peculiarities of the intpm device.
dfr
1999-10-28
1
-12
/
+1
*
$Id$ -> $FreeBSD$
peter
1999-08-28
1
-1
/
+1
*
Alter the behavior of sys/kern/subr_bus.c:device_print_child()
mdodd
1999-07-29
1
-9
/
+2
*
Update intpm driver.
nsouch
1999-07-24
1
-6
/
+17
*
Eliminate a bunch of #include "pci.h" and #if NPCI > 0 around entire
peter
1999-07-03
1
-8
/
+1
*
fix some DRIVER_TYPE / INTR_TYPE confusions.
phk
1999-05-09
1
-3
/
+2
*
Move the declaration of the interrupt type from the driver structure
dfr
1999-05-08
1
-2
/
+1
*
Update intpm driver.
peter
1999-05-07
1
-131
/
+104
*
Fix some variable naming confusion
peter
1999-05-06
1
-3
/
+2
*
Use COMPAT_PCI_DRIVER() for registration if it exists. This shouldn't
peter
1999-04-24
1
-1
/
+5
*
Stage 1 of a cleanup of the i386 interrupt registration mechanism.
peter
1999-04-21
1
-8
/
+4
*
Fix warnings in preparation for adding -Wall -Wcast-qual to the
dillon
1999-01-28
1
-2
/
+2
*
Fix warnings in preparation for adding -Wall -Wcast-qual to the
dillon
1999-01-27
1
-2
/
+2
*
Add missing declarations to fix error with LINT compile
dillon
1999-01-27
1
-1
/
+6
*
SMBus support for the Intel PIIX4 power management unit. See smbus(4),
nsouch
1999-01-24
1
-0
/
+789