summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornjl <njl@FreeBSD.org>2004-06-24 06:37:23 +0000
committernjl <njl@FreeBSD.org>2004-06-24 06:37:23 +0000
commit4e2f43832bfa6b3133396e3f00609eb46ebab8d3 (patch)
treed70661ee29ce9634371cf7a18a791a6fef1a8eba
parent4259b2bf62b298fafdb6b49c0079e4fdffd41535 (diff)
downloadFreeBSD-src-4e2f43832bfa6b3133396e3f00609eb46ebab8d3.zip
FreeBSD-src-4e2f43832bfa6b3133396e3f00609eb46ebab8d3.tar.gz
Update some comments and remove non-standard notation.
-rw-r--r--sys/dev/acpica/acpi_quirks11
1 files changed, 7 insertions, 4 deletions
diff --git a/sys/dev/acpica/acpi_quirks b/sys/dev/acpica/acpi_quirks
index 8e9361a..40c6f3c 100644
--- a/sys/dev/acpica/acpi_quirks
+++ b/sys/dev/acpica/acpi_quirks
@@ -105,10 +105,11 @@ oem_rev: FADT <= 0x06040000
quirks: ACPI_Q_BROKEN
# Compaq Thunder 05/18/99
+# XXX Note creator rev should be "=", I think
name: Compaq_Thunder
oem: FADT "COMPAQ" "THUNDER "
oem_rev: FADT <= 1
-creator_rev: FADT <= 0 !!! Should be =
+creator_rev: FADT <= 0
quirks: ACPI_Q_BROKEN
# Compaq RaceBait 12/06/99
@@ -124,15 +125,17 @@ oem_rev: FADT <= 0x27cf011b
quirks: ACPI_Q_BROKEN
# Dell CPt
+# XXX Is ">=" correct?
name: Dell_CPt
oem: FADT "DELL " "CPt C "
-oem_rev: FADT >= 0x27cf090e !!! should be <= ?
+oem_rev: FADT >= 0x27cf090e
quirks: ACPI_Q_BROKEN
# Dell CPt A02
+# XXX Is ">=" correct?
name: Dell_CPt_A02
oem: FADT "DELL " "CPt C "
-oem_rev: FADT >= 0x27cf090f !!! should be <= ?
+oem_rev: FADT >= 0x27cf090f
quirks: ACPI_Q_BROKEN
# Dell Latitude LT
@@ -355,7 +358,7 @@ quirks: ACPI_Q_BROKEN
# Iwill DBS100
name: Iwill_DBS100
-oem: FADT "AWARD " "AWRDACPI" !!! dupe?
+oem: FADT "AWARD " "AWRDACPI"
oem_rev: FADT = 0
quirks: ACPI_Q_BROKEN
OpenPOWER on IntegriCloud