History log of /freebsd-current/sys/dev/acpica/acpi_quirks
Revision Date Author Comments
# 031beb4e 16-Aug-2023 Warner Losh <imp@FreeBSD.org>

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

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


# a7d5f7eb 19-Oct-2010 Jamie Gritton <jamie@FreeBSD.org>

A new jail(8) with a configuration file, to replace the work currently done
by /etc/rc.d/jail.


# d7f03759 19-Oct-2008 Ulf Lilleengen <lulf@FreeBSD.org>

- Import the HEAD csup code which is the basis for the cvsmode work.


# 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


# 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.


# 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) 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


# 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 are blacklisted by other
operating systems. Other types of quirks will be possible here as well.