1
0
mirror of https://github.com/simh/simh.git synced 2026-01-14 07:39:29 +00:00
Mark Pizzolato f59d86d7c0 VAX: Fix for unaligned longword access to Qbus space from Matt Burke for issue #88
When the conversational boot is waiting for input it uses a BLBC instruction to read the DUART status register and test the RXR bit. This generates an unaligned longword read in Qbus I/O space (Yuk!). I realised that the code to read unaligned data in vax_mmu is broken. It attempts to read the aligned longwords that the data spans, but there was no code to convert the unaligned pa passed in to it's aligned form, thus the wrong bytes are returned and the BLBC never sees the RXR bit.
2013-11-10 13:04:28 -08:00
..
2011-04-15 08:35:43 -07:00
2011-04-15 08:35:43 -07:00
2011-04-15 08:35:43 -07:00
2013-02-05 04:41:48 -08:00
2013-07-11 15:39:15 -04:00
2013-07-11 15:39:15 -04:00
2013-07-11 15:39:15 -04:00
2013-07-11 15:39:15 -04:00
2013-02-05 04:41:48 -08:00
2013-07-11 15:39:15 -04:00
2013-09-05 23:30:22 -07:00
2012-04-23 11:50:43 -07:00
2013-09-05 23:30:22 -07:00
2013-07-11 15:39:15 -04:00