Mark Pizzolato
a78c978f96
Fixed pamm initialization for SBI 0 and improved output of SHOW CPU MEMORY - from Johnny Billquist
2013-03-24 16:49:32 -07:00
Mark Pizzolato
8116b7571d
Fix VAX 8600 memory controller attribute descriptions to properly reflect the board size and slots.
...
Fixed value of 8600/8650 SID register ECO and PLANT fields.
Added SHOW CPU MEMORY command to display memory board configuration
2013-03-24 08:44:10 -07:00
Mark Pizzolato
ce41ac867a
Fixed the non-functional VAX 8600 boot and use of the console RL02 disk.
2013-03-21 12:05:10 -07:00
Mark Pizzolato
388b2be156
Added missing SET CPU MODEL to VAX 8600 simulator
2013-03-19 07:39:24 -07:00
Mark Pizzolato
51badc2d8e
The MicroVAX specific CPU Boot help has been moved to the MicroVAX specific modules
2013-03-19 01:52:31 -07:00
Mark Pizzolato
9b3694b102
Fixed extended VAX 8600 memory of 260MB.
2013-03-18 13:25:49 -07:00
Mark Pizzolato
960c5b5873
Fix issues observed by Sun C compiler
2013-03-18 12:52:43 -07:00
Mark Pizzolato
55e45c99a7
Correct VAX 8600 Maximum memory size since 64MB boards were available (Johnny Billquist)
...
The actual machine can have a max to 260MB of memory.
There are three different memory boards that exists for the 86x0, from a software point of view.
4MB, 16MB, and 64MB. In addition, you can mix different boards.
The rule is to put large boards first, and smaller boards later.
Even more fun is the fact that the 16MB and 64MB boards are stacked and thus take up two backplane slots in the backplane, while the 4MB board only takes up one slot.
To complete the picture, there are 8 slots in the memory backplane. You start by putting boards in slot 1, going to slot 8. The boards taking up two slots actually use slot n, while covering slot n-1. That means that the board in slot 1 does not cover up any other slot.
If you are using 16MB boards, the max memory is 68MB.
Slot 1,3,5 and 7 will have 16MB boards. And then you can place a 4MB board in slot 8.
Same story with the 64MB boards.
2013-03-18 05:36:24 -07:00
Mark Pizzolato
0605b6dff4
Added support for building on Solaris with the Sun C compiler
2013-03-17 16:50:57 -07:00
Mark Pizzolato
28f645aeab
Compiler suggested cleanups
2013-03-13 22:28:14 -07:00
Mark Pizzolato
9bd8305943
Cleanup compiler warnings on Solaris and newer OSX clang compilers.
...
Add Large File support on Solaris
2013-03-13 20:29:03 -07:00
Mark Pizzolato
d5ca542102
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
Mark Pizzolato
8f9a14c5a1
Fixed clk_help to display the correct device name for the VAX TODR implementations
2013-03-09 12:16:35 -08:00
Mark Pizzolato
b2ee3a5b92
Added VH device to the VAX 8600 system configuration
2013-02-11 10:07:23 -08:00
Mark Pizzolato
a91b6db21e
Adding help to VAX system devices
2013-02-06 06:34:31 -08:00
Mark Pizzolato
864b581e35
Adding more device help
2013-02-05 13:59:59 -08:00
Mark Pizzolato
453890f3d7
Adding more device help
2013-02-05 04:41:48 -08:00
Mark Pizzolato
6b4353f257
Returned the pdp11_cr device to the VAX Qbus systems and changed the pdp11_cr device to properly describe itself as a Qbus capable device when CR11 device is being simulated since it is a programmed I/O device and doesn't have bus addressing issues that DMA devices have.
2013-02-04 06:53:10 -08:00
Mark Pizzolato
8640cd6537
- Removed pdp11_cr and pdp11_ry from the Qbus VAX simulators since these devices can't address the full Q22 address range.
...
- Added validation checks in auto_config to reject enabled devices which aren't Q22 capable on Q22 platforms.
- Changed pdp11_cr device to be default disabled in the PDP11 simulator
2013-02-03 11:29:12 -08:00
Mark Pizzolato
7290474d4b
Removed pdp11_dmc from the Qbus VAX systems since the DMC11 is only a Unibus device
2013-02-03 06:43:29 -08:00
Mark Pizzolato
55693fb9b3
Added missing MOD_VALR flag on some recently revised MTAB entries
2013-02-02 17:27:22 -08:00
Mark Pizzolato
28b90552b7
Revised all VAX simulator devices to have proper help information defined to make "HELP dev SHOW" and "HELP dev SET" most useful.
2013-02-02 16:29:38 -08:00
Mark Pizzolato
e2fb3649e4
Added internal help for the vax_watch watch chip simulator and added a missing register declaration for the watch mode
2013-01-30 07:33:24 -08:00
Mark Pizzolato
8df4b94e7f
Added a SET CPU MODEL=(MicroVAX|VAXServer) to the VAX 3900 simulator
2013-01-29 08:37:58 -08:00
Mark Pizzolato
370f57ed56
Provide more useful help for VAX simulator boot commands and clearer error reports for boot command errors
2013-01-26 21:12:12 -08:00
Mark Pizzolato
c729942de6
Added SET CPU AUTOBOOT to the MicroVAX II and VAX 3900 simulators
2013-01-26 17:07:27 -08:00
Mark Pizzolato
6dcf5ba7d9
Renamed the VAX860 simulator to VAX8600, and used the VAX system model names for all simulators
2013-01-26 13:24:28 -08:00
Mark Pizzolato
d674bb1f8d
Changed VAX console input polling to only poll for input if the last character received has been processed by the VM
2013-01-26 10:43:10 -08:00
Mark Pizzolato
7a9db0fe64
Clean up output formatting for SHOW DEVICE, SHOW CONFIG and changed SHOW SYSTEM to SHOW FEATURES
2013-01-26 10:20:31 -08:00
Mark Pizzolato
cbe11147fc
Created a way for devices to have a description presentation routine and if it is supplied for its output to be visible with a SHOW SYSTEM command. Provided device description routines for devices used in the VAX simulators
2013-01-25 12:04:25 -08:00
Mark Pizzolato
9091330a5f
Compiler suggested fixes
2013-01-23 12:36:03 -08:00
Mark Pizzolato
33897a6ff2
Added UBA register descriptions
2013-01-22 16:07:55 -08:00
Mark Pizzolato
71fcfacafc
Added calls to sim_register_clock_unit for simulators with clock devices
2013-01-22 16:07:23 -08:00
Mark Pizzolato
115f8608c3
Fixed typo referring to auto configuration information
2013-01-22 16:06:04 -08:00
Mark Pizzolato
9fc6aa73d6
Finish migration for simulators to use generic clock co-scheduling and sim_activate_after for scheduled delays
2013-01-22 05:41:27 -08:00
Mark Pizzolato
83c1d80194
Merge branch 'master' into AsyncTmxr
...
Conflicts merged and missing changes in new modules added as needed for clock co-scheduling.
2013-01-21 16:52:42 -08:00
Mark Pizzolato
95033cee15
Declare the console port input and output polling units for most simulators to potentially allow asynchronous console I/O.
2013-01-21 11:31:29 -08:00
Mark Pizzolato
eb0dfedf73
Changed register variable names to avoid the reserved register name STATE
2013-01-17 05:29:03 -08:00
Mark Pizzolato
a60d9070db
Adding register descriptions to VAX processor devices
2013-01-16 17:26:30 -08:00
Mark Pizzolato
19f8fccbc1
Added HELP device REGISTERS support and register definitions for the VAX CPU device
2013-01-15 10:19:52 -08:00
Mark Pizzolato
923d5411f5
Added HELP CPU to all VAX simulators
2013-01-15 10:18:49 -08:00
Mark Pizzolato
8720c8c87b
Made the VAX model visible with a SHOW CPU MODEL command for all simulators and made the model persist across a SAVE/RESTORE for the VAX simulators with a settable model
2013-01-14 06:53:48 -08:00
Mark Pizzolato
dac73b9381
Migrating scp and library global variables to be declared as extern in the appropriate library include file and remove repetitive declarations in referencing modules.
2013-01-10 13:29:15 -08:00
Mark Pizzolato
bc816ae871
Fixed Asynchronous Event Queueing to work correctly when doing Lock based queueing
2013-01-10 09:53:40 -08:00
Mark Pizzolato
784ae24324
- Fixed asynchronous i/o hangs introduced when asynchronous cancel support was added
...
- Added event debug support to scp and the vax simulator
- Moved external declarations into include files related to modules which define them and removed random externs from modules which referenced them
- Fixed typos in sim_ether
- Fixed sim_disk and sim_tape to properly manage asynchronous threads on an i/o flush
2013-01-09 17:02:58 -08:00
Mark Pizzolato
2af67a75b0
Cleanup of compiler noted issue
2013-01-02 15:13:51 -08:00
Mark Pizzolato
722f479e29
Added missing VAX 8600 reboot functionality and cleaned up some compiler warnings.
2013-01-01 06:38:13 -08:00
Mark Pizzolato
43b1c04ae4
Fixed bug disabling TTI interrupts on VAX 11/780, VAX 11/750, VAX 11/730 reported by Mike Burke
2012-12-31 10:44:38 -08:00
Mark Pizzolato
b2ed63f31a
Removed IOBA_FLOAT and replaced with IOBA_AUTO
2012-12-28 12:15:08 -08:00
Mark Pizzolato
b25ca80dc6
Merge branch 'master' into AutoConfigure
2012-12-28 08:42:01 -08:00