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
/
dev
/
acpica
/
acpi_pcib_acpi.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add support for managing PCI bus numbers. As with BARs and PCI-PCI bridge
jhb
2014-02-12
1
-0
/
+87
*
Don't perform the acpi_DeviceIsPresent() check for PCI-PCI bridges. If
jhb
2013-07-03
1
-1
/
+7
*
Consistently cast ACPICA 64-bit integer types when we print them.
jkim
2013-06-26
1
-1
/
+1
*
Grab the softc from the ACPI host-pci bridge device instead of from the pci
neel
2012-10-10
1
-1
/
+1
*
Use a more proper fix for enabling HT MSI mapping windows on Host-PCI
jhb
2012-03-29
1
-16
/
+35
*
Further relax the strictness of enforcing allocations to only come from
jhb
2011-12-29
1
-1
/
+10
*
- There's no need to overwrite the default device method with the default
marius
2011-11-22
1
-2
/
+1
*
If an allocation for a specific resource range fails because it is not in
jhb
2011-10-12
1
-2
/
+6
*
Allow non-fixed endpoints for a producer address range if the length of
jhb
2011-07-21
1
-3
/
+5
*
Don't ignore negatively decoded address ranges.
jhb
2011-07-17
1
-7
/
+0
*
Respect the BIOS/firmware's notion of acceptable address ranges for PCI
jhb
2011-07-15
1
-0
/
+166
*
Add a helper routine to conditionally modify the start address of a
jhb
2011-06-22
1
-22
/
+4
*
Reimplement how PCI-PCI bridges manage their I/O windows. Previously the
jhb
2011-05-03
1
-3
/
+10
*
The ACPI Host-PCI bridge driver actually supports multiple domains via
jhb
2011-05-02
1
-1
/
+1
*
Add implementations of BUS_ADJUST_RESOURCE() to the PCI bus driver,
jhb
2011-05-02
1
-0
/
+1
*
Add a new method to the PCI bridge interface, PCIB_POWER_FOR_SLEEP(). This
jhb
2010-08-17
1
-0
/
+1
*
- Retire acpi_pcib_resume(). It is has just been an alias for
jhb
2010-08-05
1
-9
/
+1
*
Catch up with ACPICA 20090903.
jkim
2009-09-11
1
-5
/
+9
*
Match PCI Express root bridge _HID directly instead of
jkim
2009-07-13
1
-1
/
+1
*
Rework the _BBN handling for Host-PCI bridges. Previously we only trusted
jhb
2009-06-09
1
-18
/
+25
*
Import ACPICA 20090521.
jkim
2009-06-05
1
-1
/
+3
*
pcib_read_config and pcib_write_config take u_int params.
imp
2009-02-05
1
-8
/
+9
*
Make the PCI code aware of PCI domains (aka PCI segments) so we can
marius
2007-09-30
1
-0
/
+5
*
Revamp the MSI/MSI-X code a bit to achieve two main goals:
jhb
2007-05-02
1
-4
/
+16
*
Expand the MSI/MSI-X API to address some deficiencies in the MSI-X support.
jhb
2007-01-22
1
-0
/
+1
*
Give Host-PCI bridge drivers their own pcib_alloc_msi() and
jhb
2006-12-12
1
-2
/
+26
*
First cut at MI support for PCI Message Signalled Interrupts (MSI):
jhb
2006-11-13
1
-0
/
+4
*
- Make pcib_devclass private to sys/dev/pci/pci_pci.c and change all the
jhb
2006-01-06
1
-5
/
+3
*
Commit a workaround to a problem with resource allocation. This helps
imp
2005-09-16
1
-0
/
+2
*
Canonize the include of acpi.h.
obrien
2005-09-11
1
-1
/
+1
*
Fix SCM ID's.
obrien
2005-03-02
1
-2
/
+4
*
Rework the ACPI PCI link code.
jhb
2004-11-23
1
-1
/
+2
*
unsigned long -> u_long
njl
2004-11-09
1
-1
/
+1
*
Add TUNABLE_LONG and TUNABLE_ULONG, and use the latter for the
des
2004-10-31
1
-2
/
+2
*
Whitespace cleanup
des
2004-10-31
1
-4
/
+4
*
Make the lower range of the memory area 0x80000000 again. Also
imp
2004-10-11
1
-1
/
+5
*
For older systems with ACPI which don't have a pci <-> pci bridge,
imp
2004-10-06
1
-3
/
+3
*
Add a couple of macros to extract the PCI slot (device) and function from
jhb
2004-09-22
1
-2
/
+2
*
Re-work ACPI PCI IRQ routing (_PRT, link devices). The old approach was
njl
2004-08-11
1
-6
/
+2
*
Make the default memory range in the top 2GB of ram in the hopes that
imp
2004-07-04
1
-3
/
+5
*
Move flags into a private ivar so it can't collide with device flags.
njl
2004-06-30
1
-0
/
+10
*
Use the acpi_id_probe() method instead of acpi_MatchHid(), which is now
njl
2004-06-29
1
-8
/
+8
*
Add support to ACPI to manage its own resources. Previously, resource
njl
2004-06-13
1
-1
/
+1
*
Add missing <sys/module.h> includes
phk
2004-05-30
1
-0
/
+1
*
Style fixes.
njl
2004-05-28
1
-56
/
+54
*
Add MODULE_DEPEND entries so some of these drivers can eventually be
njl
2004-04-09
1
-0
/
+1
*
Omnibus PCI commit:
imp
2004-04-09
1
-1
/
+22
*
Change to acpi_{Get,Set}Integer to provide both methods. Convert all
njl
2004-03-03
1
-3
/
+3
*
Prefer new location of pci include files (which have only been in the
imp
2003-08-22
1
-2
/
+2
*
Consistently use the BSD u_int and u_short instead of the SYSV uint and
jhb
2003-08-07
1
-1
/
+1
[next]