aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/gryphon/NEWS
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2003-10-03 23:22:12 +0000
committerGuy Harris <guy@alum.mit.edu>2003-10-03 23:22:12 +0000
commit8b34a7f4baaa1db4fa7289a4f830f5acef5d09fe (patch)
tree812457d5fc5908a8b755f7f2f3c4c5a64e690bd1 /plugins/gryphon/NEWS
parent65ff0561a23a7dd70a99c5057079b3db73413aea (diff)
From Steve Limkemann:
Added two new "well known destinations": SD_IOPWR AND SD_UTIL. Added logic to dissect the CMD_SET_TIME command. Added an alterate destination for the CMD_PGM_START command. Added logic to dissect the CMD_SCHED_MSG_REPLACE command. Added logic to dissect the CMD_USDT_REGISTER command. Added logic to dissect the CMD_USDT_SET_FUNCTIONAL command. Added logic to dissect the following commands CMD_IOPWR_GETINP CMD_IOPWR_GETLATCH CMD_IOPWR_CLRLATCH CMD_IOPWR_GETOUT CMD_IOPWR_SETOUT CMD_IOPWR_SETBIT CMD_IOPWR_CLRBIT CMD_IOPWR_GETPOWER CMD_UTIL_SET_INIT_STRATEGY CMD_UTIL_GET_INIT_STRATEGY Added the ability to recongnize more IOCTLS. (For the SJA1000 driver, LIN and power drivers.) Added the ability to recognize more card types. Added dissection of more fields for CMD_SCHED_TX command. Bug fixes and general updating. svn path=/trunk/; revision=8607
Diffstat (limited to 'plugins/gryphon/NEWS')
-rw-r--r--plugins/gryphon/NEWS34
1 files changed, 34 insertions, 0 deletions
diff --git a/plugins/gryphon/NEWS b/plugins/gryphon/NEWS
index e69de29bb2..b4dabdae85 100644
--- a/plugins/gryphon/NEWS
+++ b/plugins/gryphon/NEWS
@@ -0,0 +1,34 @@
+October 3, 2003
+
+ Added two new "well known destinations": SD_IOPWR AND SD_UTIL.
+
+ Added logic to dissect the CMD_SET_TIME command.
+
+ Added an alterate destination for the CMD_PGM_START command.
+
+ Added logic to dissect the CMD_SCHED_MSG_REPLACE command.
+
+ Added logic to dissect the CMD_USDT_REGISTER command.
+
+ Added logic to dissect the CMD_USDT_SET_FUNCTIONAL command.
+
+ Added logic to dissect the following commands
+ CMD_IOPWR_GETINP
+ CMD_IOPWR_GETLATCH
+ CMD_IOPWR_CLRLATCH
+ CMD_IOPWR_GETOUT
+ CMD_IOPWR_SETOUT
+ CMD_IOPWR_SETBIT
+ CMD_IOPWR_CLRBIT
+ CMD_IOPWR_GETPOWER
+ CMD_UTIL_SET_INIT_STRATEGY
+ CMD_UTIL_GET_INIT_STRATEGY
+
+ Added the ability to recongnize more IOCTLS. (For the SJA1000 driver, LIN
+ and power drivers.)
+
+ Added the ability to recognize more card types.
+
+ Added dissection of more fields for CMD_SCHED_TX command.
+
+ Bug fixes and general updating.