diff options
Diffstat (limited to 'results/classifier/gemma3:12b/device/1014099')
| -rw-r--r-- | results/classifier/gemma3:12b/device/1014099 | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/results/classifier/gemma3:12b/device/1014099 b/results/classifier/gemma3:12b/device/1014099 new file mode 100644 index 000000000..98979f070 --- /dev/null +++ b/results/classifier/gemma3:12b/device/1014099 @@ -0,0 +1,8 @@ + +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. \ No newline at end of file |