diff options
Diffstat (limited to 'src/mainboard')
-rw-r--r-- | src/mainboard/amd/mahogany/dsdt.asl | 2 | ||||
-rw-r--r-- | src/mainboard/tyan/s2881/Kconfig | 2 | ||||
-rw-r--r-- | src/mainboard/tyan/s2882/Kconfig | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/src/mainboard/amd/mahogany/dsdt.asl b/src/mainboard/amd/mahogany/dsdt.asl index 07d85149ff..981f7284fa 100644 --- a/src/mainboard/amd/mahogany/dsdt.asl +++ b/src/mainboard/amd/mahogany/dsdt.asl @@ -270,7 +270,7 @@ DefinitionBlock ( /* Byte offsets are computed using the following technique: * ((bus number + 1) * ((device number * 8) * 4096)) + register offset * The 8 comes from 8 functions per device, and 4096 bytes per function config space - */ + */ Offset(0x00088024), /* Byte offset to SATA register 24h - Bus 0, Device 17, Function 0 */ STB5, 32, Offset(0x00098042), /* Byte offset to OHCI0 register 42h - Bus 0, Device 19, Function 0 */ diff --git a/src/mainboard/tyan/s2881/Kconfig b/src/mainboard/tyan/s2881/Kconfig index e12e95638b..eae991c17a 100644 --- a/src/mainboard/tyan/s2881/Kconfig +++ b/src/mainboard/tyan/s2881/Kconfig @@ -14,7 +14,7 @@ config BOARD_TYAN_S2881 select HAVE_MP_TABLE select BOARD_ROMSIZE_KB_512 select SB_HT_CHAIN_UNITID_OFFSET_ONLY - select DRIVERS_SIL + select DRIVERS_SIL_3114 config MAINBOARD_DIR string diff --git a/src/mainboard/tyan/s2882/Kconfig b/src/mainboard/tyan/s2882/Kconfig index fdb486d151..1c12f41131 100644 --- a/src/mainboard/tyan/s2882/Kconfig +++ b/src/mainboard/tyan/s2882/Kconfig @@ -13,7 +13,7 @@ config BOARD_TYAN_S2882 select HAVE_MP_TABLE select BOARD_ROMSIZE_KB_512 select SB_HT_CHAIN_UNITID_OFFSET_ONLY - select DRIVERS_SIL + select DRIVERS_SIL_3114 config MAINBOARD_DIR string |