On 8/12/06, Paul Brook wrote: > > CVSROOT: /sources/qemu > Module name: qemu > Changes by: Paul Brook 06/08/12 01:04:27 > > Modified files: > . : usb-linux.c vl.h > hw : esp.c lsi53c895a.c scsi-disk.c usb-hid.c > usb-hub.c usb-msd.c usb-ohci.c usb-uhci.c usb.c > usb.h > pc-bios : openbios-sparc32 > Added files: > pc-bios : openbios-esp.diff > > Log message: > SCSI and USB async IO support. Problem in esp.c: if request cannot be handled in one scsi device access, DMA ptr s->espdmaregs[1] will be incremented by async transfer size both in esp_do_dma() and in esp_command_complete(). Removing the one in esp_do_dma() allows me to boot aurora sparc linux with qemu-system-sparc. -- Kind Regards, Igor V. Kovalenko