Commit Graph
322 Commits
Author SHA1 Message Date
John Winans db1b46e5f9 Added ability to change default clock speed from shell. 1995-09-01 14:36:35 +00:00
Marty Kraimer e6bec6af38 mrk committed for dalesio 1995-08-17 14:51:53 +00:00
Marty Kraimer d9a05d6051 added abConfigScanListAscii and abConfigAuto 1995-08-17 14:45:57 +00:00
Jeff Hill 5903ff0cdb use arch independent types 1995-08-12 00:48:21 +00:00
John Winans 48640936f5 Changed the parameter table and associated support routines to support
buffer length specifications of size long instead of short.
1995-07-31 19:44:18 +00:00
Andrew Johnson f3e0f33d15 Fixed port4_5 / port6_7 swap in bo_driver 1995-05-01 17:16:23 +00:00
Marty Kraimer ef12c444d8 Added support for retrieving adapter and card status 1995-04-26 14:16:59 +00:00
Jeff Hill b3af9b389a moved ansi drivers 1995-04-26 03:20:39 +00:00
Jeff Hill e9624769cb moved already ANSI drivers into the ANSI directory 1995-04-26 03:02:57 +00:00
John Winans 593df59742 Changed name of HiDEOS link configuration command/function. 1995-04-25 15:32:23 +00:00
John Winans 47b3da99a0 Added support for the HiDEOS system as a GPIB bus transport agent. 1995-04-12 19:31:41 +00:00
Marty Kraimer 1c1d8228c7 Allen Bradley completely rewritten and move to ansi 1995-03-31 13:49:52 +00:00
Marty Kraimer b2ee2f2347 New version of Allen Bradlet driver 1995-03-31 13:48:59 +00:00
Janet B. Anderson 96f58790c4 Seperated drv files into ansi and old dirs. Added combine dir. 1995-03-30 19:36:44 +00:00
John Winans e7e17f07af Probable race condition in PEP TX task. Moved the final transmission
byte assignment into the point where the busy list is locked.  This
is how the Xycom TX task has worked all along.  This change fixed
seems to have fixed an apparant race condition where the receive task
gets a response to a transmitted message BEFORE the TX task gets
it on the busy list.
1995-03-24 21:24:25 +00:00
Janet B. Anderson 48efca8456 Changes to += syntax 1995-03-02 18:53:37 +00:00
Marty Kraimer 64bd8e03dc Fixed COS task so it works for > 1 link. 1995-02-27 15:35:38 +00:00
Jeff Hill 4b2f0c1d74 doc 1995-02-17 20:41:16 +00:00
Jeff Hill 53bfe9888a new model names 1995-02-17 20:40:27 +00:00
John Winans a93e2e8b26 Cleaned up some Hideos hacking and commented out the LANL debug code because
APS has had some add behaviour from GPIB lately and it is one of few things
that has changed WRT to it.
1995-02-14 22:33:01 +00:00
Marty Kraimer 68a0f7a00b Low and High words were mixed up. 1995-02-13 15:15:06 +00:00
Marty Kraimer 0c9de2c129 For ab_bt_write and ab_bt_read, remove from driver list before calling callback 1995-02-13 15:10:55 +00:00
John Winans a437b010b3 Killed 162 stuff and ready for TranServ. 1995-02-13 14:53:34 +00:00
John Winans 9bbf6fe17e Removed references to the mvme162 stuff (replaced by HiDEOS.) 1995-02-07 18:53:56 +00:00
John Winans 1c4adbf2ce Removed building of the drvMvme162 stuff (replaced by HiDEOS.) 1995-02-07 18:52:25 +00:00
John Winans 3941fb3ead Added some ifdef'd out test code to see if the end of the sequence program
could be updated to NOT cause an extra sample from port zero to be taken
at the end of the sequence.  As it turns out, it causes more harm than
good.  There must be something wrong with my understanding on how it works.
For now, the misfeature of the extra sample at the end of the sequence will
have to stay.
1995-01-06 17:03:43 +00:00
John Winans 0859173047 Added debug flag guards to ALL printing. The default debug level is set
to 1 -- this provides the same output as the old version.
1994-12-16 16:11:26 +00:00
John Winans d9066673ef Removed DMAC command chaining structure(s) from the ibLink
structure so they can be malloc'd seperately.  This keeps
the usage of A24 space restricted to ONLY those structures
that have to be there.
1994-12-14 22:29:14 +00:00
John Winans ad41921414 Rewrote the init code so that it always returns a zero (don't kill the
startup.cmd file.)  It is possible that this could cause some confusion
to the database, should it decide to then use a link that did not init
properly.
1994-12-12 16:03:00 +00:00
John Winans 3ce0670ba8 Turned off the debugging system (it consumed an additional 30% of CPU) 1994-11-17 21:15:26 +00:00
Janet B. Anderson 70e2716ff0 One file per line again, commented out drvCaenV265.c 1994-11-14 23:22:15 +00:00
Jeff Hill 0c2699c85b added drvCaenV265.c 1994-11-14 18:59:31 +00:00
Jeff Hill ea9d141a54 dded caenV265 1994-11-14 18:48:45 +00:00
Marty Kraimer 348f4c0e8d One line per module 1994-11-14 16:20:22 +00:00
John Winans 969487ef0b Added VME bus violation prevention code/bug fix from LANL. 1994-10-28 19:55:30 +00:00
John Winans 6f289cf7fb Changed the SRCS macro to SRCS.c and SRCS.cc. 1994-10-25 15:59:09 +00:00
Marty Kraimer 173da3eb7a Added support for arbitrary block transfer requests 1994-10-19 20:04:10 +00:00
John Winans a781baf507 Added a manual rearm mode to the driver. 1994-10-19 18:31:52 +00:00
John Winans 7a96e3e27e ANSIfied the bitbus driver so that the compiler stopped warning about
exery third line of code.
1994-10-19 18:31:22 +00:00
John Winans d8f2d20e09 Added the bitbus driver's .o file (left it out before.) 1994-10-19 18:30:42 +00:00
Janet B. Anderson ce9e6f8186 Added rule for drvSup 1994-10-06 14:41:20 +00:00
John Winans 34979f6b77 Added an extensive debugging facility. 1994-10-04 18:42:46 +00:00
Jeff Hill c81a313f0b removed trailing comma 1994-09-29 20:01:54 +00:00
Janet B. Anderson 0bbd42b4f1 Minor changes 1994-09-07 20:42:35 +00:00
Janet B. Anderson c4891ac777 New file 1994-09-07 19:26:45 +00:00
Janet B. Anderson d531935437 Modified to eork with extensions and do depends 1994-09-07 19:16:48 +00:00
Matt Needes dd3de4d8f0 Added "all:" and "clean::" deps, changed flag usage, cleanup. 1994-08-23 20:35:03 +00:00
Matt Needes 8334f1fdd4 New stuff. 1994-08-21 01:02:07 +00:00
Matt Needes 07562040a9 Changed from CONFIG_vx to CONFIG in inclusion. 1994-08-15 20:57:10 +00:00
Mike Bordua 1c56ce0e0e Fixed install, removed .o from PROD[1-2]. 1994-07-17 10:36:49 +00:00