Trivial. The comment also need to modify.
Signed-off-by: Zheng Bao <zheng.bao@amd.com> Acked-by: Zheng Bao <zheng.bao@amd.com> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5491 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
parent
b6128b6d05
commit
7d2a39631e
|
@ -271,7 +271,7 @@ DefinitionBlock (
|
||||||
* ((bus number + 1) * ((device number * 8) * 4096)) + register offset
|
* ((bus number + 1) * ((device number * 8) * 4096)) + register offset
|
||||||
* The 8 comes from 8 functions per device, and 4096 bytes per function config space
|
* 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 18, Function 0 */
|
Offset(0x00088024), /* Byte offset to SATA register 24h - Bus 0, Device 17, Function 0 */
|
||||||
STB5, 32,
|
STB5, 32,
|
||||||
Offset(0x00098042), /* Byte offset to OHCI0 register 42h - Bus 0, Device 19, Function 0 */
|
Offset(0x00098042), /* Byte offset to OHCI0 register 42h - Bus 0, Device 19, Function 0 */
|
||||||
PT0D, 1,
|
PT0D, 1,
|
||||||
|
|
|
@ -313,7 +313,7 @@ DefinitionBlock (
|
||||||
* ((bus number + 1) * ((device number * 8) * 4096)) + register offset
|
* ((bus number + 1) * ((device number * 8) * 4096)) + register offset
|
||||||
* The 8 comes from 8 functions per device, and 4096 bytes per function config space
|
* 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 18, Function 0 */
|
Offset(0x00088024), /* Byte offset to SATA register 24h - Bus 0, Device 17, Function 0 */
|
||||||
STB5, 32,
|
STB5, 32,
|
||||||
Offset(0x00098042), /* Byte offset to OHCI0 register 42h - Bus 0, Device 19, Function 0 */
|
Offset(0x00098042), /* Byte offset to OHCI0 register 42h - Bus 0, Device 19, Function 0 */
|
||||||
PT0D, 1,
|
PT0D, 1,
|
||||||
|
|
|
@ -313,7 +313,7 @@ DefinitionBlock (
|
||||||
* ((bus number + 1) * ((device number * 8) * 4096)) + register offset
|
* ((bus number + 1) * ((device number * 8) * 4096)) + register offset
|
||||||
* The 8 comes from 8 functions per device, and 4096 bytes per function config space
|
* 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 18, Function 0 */
|
Offset(0x00088024), /* Byte offset to SATA register 24h - Bus 0, Device 17, Function 0 */
|
||||||
STB5, 32,
|
STB5, 32,
|
||||||
Offset(0x00098042), /* Byte offset to OHCI0 register 42h - Bus 0, Device 19, Function 0 */
|
Offset(0x00098042), /* Byte offset to OHCI0 register 42h - Bus 0, Device 19, Function 0 */
|
||||||
PT0D, 1,
|
PT0D, 1,
|
||||||
|
|
Loading…
Reference in New Issue