simh-testsetgenerator/PDP11
Mark Pizzolato 368a5f6998 PDP11, VAX780: Fix DEUNA handling of incoming packets which are dropped into multiple receive buffers.
Make sure to properly support multiple receive buffers by correctly setting the data length read and the appropriate buffer descriptor status bits for each buffer descriptor that is used to hold a packet.
2014-11-12 14:28:27 -08:00
..
lunar11 DISPLAY: Latest version of display code from Phil Budne and Doug Gwyn including initial pdp1_dpy and pdp11_vt 2013-10-16 01:02:12 -07:00
pdp11_cis.c Compiler suggested cleanups. 2014-10-27 17:14:28 -07:00
pdp11_cpu.c PDP11: Correct proper boot support for PDP11 devices when booting via a Remote Console Master session 2014-10-28 10:19:39 -07:00
pdp11_cpumod.c SCP: Added generic output routine sim_printf to output to stdout and sim_log (and sim_deb when enabled) 2014-03-28 08:20:05 -07:00
pdp11_cpumod.h Changed use of compile #defines which start with a _ character to not do this since defined symbols starting with _ are reserved to local compiler/runtime implementations in the C language. This addresses issue #32 2013-03-12 11:07:58 -07:00
pdp11_cr.c Compiler suggested cleanups. 2014-10-27 17:14:28 -07:00
pdp11_cr_dat.h PDP-10 update: CD20 2013-07-05 00:16:11 -04:00
pdp11_dc.c Compiler suggested cleanups. 2014-02-14 17:07:45 -08:00
pdp11_ddcmp.h PDP10, PDP11, VAX: Fixed Sync Data corruption Troll to actually discard transmit packets which it thinks it wants to. 2014-05-31 13:24:49 -07:00
pdp11_defs.h PDP10,PDP11,VAX: Addition of inter operable DUP11, DMC11 and KDP11 devices 2013-11-25 07:00:17 -08:00
pdp11_dl.c Compiler suggested cleanups. 2014-02-14 17:07:45 -08:00
pdp11_dmc.c General cleanup migrate to using sim_printf vs separate calls to printf and fprintf(sim_log). 2014-10-22 17:12:14 -07:00
pdp11_dup.c PDP10, PDP11, VAX: Make sure that the DMC and DUP devices produce the right messages when an attach is attempted to an already attached line 2014-04-06 16:42:10 -07:00
pdp11_dup.h PDP10,PDP11,VAX: Addition of inter operable DUP11, DMC11 and KDP11 devices 2013-11-25 07:00:17 -08:00
pdp11_dz.c SCP: Added generic output routine sim_printf to output to stdout and sim_log (and sim_deb when enabled) 2014-03-28 08:20:05 -07:00
pdp11_fp.c Remove stray tab characters which crept in over time 2013-06-03 06:29:01 -07:00
pdp11_hk.c Compiler suggested cleanups. 2014-02-14 17:07:45 -08:00
pdp11_io.c PDP-11/VAX Update: NPR to/from IO Space 2013-07-05 00:48:10 -04:00
pdp11_io_lib.c SCP: Added generic output routine sim_printf to output to stdout and sim_log (and sim_deb when enabled) 2014-03-28 08:20:05 -07:00
pdp11_io_lib.h Changed use of compile #defines which start with a _ character to not do this since defined symbols starting with _ are reserved to local compiler/runtime implementations in the C language. This addresses issue #32 2013-03-12 11:07:58 -07:00
pdp11_ke.c Compiler warning cleanup 2013-11-05 16:42:17 -08:00
pdp11_kg.c Compiler suggested cleanups. 2014-02-14 17:07:45 -08:00
pdp11_kmc.c Compiler suggested cleanups. 2014-10-27 17:14:28 -07:00
pdp11_lp.c Adding more device help 2013-02-05 04:41:48 -08:00
pdp11_mscp.h Changed use of compile #defines which start with a _ character to not do this since defined symbols starting with _ are reserved to local compiler/runtime implementations in the C language. This addresses issue #32 2013-03-12 11:07:58 -07:00
pdp11_pclk.c Reworked Auto Configure for all Qbus/Unibus devices to have their device address settings table driven from the auto configure code rather than statically defined in many per cpu model include files. 2012-12-20 13:58:11 -08:00
pdp11_pt.c SCP: Added generic output routine sim_printf to output to stdout and sim_log (and sim_deb when enabled) 2014-03-28 08:20:05 -07:00
pdp11_rc.c Compiler nits for void * assignments from Bob Supnik 2013-09-04 19:50:47 -07:00
pdp11_rf.c Compiler suggested cleanups. 2014-10-27 17:14:28 -07:00
pdp11_rh.c SCP: Added generic output routine sim_printf to output to stdout and sim_log (and sim_deb when enabled) 2014-03-28 08:20:05 -07:00
pdp11_rk.c Compiler suggested cleanups. 2014-02-14 17:07:45 -08:00
pdp11_rl.c Compiler suggested cleanups. 2014-02-14 17:07:45 -08:00
pdp11_rp.c Compiler suggested cleanups. 2014-02-14 17:07:45 -08:00
pdp11_rq.c PDP11, VAX: Enhance help SET RQn FORMAT description 2014-09-29 03:08:59 -07:00
pdp11_rs.c Compiler suggested cleanups. 2014-10-27 17:14:28 -07:00
pdp11_rx.c Compiler suggested cleanups. 2014-02-14 17:07:45 -08:00
pdp11_ry.c Compiler suggested cleanups. 2014-02-14 17:07:45 -08:00
pdp11_stddev.c PDP8/PDP11/VAX: Support high speed character input on console and other multiplexer ports instead of limiting input data rate to 1 character per clock tick. 2013-10-23 07:50:39 -07:00
pdp11_sys.c Compiler suggested cleanups. 2014-02-14 17:07:45 -08:00
pdp11_ta.c Compiler suggested cleanups. 2014-02-14 17:07:45 -08:00
pdp11_tc.c SCP: Added generic output routine sim_printf to output to stdout and sim_log (and sim_deb when enabled) 2014-03-28 08:20:05 -07:00
pdp11_tm.c Compiler suggested cleanups. 2014-02-14 17:07:45 -08:00
pdp11_tq.c PDP11, VAX: Better support for various positioning operations which different OS drivers use. Fix to properly record/tolerate skip n records reaching a tape mark. Fix to #139 2014-05-16 12:46:08 -07:00
pdp11_ts.c Compiler suggested cleanups. 2014-10-27 17:14:28 -07:00
pdp11_tu.c PDP11: Fix to correctly set PS value on CPU reset to reflect the model specific ways real hardware behaved. (from Bob Supnik) 2013-10-27 05:30:13 -07:00
pdp11_uqssp.h Changed use of compile #defines which start with a _ character to not do this since defined symbols starting with _ are reserved to local compiler/runtime implementations in the C language. This addresses issue #32 2013-03-12 11:07:58 -07:00
pdp11_vh.c PDP11,VAX: Fix bug which scheduled the wrong unit when more than one VH device is configured, Fix #113 2014-02-14 11:21:42 -08:00
pdp11_vt.c DISPLAY: Latest version of display code from Phil Budne and Doug Gwyn including initial pdp1_dpy and pdp11_vt 2013-10-16 01:02:12 -07:00
pdp11_xq.c PDP11, VAX: Fix DEQNA emulation to properly indicate receive buffer length for the last segment when dropping incoming packets into multiple buffer descriptors. 2014-11-11 17:32:51 -08:00
pdp11_xq.h VAX: Make sure that Ultrix 1.X specific behaviors are only in effect with that OS 2014-07-17 10:04:40 -07:00
pdp11_xq_bootrom.h PDP11: XQ Device is now bootable on a Qbus PDP11 simulator. The ROM based Citizenship tests now pass. 2013-11-16 18:13:09 -08:00
pdp11_xu.c PDP11, VAX780: Fix DEUNA handling of incoming packets which are dropped into multiple receive buffers. 2014-11-12 14:28:27 -08:00
pdp11_xu.h PDP11, VAX: Added Ethernet packet transmission throttling support to XQ and XU devices. 2014-06-06 15:03:31 -07:00
txt2cbn.c Notes For V3.6-0 2011-04-15 08:35:15 -07:00