diff options
author | dwmalone <dwmalone@FreeBSD.org> | 2005-06-26 18:19:14 +0000 |
---|---|---|
committer | dwmalone <dwmalone@FreeBSD.org> | 2005-06-26 18:19:14 +0000 |
commit | d2fd6dd3fbd62922e9b219babacabca023d40e20 (patch) | |
tree | ae98e1013d2e379d6cc68c65caf43658552c287a /sys/dev | |
parent | f1f0123e88adadd09a074577a66eedcdcfa047bc (diff) | |
download | FreeBSD-src-d2fd6dd3fbd62922e9b219babacabca023d40e20.zip FreeBSD-src-d2fd6dd3fbd62922e9b219babacabca023d40e20.tar.gz |
Add a quirk for a motherboard whose acpi timer runs too fast.
Approved by: re (scottl)
Approved by: nate
MFC after: 2 weeks
Diffstat (limited to 'sys/dev')
-rw-r--r-- | sys/dev/acpica/acpi_quirks | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/sys/dev/acpica/acpi_quirks b/sys/dev/acpica/acpi_quirks index 055f3a9..4b2099d 100644 --- a/sys/dev/acpica/acpi_quirks +++ b/sys/dev/acpica/acpi_quirks @@ -260,6 +260,14 @@ oem: FADT "GBT" "AWRDACPI" oem_rev: FADT = 0 quirks: ACPI_Q_BROKEN +# GA-5AX (Rev 4) +# Testing indicates that the ACPI timer runs twice as fast but otherwise +# this system works normally. +name: GBT_AWRDACPI +oem: FADT "GBT " "AWRDACPI" +oem_rev: FADT <= 0x42302e31 +quirks: ACPI_Q_TIMER + # Hitachi Flora 220CX name: Hitachi_Flora_220CX oem: FADT "HTCLTD" "HTC2041 " |