aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/acpica/acpi_pci.c
Commit message (Expand)AuthorAgeFilesLines
* Rename kernel option ACPI_DMAR to IOMMU.Ruslan Bukin2020-09-291-1/+2
* o Rename acpi_iommu_get_dma_tag() -> iommu_get_dma_tag().Ruslan Bukin2020-09-291-2/+5
* acpica: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-2/+1
* Rename dmar_get_dma_tag() to acpi_iommu_get_dma_tag().Ruslan Bukin2020-05-261-3/+3
* Install an ACPI PCI bus notify handler.John Baldwin2019-10-151-0/+23
* Support hot insertion and removal of PCI devices on EC2.John Baldwin2019-10-151-0/+106
* Add a new bus method to fetch device-specific CPU sets.John Baldwin2016-05-091-0/+1
* Revert bus_get_cpus() for now.John Baldwin2016-05-031-1/+0
* Add a new bus method to fetch device-specific CPU sets.John Baldwin2016-05-021-0/+1
* Add a new PCI bus interface method to alloc the ivars (dinfo) for a device.John Baldwin2016-04-151-55/+22
* Associate device_t objects with ACPI handles via PCI_CHILD_ADDED().John Baldwin2016-04-071-29/+27
* Convert pci_delete_child() to a bus_child_deleted() method.John Baldwin2016-04-061-0/+12
* Implement interface to create SR-IOV Virtual FunctionsRyan Stone2015-03-011-0/+28
* Add a bus method to fetch the VM domain for the given device/bus.Adrian Chadd2014-10-091-0/+1
* msi: add Xen MSI implementationRoger Pau Monné2014-09-301-1/+1
* Populate the device info string with _PXM (proximity domain) information.Adrian Chadd2014-09-201-3/+10
* Import the driver for VT-d DMAR hardware, as specified in the revisionKonstantin Belousov2013-10-281-0/+29
* Use DEVMETHOD_END macro defined in sys/bus.h instead of {0, 0} sentinel on de...Sofian Brabez2013-01-301-1/+1
* - Add a bus_dma tag to each PCI bus that is a child of a Host-PCI bridge.John Baldwin2012-03-021-5/+7
* Don't create a device_t object or parse current resources (via _CRS) forJohn Baldwin2011-06-171-20/+6
* Remove bogus check. pcib_get_bus() (like other BUS_ACCESSOR() methods)John Baldwin2011-01-181-2/+0
* Introduce a new tunable 'hw.pci.do_power_suspend'. This tunable lets youJung-uk Kim2010-10-201-1/+1
* Remove PCI_SET_POWERSTATE method from acpi.c and eradicate all PCI-specificJung-uk Kim2010-10-191-2/+6
* Make any PCI devices enumerated in ACPI tree honor do_power_resume as well.Jung-uk Kim2010-10-191-1/+1
* Merge ACPICA 20091112.Jung-uk Kim2009-11-161-1/+1
* Import ACPICA 20090521.Jung-uk Kim2009-06-051-1/+3
* Don't destroy an ACPI device_t for a PCI device and reassign the ACPIJohn Baldwin2007-10-271-2/+13
* Make the PCI code aware of PCI domains (aka PCI segments) so we canMarius Strobl2007-09-301-4/+6
* Fixup some comments to allow for the fact that PCI domains are not specificJohn Baldwin2006-05-111-3/+3
* Make the ACPI and OpenFirmware PCI bus drivers subclasses of the genericJohn Baldwin2006-01-201-32/+2
* Add a new method PCI_FIND_EXTCAP() to the pci bus interface that is usedJohn Baldwin2005-12-201-0/+1
* Canonize the include of acpi.h.David E. O'Brien2005-09-111-1/+1
* Start each of the license/copyright comments with /*-, minor shuffle of linesWarner Losh2005-01-061-1/+1
* Instead of translating PCI to ACPI power states, just use a CTASSERTNate Lawson2004-11-291-18/+10
* Add a couple of macros to extract the PCI slot (device) and function fromJohn Baldwin2004-09-221-2/+2
* MPSAFE lockingNate Lawson2004-08-131-4/+10
* Follow PnP location string change in acpi.c.Takanori Watanabe2004-07-141-1/+1
* Move flags into a private ivar so it can't collide with device flags.Nate Lawson2004-06-301-2/+25
* Attach the correct handle, not the one that was just deleted. Also,Nate Lawson2004-06-241-3/+2
* Now that we associate a device_t with ACPI device handles, lookup theJohn Baldwin2004-06-231-7/+41
* Remove accidental change.Nate Lawson2004-06-071-1/+1
* Avoid printing extraneous warning messages when trying to switch a deviceNate Lawson2004-06-071-9/+6
* Style cleanups, don't set the device description before the probe routineNate Lawson2004-05-291-18/+13
* Make unnecessary globals static and remove unused includes.Nate Lawson2004-05-061-2/+0
* Fix two typos from PR: 65694Warner Losh2004-04-261-1/+1
* Only try to set the ACPI power state if the handle is valid. There wasNate Lawson2004-04-141-6/+10
* Add MODULE_DEPEND entries so some of these drivers can eventually beNate Lawson2004-04-091-1/+2
* Omnibus PCI commit:Warner Losh2004-04-091-2/+2
* Implement an ACPI-aware pci_set_powerstate() method for PCI busses thatJohn Baldwin2004-04-071-15/+45
* Staticize pnp methods, style fixes. Remove unused variable to unbreakNate Lawson2004-03-311-5/+5