1
0
mirror of https://github.com/simh/simh.git synced 2026-03-03 10:06:27 +00:00

DMC11 Rework

- Reworked the pdp11_dmc implementation to use the TMXR library for network I/O.
- Removed the need for a Primary or Secondary mode describing a DMC line setup/operation.
- Added additional unit to perform I/O polling activities to the DMC and DMP/DMV devices.
- Added Modem status information describing the link state to the register information provided.
- Added a command out queue to pass status information to the host.
This commit is contained in:
Mark Pizzolato
2013-07-10 11:59:45 -10:00
parent c454aa2498
commit 1852f74bba
6 changed files with 814 additions and 1164 deletions

View File

@@ -428,10 +428,6 @@
RelativePath="..\PDP11\pdp11_defs.h"
>
</File>
<File
RelativePath="..\PDP11\pdp11_dmc.h"
>
</File>
<File
RelativePath="..\PDP11\pdp11_dup.h"
>

View File

@@ -387,10 +387,6 @@
RelativePath="..\PDP11\pdp11_ddcmp.h"
>
</File>
<File
RelativePath="..\PDP11\pdp11_dmc.h"
>
</File>
<File
RelativePath="..\PDP11\pdp11_io_lib.h"
>

View File

@@ -395,10 +395,6 @@
RelativePath="..\PDP11\pdp11_ddcmp.h"
>
</File>
<File
RelativePath="..\PDP11\pdp11_dmc.h"
>
</File>
<File
RelativePath="..\PDP11\pdp11_io_lib.h"
>

View File

@@ -407,10 +407,6 @@
RelativePath="..\PDP11\pdp11_ddcmp.h"
>
</File>
<File
RelativePath="..\PDP11\pdp11_dmc.h"
>
</File>
<File
RelativePath="..\PDP11\pdp11_io_lib.h"
>