pkimpel / retro-b5500

Web-based emulator and operating environment for the Burroughs B5500 computer system.

Home Page:http://www.phkimpel.us/B5500/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unit busy vs. disk check complete interrupt

GoogleCodeExporter opened this issue · comments

Unit busy for DKA and DKB when doing a read-check operation is currently reset 
when the disk-finished interrupt occurs, not at I/O completion. This may not be 
correct. We had to change the way the printer worked so that busy was reset at 
I/O complete, and the disk may require the same change to CentralControl and 
IOUnit.

Original issue reported on code.google.com by paul.kimpel@digm.com on 14 Jun 2013 at 3:29

MCP does not appear to issue read-check operations, and have not seen any 
evidence that the current approach is causing a problem, so changing this 
priority to Low.

Original comment by paul.kimpel@digm.com on 20 Jul 2014 at 2:04

  • Added labels: Priority-Low
  • Removed labels: Priority-Medium