diff options
Diffstat (limited to 'src/mainboard/gigabyte')
-rw-r--r-- | src/mainboard/gigabyte/ma785gm/dsdt.asl | 4 | ||||
-rw-r--r-- | src/mainboard/gigabyte/ma785gmt/dsdt.asl | 4 | ||||
-rw-r--r-- | src/mainboard/gigabyte/ma78gm/dsdt.asl | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/src/mainboard/gigabyte/ma785gm/dsdt.asl b/src/mainboard/gigabyte/ma785gm/dsdt.asl index 091d08ef40..3c5357957b 100644 --- a/src/mainboard/gigabyte/ma785gm/dsdt.asl +++ b/src/mainboard/gigabyte/ma785gm/dsdt.asl @@ -1428,8 +1428,8 @@ DefinitionBlock ( Return(0x0F) /* sata is visible */ } Method(_CRS, 0) { - CreateDwordField(CRS, ^HPT._BAS, HPBA) - Store(HPBA, HPBA) + CreateDwordField(CRS, ^HPT._BAS, HPBX) + Store(HPBA, HPBX) Return(CRS) } } /* End Device(_SB.PCI0.LpcIsaBr.COPR) */ diff --git a/src/mainboard/gigabyte/ma785gmt/dsdt.asl b/src/mainboard/gigabyte/ma785gmt/dsdt.asl index 091d08ef40..3c5357957b 100644 --- a/src/mainboard/gigabyte/ma785gmt/dsdt.asl +++ b/src/mainboard/gigabyte/ma785gmt/dsdt.asl @@ -1428,8 +1428,8 @@ DefinitionBlock ( Return(0x0F) /* sata is visible */ } Method(_CRS, 0) { - CreateDwordField(CRS, ^HPT._BAS, HPBA) - Store(HPBA, HPBA) + CreateDwordField(CRS, ^HPT._BAS, HPBX) + Store(HPBA, HPBX) Return(CRS) } } /* End Device(_SB.PCI0.LpcIsaBr.COPR) */ diff --git a/src/mainboard/gigabyte/ma78gm/dsdt.asl b/src/mainboard/gigabyte/ma78gm/dsdt.asl index 091d08ef40..3c5357957b 100644 --- a/src/mainboard/gigabyte/ma78gm/dsdt.asl +++ b/src/mainboard/gigabyte/ma78gm/dsdt.asl @@ -1428,8 +1428,8 @@ DefinitionBlock ( Return(0x0F) /* sata is visible */ } Method(_CRS, 0) { - CreateDwordField(CRS, ^HPT._BAS, HPBA) - Store(HPBA, HPBA) + CreateDwordField(CRS, ^HPT._BAS, HPBX) + Store(HPBA, HPBX) Return(CRS) } } /* End Device(_SB.PCI0.LpcIsaBr.COPR) */ |