aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/via/epia-n/acpi/irq_links.asl
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/via/epia-n/acpi/irq_links.asl')
-rw-r--r--src/mainboard/via/epia-n/acpi/irq_links.asl8
1 files changed, 4 insertions, 4 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))
{