summaryrefslogtreecommitdiff
path: root/hw/scsi
diff options
context:
space:
mode:
authorHervé Poussineau <hpoussin@reactos.org>2013-09-14 17:51:08 +0200
committerPaolo Bonzini <pbonzini@redhat.com>2013-09-16 12:42:35 +0200
commit689f5ff4376c576681ee581f11e710d6711f06b4 (patch)
treed943bb79bf84b25f4682aefa971bb9fbf1d1ee94 /hw/scsi
parent0903c35ddeebde56772b39cf08e7a0bae2eb39eb (diff)
downloadqemu-689f5ff4376c576681ee581f11e710d6711f06b4.tar.gz
lsi: remove todo
LSI emulation has been tested with Linux on PPC platform. Signed-off-by: Hervé Poussineau <hpoussin@reactos.org> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'hw/scsi')
-rw-r--r--hw/scsi/lsi53c895a.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/hw/scsi/lsi53c895a.c b/hw/scsi/lsi53c895a.c
index 89d934b4be..87c88886c5 100644
--- a/hw/scsi/lsi53c895a.c
+++ b/hw/scsi/lsi53c895a.c
@@ -7,9 +7,6 @@
* This code is licensed under the LGPL.
*/
-/* ??? Need to check if the {read,write}[wl] routines work properly on
- big-endian targets. */
-
#include <assert.h>
#include "hw/hw.h"