From 7997262b98067cee01c3655da7b55d727e42d106 Mon Sep 17 00:00:00 2001 From: Li-Ta Lo Date: Mon, 29 Jan 2001 09:56:21 +0000 Subject: [PATCH] minor bug fix in chipset init code --- src/northsouthbridge/sis/730/ipl.S | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/src/northsouthbridge/sis/730/ipl.S b/src/northsouthbridge/sis/730/ipl.S index f19de311ef..ff5219d01e 100644 --- a/src/northsouthbridge/sis/730/ipl.S +++ b/src/northsouthbridge/sis/730/ipl.S @@ -280,9 +280,6 @@ doc_delay: jl read_next_page # no, read next page sis730ipl_end: - movb $0x77, %al - outb %al,$0x80 - jmp spl_vector # jump to SPL vector /* ------------------------------------------------------------------------------------------*/ @@ -381,9 +378,10 @@ pci_init_table: # High Byte -> Register Low Byte -> Value #include "dll.inc" + + .word 0x0407 # Turn on Bus Master, Memory/IO Space - .word 0x5280 # - .word 0x0407 # Turn on Bus Master + .word 0x5280 # Set Memory Connamd Output Timming to Delay 1T .word 0x5680 # Precharge .word 0x5640 # Mode Register Set @@ -391,9 +389,10 @@ pci_init_table: .word 0x5620 # Refresh .word 0x5620 # Refresh - .byte 0x5601 # CAS = 3T - .word 0x50c5 # Refresh Cycle Enable + + #.byte 0x5601 # CAS = 3T + .word 0x0000 /* Null, End of table */ .org 0x01f0