{sb,soc}/intel/*/acpi/lpc.asl: Drop commented-out code
This code has been commented out for a long time. Drop it. Change-Id: Iddc635dc5bbc7a8b42e97f4e2f6d579a839d874b Signed-off-by: Angel Pons <th3fanbus@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/43264 Reviewed-by: Tim Wawrzynczak <twawrzynczak@chromium.org> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
parent
b7db12bf7e
commit
5567bb5c25
7 changed files with 0 additions and 18 deletions
|
@ -102,10 +102,6 @@ Device (LPCB)
|
|||
Name (_CRS, ResourceTemplate()
|
||||
{
|
||||
IO (Decode16, 0x70, 0x70, 1, 8)
|
||||
/*
|
||||
* Disable as Windows doesn't like it, and systems don't seem to use it.
|
||||
* IRQNoFlags() { 8 }
|
||||
*/
|
||||
})
|
||||
}
|
||||
|
||||
|
|
|
@ -118,10 +118,6 @@ Device (LPCB)
|
|||
Name (_CRS, ResourceTemplate()
|
||||
{
|
||||
IO (Decode16, 0x70, 0x70, 1, 8)
|
||||
/*
|
||||
* Disable as Windows doesn't like it, and systems don't seem to use it.
|
||||
* IRQNoFlags() { 8 }
|
||||
*/
|
||||
})
|
||||
}
|
||||
|
||||
|
|
|
@ -184,8 +184,6 @@ Device (LPCB)
|
|||
Name (_CRS, ResourceTemplate()
|
||||
{
|
||||
IO (Decode16, 0x70, 0x70, 1, 8)
|
||||
// Disable as Windows doesn't like it, and systems don't seem to use it.
|
||||
// IRQNoFlags() { 8 }
|
||||
})
|
||||
}
|
||||
|
||||
|
|
|
@ -167,8 +167,6 @@ Device (LPCB)
|
|||
Name (_CRS, ResourceTemplate()
|
||||
{
|
||||
IO (Decode16, 0x70, 0x70, 1, 8)
|
||||
// Disable as Windows doesn't like it, and systems don't seem to use it.
|
||||
// IRQNoFlags() { 8 }
|
||||
})
|
||||
}
|
||||
|
||||
|
|
|
@ -167,8 +167,6 @@ Device (LPCB)
|
|||
Name (_CRS, ResourceTemplate()
|
||||
{
|
||||
IO (Decode16, 0x70, 0x70, 1, 8)
|
||||
// Disable as Windows doesn't like it, and systems don't seem to use it.
|
||||
// IRQNoFlags() { 8 }
|
||||
})
|
||||
}
|
||||
|
||||
|
|
|
@ -167,8 +167,6 @@ Device (LPCB)
|
|||
Name (_CRS, ResourceTemplate()
|
||||
{
|
||||
IO (Decode16, 0x70, 0x70, 1, 8)
|
||||
// Disable as Windows doesn't like it, and systems don't seem to use it.
|
||||
// IRQNoFlags() { 8 }
|
||||
})
|
||||
}
|
||||
|
||||
|
|
|
@ -192,8 +192,6 @@ Device (LPCB)
|
|||
Name (_CRS, ResourceTemplate()
|
||||
{
|
||||
IO (Decode16, 0x70, 0x70, 1, 8)
|
||||
// Disable as Windows doesn't like it, and systems don't seem to use it.
|
||||
// IRQNoFlags() { 8 }
|
||||
})
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue