summaryrefslogtreecommitdiffstats
path: root/results/scraper/launchpad-without-comments/1478376
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--results/scraper/launchpad-without-comments/147837611
1 files changed, 11 insertions, 0 deletions
diff --git a/results/scraper/launchpad-without-comments/1478376 b/results/scraper/launchpad-without-comments/1478376
new file mode 100644
index 00000000..c9e7b7b4
--- /dev/null
+++ b/results/scraper/launchpad-without-comments/1478376
@@ -0,0 +1,11 @@
+PL050 KMIDATA register does not reset
+
+static uint32_t pl050_read(void *opaque, target_phys_addr_t offset){
+ ...
+ case 2: /* KMIDATA */
+ if (s->pending)
+ s->last = ps2_read_data(s->dev);
+ return s->last;
+}
+
+When the receive queue is empty (s->pending is false), is the KMIDATA register supposed to be reset to 0x00? In the current implementation, the KMIDATA does not reverse its value after interrupt is lowered. \ No newline at end of file