summaryrefslogtreecommitdiff
path: root/src/mainboard/via
diff options
context:
space:
mode:
authorStefan Reinauer <stepan@coresystems.de>2010-09-23 18:29:40 +0000
committerStefan Reinauer <stepan@openbios.org>2010-09-23 18:29:40 +0000
commitd6b4f1cd0ad43d29fe925a6cc6951f205a8ead50 (patch)
tree2c7b6d352ad0ee6064f976f3f9c09ecabcb7e9c8 /src/mainboard/via
parent06694a89528329e0a1bff2b9adf83f0f30e1a77e (diff)
downloadcoreboot-d6b4f1cd0ad43d29fe925a6cc6951f205a8ead50.tar.xz
Fix some wrong capitalizations, reformat comments, fix a typo.
Signed-off-by: Stefan Reinauer <stepan@coresystems.de> Acked-by: Stefan Reinauer <stepan@coresystems.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5829 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/mainboard/via')
-rw-r--r--src/mainboard/via/epia-n/acpi/irq_links.asl8
-rw-r--r--src/mainboard/via/epia-n/acpi/pata_methods.asl15
2 files changed, 12 insertions, 11 deletions
diff --git a/src/mainboard/via/epia-n/acpi/irq_links.asl b/src/mainboard/via/epia-n/acpi/irq_links.asl
index fc93e760b5..29b2a1bbc8 100644
--- a/src/mainboard/via/epia-n/acpi/irq_links.asl
+++ b/src/mainboard/via/epia-n/acpi/irq_links.asl
@@ -16,7 +16,7 @@
/* Status - always return ready */
Method (_STA, 0, NotSerialized)
{
- /* See If Coreboot has allocated INTA# */
+ /* See if coreboot has allocated INTA# */
And (PIRA, 0xF0, Local0)
If (LEqual (Local0, 0x00))
{
@@ -94,7 +94,7 @@
Name (_UID, 0x02)
Method (_STA, 0, NotSerialized)
{
- /* See If Coreboot has allocated INTB# */
+ /* See if coreboot has allocated INTB# */
And (PIBC, 0x0F, Local0)
If (LEqual (Local0, 0x00))
{
@@ -172,7 +172,7 @@
Name (_UID, 0x03)
Method (_STA, 0, NotSerialized)
{
- /* See If Coreboot has allocated INTC# */
+ /* See if coreboot has allocated INTC# */
And (PIBC, 0xF0, Local0)
If (LEqual (Local0, 0x00))
{
@@ -251,7 +251,7 @@ Device (LNKD)
Name (_UID, 0x04)
Method (_STA, 0, NotSerialized)
{
- /* See If Coreboot has allocated INTD# */
+ /* See if coreboot has allocated INTD# */
And (PIRD, 0xF0, Local0)
If (LEqual (Local0, 0x00))
{
diff --git a/src/mainboard/via/epia-n/acpi/pata_methods.asl b/src/mainboard/via/epia-n/acpi/pata_methods.asl
index 68d505868e..6106fc9a36 100644
--- a/src/mainboard/via/epia-n/acpi/pata_methods.asl
+++ b/src/mainboard/via/epia-n/acpi/pata_methods.asl
@@ -47,13 +47,14 @@ Name (TIM0, Package (0x07)
})
-/* This method sets up the PATA Timing Control*/
-/* Note that a lot of this is done in the */
-/* Coreboot VT8237R Init code, but this is */
-/* already getting very cluttered with board */
-/* specific code. Using ACPI will allow this */
-/* to be de-cluttered a bit (so long as we're */
-/* running a ACPI Capable OS !!!) */
+/* This method sets up the PATA Timing Control.
+ * Note that a lot of this is done in the
+ * coreboot VT8237R init code, but this is
+ * already getting very cluttered with board
+ * specific code. Using ACPI will allow this
+ * to be de-cluttered a bit (so long as we're
+ * running a ACPI capable OS!)
+ */
Method (PMEX, 0, Serialized)
{