lsi: Properly initialize controller state on reset
authorJan Kiszka <jan.kiszka@siemens.com>
Fri, 30 Apr 2010 12:06:13 +0000 (14:06 +0200)
committerAnthony Liguori <aliguori@us.ibm.com>
Mon, 3 May 2010 17:09:48 +0000 (12:09 -0500)
commit1cc7acb31d6e1077fc1d012ee7ec117bfd6f3be4
tree3111ce03e056f4f9de04594f803d412114c94b68
parentc6597f1c027fae1488180425a0d95ce8d8cdce24
lsi: Properly initialize controller state on reset

The LSI controller was lacking a system reset handler. Simply invoke the
existing soft reset handler in this case. This also allows to drop its
explicit invocation during init.

Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
hw/lsi53c895a.c