summaryrefslogtreecommitdiffstats
path: root/sys/dev/acpica/acpi_pcib.c
Commit message (Expand)AuthorAgeFilesLines
* Don't perform the acpi_DeviceIsPresent() check for PCI-PCI bridges. Ifjhb2013-07-031-9/+0
* Fix two misusages of return_*() macros for ACPICA.jkim2013-01-281-1/+3
* Fix white spaces for style consistency.jkim2013-01-281-4/+3
* Add a new method to the PCI bridge interface, PCIB_POWER_FOR_SLEEP(). Thisjhb2010-08-171-0/+11
* - Retire acpi_pcib_resume(). It is has just been an alias forjhb2010-08-051-7/+0
* Import ACPICA 20090521.jkim2009-06-051-1/+3
* Remove unused variable.ganbold2008-11-251-2/+1
* Force any hardwire-routed interrupts to level trigger and active lowjhb2005-12-031-2/+4
* Add a missing newline to a printf.jhb2005-12-021-1/+1
* Work around at least one busted BIOS. If we get a source index in a _PRTjhb2005-11-071-1/+12
* Canonize the include of acpi.h.obrien2005-09-111-1/+1
* - If we fail to find an entry in the PRT, output a warning message.jhb2005-03-081-3/+6
* Consistently use pcib for a printf.njl2005-01-271-1/+1
* For the sake of consistency, look up link devices relative to the rootjhb2005-01-181-2/+1
* Remove trailing whitespace.njl2004-12-271-1/+1
* Rework the ACPI PCI link code.jhb2004-11-231-54/+116
* Only warn about missing _PRT tables if bootverbose is set. I've yet to seejhb2004-11-111-2/+4
* MPSAFE lockingnjl2004-08-131-0/+9
* Only print the link name if there is a link. For the hardwired case, don'tnjl2004-08-121-4/+7
* Fix the PRT entry code in acpi_pci_link to always add the entry, even ifnjl2004-08-121-1/+4
* Re-work ACPI PCI IRQ routing (_PRT, link devices). The old approach wasnjl2004-08-111-263/+47
* Trim a few things from the dmesg output and stick them under bootverbose tojhb2004-07-011-9/+12
* - Defer BUS_CONFIG_INTR() on ACPI IRQ resources until the resources arejhb2004-06-231-0/+5
* - Use PCI_INVALID_IRQ macro rather than a magic number.jhb2004-06-071-2/+1
* Make unnecessary globals static and remove unused includes.njl2004-05-061-2/+0
* Add a temporary workaround for acpi_AppendBufferResource() returning withnjl2004-04-191-0/+5
* Use the correct length for appending an extended irq resource. This maynjl2004-03-221-1/+1
* Shorten some printfs to fit better. No other functional changes.njl2004-03-221-6/+6
* Whitespace and comment changes. No MD5 change to the object file.njl2004-03-221-53/+62
* Fix loop termination condition for parsing resources in _PRS buffers.njl2004-03-201-19/+18
* Support the DPF (start dependent function) resource type in parsing _PRS.njl2004-03-181-10/+21
* Initialize acpi buffer structs early in order to avoid freeingkan2003-12-181-3/+3
* Add support for multiple CIDs since _CID can contain a package of values.njl2003-12-181-8/+16
* Fix a typo in my patches to support extended IRQ resources that broke thejhb2003-11-201-1/+1
* Improve support for extended IRQ resources:jhb2003-11-141-20/+47
* Use __FBSDID().obrien2003-08-241-2/+4
* Prefer new location of pci include files (which have only been in theimp2003-08-221-2/+2
* Update code to work with 0619 distnjl2003-07-131-3/+4
* Add a missing newline to the end of a device_printf().jhb2002-10-291-1/+1
* Add code for ACPI PCI link object manipulation.iwasaki2002-10-051-0/+8
* Fix printf format errors on 64 bit systems where sizes are longpeter2002-10-041-2/+4
* Display the name of the acpi node that we do not find the pci interruptpeter2002-10-041-2/+3
* Now that we only probe host-PCI bridges once, we no longer have to check tojhb2002-09-231-12/+0
* Make the printf messages when routing interrupts more consistent in thejhb2002-09-051-5/+6
* Overhaul the ACPI PCI bridge driver a bit:jhb2002-08-261-244/+46
* In acpi_pcib_route_interrupt(), the code claims to check to see if a PCIjhb2002-08-261-2/+2
* Brutally deal with __func__ being 'const char *' on gcc-3.1.peter2002-05-191-2/+2
* Fix error introduced in the 20020217 update, where GetPossibleResourcesmsmith2002-03-211-1/+1
* Match namespace cleanup changes in ACPI CA 20020217 update.msmith2002-02-231-19/+37
* Staticise devclasses and some unnecessarily global variables.msmith2002-01-081-1/+1
OpenPOWER on IntegriCloud