History log of /freebsd/sys/dev/acpica/acpi_quirks (Results 1 – 13 of 13)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: release/14.0.0
# 031beb4e 16-Aug-2023 Warner Losh <imp@FreeBSD.org>

sys: Remove $FreeBSD$: one-line sh pattern

Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/


Revision tags: release/13.2.0, release/12.4.0, release/13.1.0, release/12.3.0, release/13.0.0, release/12.2.0, release/11.4.0, release/12.1.0, release/11.3.0, release/12.0.0, release/11.2.0, release/10.4.0, release/11.1.0, release/11.0.1, release/11.0.0, release/10.3.0, release/10.2.0, release/10.1.0, release/9.3.0, release/10.0.0, release/9.2.0, release/8.4.0, release/9.1.0, release/8.3.0_cvs, release/8.3.0, release/9.0.0, release/7.4.0_cvs, release/8.2.0_cvs, release/7.4.0, release/8.2.0, release/8.1.0_cvs, release/8.1.0, release/7.3.0_cvs, release/7.3.0, release/8.0.0_cvs, release/8.0.0, release/7.2.0_cvs, release/7.2.0, release/7.1.0_cvs, release/7.1.0, release/6.4.0_cvs, release/6.4.0, release/7.0.0_cvs, release/7.0.0, release/6.3.0_cvs, release/6.3.0, release/6.2.0_cvs, release/6.2.0, release/5.5.0_cvs, release/5.5.0, release/6.1.0_cvs, release/6.1.0, release/6.0.0_cvs, release/6.0.0
# d446f356 26-Jun-2005 David Malone <dwmalone@FreeBSD.org>

Add a quirk for a motherboard whose acpi timer runs too fast.

Approved by: re (scottl)
Approved by: nate
MFC after: 2 weeks


Revision tags: release/5.4.0_cvs, release/5.4.0
# af2b9fec 22-Feb-2005 John Baldwin <jhb@FreeBSD.org>

Add a entry for the Compaq R3000Z to indicate that it has the weird MADT
IRQ 0 quirk.


Revision tags: release/4.11.0_cvs, release/4.11.0, release/5.3.0_cvs, release/5.3.0
# 4f8c4e4d 08-Oct-2004 Nate Lawson <njl@FreeBSD.org>

Update a quirk for the ASUS P5A to disable the timer. It appears to work fine
with acpi but the timer runs twice as fast. Note that the main problem
(system doesn't work properly with acpi disabled

Update a quirk for the ASUS P5A to disable the timer. It appears to work fine
with acpi but the timer runs twice as fast. Note that the main problem
(system doesn't work properly with acpi disabled) should be fixed separately.

Changes:
* Add a quirk to disable the timer
* Merge the P5A and P5A-B quirks since they appear to be based on the
same ASL.

PR: i386/72450
Tested by: Kevin Oberman <oberman es.net>
MFC after: 3 days

show more ...


# 8c541590 29-Jun-2004 Nate Lawson <njl@FreeBSD.org>

Use a default of the FADT for matching CreatorId quirks. Use XSDT to mean
"match either RSDT or XSDT."


# bef57346 24-Jun-2004 Nate Lawson <njl@FreeBSD.org>

Update some comments and remove non-standard notation.


# e008d0c5 24-Jun-2004 Nate Lawson <njl@FreeBSD.org>

Add a quirks array based on matching ACPI tables. The entries in this file
are currently all bad BIOS revisions that will never be able to support
ACPI. They were derived by examining which BIOS's

Add a quirks array based on matching ACPI tables. The entries in this file
are currently all bad BIOS revisions that will never be able to support
ACPI. They were derived by examining which BIOS's are blacklisted by other
operating systems. Other types of quirks will be possible here as well.

show more ...


Revision tags: release/13.2.0, release/12.4.0, release/13.1.0, release/12.3.0, release/13.0.0, release/12.2.0, release/11.4.0, release/12.1.0, release/11.3.0, release/12.0.0, release/11.2.0, release/10.4.0, release/11.1.0, release/11.0.1, release/11.0.0, release/10.3.0, release/10.2.0, release/10.1.0, release/9.3.0, release/10.0.0, release/9.2.0, release/8.4.0, release/9.1.0, release/8.3.0_cvs, release/8.3.0, release/9.0.0, release/7.4.0_cvs, release/8.2.0_cvs, release/7.4.0, release/8.2.0, release/8.1.0_cvs, release/8.1.0, release/7.3.0_cvs, release/7.3.0, release/8.0.0_cvs, release/8.0.0, release/7.2.0_cvs, release/7.2.0, release/7.1.0_cvs, release/7.1.0, release/6.4.0_cvs, release/6.4.0, release/7.0.0_cvs, release/7.0.0, release/6.3.0_cvs, release/6.3.0, release/6.2.0_cvs, release/6.2.0, release/5.5.0_cvs, release/5.5.0, release/6.1.0_cvs, release/6.1.0, release/6.0.0_cvs, release/6.0.0
# d446f356 26-Jun-2005 David Malone <dwmalone@FreeBSD.org>

Add a quirk for a motherboard whose acpi timer runs too fast.

Approved by: re (scottl)
Approved by: nate
MFC after: 2 weeks


Revision tags: release/5.4.0_cvs, release/5.4.0
# af2b9fec 22-Feb-2005 John Baldwin <jhb@FreeBSD.org>

Add a entry for the Compaq R3000Z to indicate that it has the weird MADT
IRQ 0 quirk.


Revision tags: release/4.11.0_cvs, release/4.11.0, release/5.3.0_cvs, release/5.3.0
# 4f8c4e4d 08-Oct-2004 Nate Lawson <njl@FreeBSD.org>

Update a quirk for the ASUS P5A to disable the timer. It appears to work fine
with acpi but the timer runs twice as fast. Note that the main problem
(system doesn't work properly with acpi disabled

Update a quirk for the ASUS P5A to disable the timer. It appears to work fine
with acpi but the timer runs twice as fast. Note that the main problem
(system doesn't work properly with acpi disabled) should be fixed separately.

Changes:
* Add a quirk to disable the timer
* Merge the P5A and P5A-B quirks since they appear to be based on the
same ASL.

PR: i386/72450
Tested by: Kevin Oberman <oberman es.net>
MFC after: 3 days

show more ...


# 8c541590 29-Jun-2004 Nate Lawson <njl@FreeBSD.org>

Use a default of the FADT for matching CreatorId quirks. Use XSDT to mean
"match either RSDT or XSDT."


# bef57346 24-Jun-2004 Nate Lawson <njl@FreeBSD.org>

Update some comments and remove non-standard notation.


# e008d0c5 24-Jun-2004 Nate Lawson <njl@FreeBSD.org>

Add a quirks array based on matching ACPI tables. The entries in this file
are currently all bad BIOS revisions that will never be able to support
ACPI. They were derived by examining which BIOS's

Add a quirks array based on matching ACPI tables. The entries in this file
are currently all bad BIOS revisions that will never be able to support
ACPI. They were derived by examining which BIOS's are blacklisted by other
operating systems. Other types of quirks will be possible here as well.

show more ...