summary refs log tree commit diff stats
path: root/results/scraper/launchpad-without-comments/1014099
blob: 76e4f2524819eb419dac947032b6afd1fcb67668 (plain) (blame)
1
2
3
4
5
6
7
hw/esp.c does not properly deal with TEST_UNIT_READY in NetBSD/sparc

The NetBSD ncr53c9x.c driver does a TEST_UNIT_READY command with SELATN but dma disabled sometimes (early during bus enumeration). This is fine, as the command will not produce nor consume any data, and works on real hardware.

However, the qemu emulation does not allow this (for reasons I don't understand).

The change below fixes the problem.