summaryrefslogtreecommitdiffstats
path: root/sys/dev/acpica/acpi_pcib_acpi.c
Commit message (Expand)AuthorAgeFilesLines
* MFC 318136sephe2017-05-171-0/+1
* MFC 309588: Don't attach to Host-PCI bridges with a bad bus number.jhb2016-12-231-4/+14
* Add a new bus method to fetch device-specific CPU sets.jhb2016-05-091-0/+1
* Native PCI-express HotPlug support.jhb2016-05-051-0/+7
* Revert bus_get_cpus() for now.jhb2016-05-031-1/+0
* Add a new bus method to fetch device-specific CPU sets.jhb2016-05-021-0/+1
* Add a pcib_attach_child() method to manage adding the child "pci" device.jhb2016-04-271-1/+7
* Optionally return the output capabilities list from _OSC.jhb2016-04-221-5/+1
* Remove query flag from acpi_EvaluateOSC(). This function does not supportjkim2016-04-201-1/+4
* Invoke _OSC on Host-PCI bridges.jhb2016-04-201-0/+36
* Convert rman to use rman_res_t instead of u_longjhibbits2016-01-271-6/+6
* Merge ACPICA 20150410.jkim2015-04-111-12/+12
* Add support for managing PCI bus numbers. As with BARs and PCI-PCI bridgejhb2014-02-121-0/+87
* Don't perform the acpi_DeviceIsPresent() check for PCI-PCI bridges. Ifjhb2013-07-031-1/+7
* Consistently cast ACPICA 64-bit integer types when we print them.jkim2013-06-261-1/+1
* Grab the softc from the ACPI host-pci bridge device instead of from the pcineel2012-10-101-1/+1
* Use a more proper fix for enabling HT MSI mapping windows on Host-PCIjhb2012-03-291-16/+35
* Further relax the strictness of enforcing allocations to only come fromjhb2011-12-291-1/+10
* - There's no need to overwrite the default device method with the defaultmarius2011-11-221-2/+1
* If an allocation for a specific resource range fails because it is not injhb2011-10-121-2/+6
* Allow non-fixed endpoints for a producer address range if the length ofjhb2011-07-211-3/+5
* Don't ignore negatively decoded address ranges.jhb2011-07-171-7/+0
* Respect the BIOS/firmware's notion of acceptable address ranges for PCIjhb2011-07-151-0/+166
* Add a helper routine to conditionally modify the start address of ajhb2011-06-221-22/+4
* Reimplement how PCI-PCI bridges manage their I/O windows. Previously thejhb2011-05-031-3/+10
* The ACPI Host-PCI bridge driver actually supports multiple domains viajhb2011-05-021-1/+1
* Add implementations of BUS_ADJUST_RESOURCE() to the PCI bus driver,jhb2011-05-021-0/+1
* Add a new method to the PCI bridge interface, PCIB_POWER_FOR_SLEEP(). Thisjhb2010-08-171-0/+1
* - Retire acpi_pcib_resume(). It is has just been an alias forjhb2010-08-051-9/+1
* Catch up with ACPICA 20090903.jkim2009-09-111-5/+9
* Match PCI Express root bridge _HID directly instead ofjkim2009-07-131-1/+1
* Rework the _BBN handling for Host-PCI bridges. Previously we only trustedjhb2009-06-091-18/+25
* Import ACPICA 20090521.jkim2009-06-051-1/+3
* pcib_read_config and pcib_write_config take u_int params.imp2009-02-051-8/+9
* Make the PCI code aware of PCI domains (aka PCI segments) so we canmarius2007-09-301-0/+5
* Revamp the MSI/MSI-X code a bit to achieve two main goals:jhb2007-05-021-4/+16
* Expand the MSI/MSI-X API to address some deficiencies in the MSI-X support.jhb2007-01-221-0/+1
* Give Host-PCI bridge drivers their own pcib_alloc_msi() andjhb2006-12-121-2/+26
* First cut at MI support for PCI Message Signalled Interrupts (MSI):jhb2006-11-131-0/+4
* - Make pcib_devclass private to sys/dev/pci/pci_pci.c and change all thejhb2006-01-061-5/+3
* Commit a workaround to a problem with resource allocation. This helpsimp2005-09-161-0/+2
* Canonize the include of acpi.h.obrien2005-09-111-1/+1
* Fix SCM ID's.obrien2005-03-021-2/+4
* Rework the ACPI PCI link code.jhb2004-11-231-1/+2
* unsigned long -> u_longnjl2004-11-091-1/+1
* Add TUNABLE_LONG and TUNABLE_ULONG, and use the latter for thedes2004-10-311-2/+2
* Whitespace cleanupdes2004-10-311-4/+4
* Make the lower range of the memory area 0x80000000 again. Alsoimp2004-10-111-1/+5
* For older systems with ACPI which don't have a pci <-> pci bridge,imp2004-10-061-3/+3
* Add a couple of macros to extract the PCI slot (device) and function fromjhb2004-09-221-2/+2
OpenPOWER on IntegriCloud