History log of /dragonfly/sys/dev/acpica/acpi_pci_link.c (Results 1 – 8 of 8)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: v6.2.1, v6.2.0, v6.3.0, v6.0.1, v6.0.0, v6.0.0rc1, v6.1.0, v5.8.3, v5.8.2, v5.8.1, v5.8.0, v5.9.0, v5.8.0rc1, v5.6.3, v5.6.2, v5.6.1, v5.6.0, v5.6.0rc1, v5.7.0, v5.4.3, v5.4.2, v5.4.1, v5.4.0, v5.5.0, v5.4.0rc1, v5.2.2, v5.2.1, v5.2.0, v5.3.0, v5.2.0rc
# 5025fc65 16-Jan-2018 Matthew Dillon <dillon@apollo.backplane.com>

kernel - Add a global priority hack for ACPI

* Allows ACPI to fully probe and attach all acpi devices before
attaching any non-ACPI devices.

* May improve device attach stability.

* Currently on

kernel - Add a global priority hack for ACPI

* Allows ACPI to fully probe and attach all acpi devices before
attaching any non-ACPI devices.

* May improve device attach stability.

* Currently only implemented at the top-level of the acpi
device tree.

show more ...


Revision tags: v5.0.2, v5.0.1, v5.0.0, v5.0.0rc2, v5.1.0, v5.0.0rc1, v4.8.1, v4.8.0, v4.6.2, v4.9.0, v4.8.0rc, v4.6.1, v4.6.0, v4.6.0rc2, v4.6.0rc, v4.7.0, v4.4.3, v4.4.2, v4.4.1, v4.4.0, v4.5.0, v4.4.0rc, v4.2.4, v4.3.1, v4.2.3, v4.2.1, v4.2.0
# 7fdff911 22-Jun-2015 Sascha Wildner <saw@online.de>

kernel: Include generic headers which will take care of platforms.


Revision tags: v4.0.6, v4.3.0, v4.2.0rc, v4.0.5, v4.0.4, v4.0.3, v4.0.2, v4.0.1
# 9d1f0c52 15-Nov-2014 Sascha Wildner <saw@online.de>

kernel: Refer to it as "ACPICA", not "ACPI CA" or "ACPI-CA".


Revision tags: v4.0.0, v4.0.0rc3, v4.0.0rc2, v4.0.0rc, v4.1.0, v3.8.2, v3.8.1, v3.6.3, v3.8.0, v3.8.0rc2, v3.9.0, v3.8.0rc
# 3905511e 25-May-2014 Sascha Wildner <saw@online.de>

kernel/acpi: Use standard types.


Revision tags: v3.6.2, v3.6.1, v3.6.0, v3.7.1, v3.6.0rc, v3.7.0, v3.4.3, v3.4.2
# 06871c60 08-May-2013 Sascha Wildner <saw@online.de>

kernel/acpi: Sync acpi_pci_link with FreeBSD.

* Fix use-after-free bug for extended IRQ resource[1].

* Some BIOSes use an Extended IRQ resource descriptor in _PRS for a link
that uses non-ISA IRQ

kernel/acpi: Sync acpi_pci_link with FreeBSD.

* Fix use-after-free bug for extended IRQ resource[1].

* Some BIOSes use an Extended IRQ resource descriptor in _PRS for a link
that uses non-ISA IRQs but use a plain IRQ resource in _CRS. However,
a non-ISA IRQ can't fit into a plain IRQ resource. If we encounter a
link like this, build the resource buffer from _PRS instead of _CRS.

* Set the correct size of the end tag in a resource buffer.

* Make MALLOC_DEFINEs that have no corresponding MALLOC_DECLAREs static.

Reviewed-and-tested-by: sephe

show more ...


# 737d9e74 08-May-2013 Sascha Wildner <saw@online.de>

kernel/acpi: Fix a typo in a function name.


Revision tags: v3.4.0, v3.4.1, v3.4.0rc, v3.5.0
# d3c9c58e 20-Feb-2013 Sascha Wildner <saw@online.de>

kernel: Use DEVMETHOD_END in the drivers.


# 5db2f26e 03-Jan-2013 Sascha Wildner <saw@online.de>

kernel: Move sys/dev/acpica5 to sys/dev/acpica.

The 5 used to indicate that it was imported from FreeBSD 5 but that
doesn't matter anymore.

In-discussion-with: sephe