aboutsummaryrefslogtreecommitdiff
path: root/src/southbridge/intel/i82371eb
diff options
context:
space:
mode:
Diffstat (limited to 'src/southbridge/intel/i82371eb')
-rw-r--r--src/southbridge/intel/i82371eb/acpi/i82371eb.asl14
1 files changed, 7 insertions, 7 deletions
diff --git a/src/southbridge/intel/i82371eb/acpi/i82371eb.asl b/src/southbridge/intel/i82371eb/acpi/i82371eb.asl
index 305da2a8dd..cef36e924d 100644
--- a/src/southbridge/intel/i82371eb/acpi/i82371eb.asl
+++ b/src/southbridge/intel/i82371eb/acpi/i82371eb.asl
@@ -29,11 +29,11 @@
/* 8259-compatible Programmable Interrupt Controller */
Device (PIC)
{
- Name (_HID, EisaId ("PNP0000") )
+ Name (_HID, EisaId ("PNP0000"))
Name (_CRS, ResourceTemplate ()
{
- IO (Decode16, 0x0020, 0x0020, 0x01, 0x02, )
- IO (Decode16, 0x00A0, 0x00A0, 0x01, 0x02, )
+ IO (Decode16, 0x0020, 0x0020, 0x01, 0x02,)
+ IO (Decode16, 0x00A0, 0x00A0, 0x01, 0x02,)
IRQNoFlags () {2}
})
}
@@ -41,10 +41,10 @@
/* PC-class DMA Controller */
Device (DMA1)
{
- Name (_HID, EisaId ("PNP0200") )
+ Name (_HID, EisaId ("PNP0200"))
Name (_CRS, ResourceTemplate ()
{
- DMA (Compatibility, BusMaster, Transfer8, ) {4}
+ DMA (Compatibility, BusMaster, Transfer8,) {4}
IO (Decode16, 0x0000, 0x0000, 0x01, 0x10,)
IO (Decode16, 0x0080, 0x0080, 0x01, 0x11,)
IO (Decode16, 0x0094, 0x0094, 0x01, 0x0C,)
@@ -66,7 +66,7 @@
/* AT Real-Time Clock */
Device (RTC)
{
- Name (_HID, EisaId ("PNP0B00") )
+ Name (_HID, EisaId ("PNP0B00"))
Name (_CRS, ResourceTemplate ()
{
IO (Decode16,0x0070,0x0070,0x01,0x04,)
@@ -86,7 +86,7 @@
/* x87-compatible Floating Point Processing Unit */
Device (COPR)
{
- Name (_HID, EisaId ("PNP0C04") )
+ Name (_HID, EisaId ("PNP0C04"))
Name (_CRS, ResourceTemplate ()
{
IO (Decode16,0x00F0,0x00F0,0x01,0x10,)