ndevcmd.awk
828 Bytes
#
# diagcmds - ide diagnostic functions
#
# First column is the name
#
# Second column is the type:
# CMD for command
# SCMD for command expecting ide-parsed args
# DCMD for command expecting a communication struct arg
# INT for integer constant
# STR for string constant
# Third column is value:
# CMD value is the name of the function (to call with char * argv)
# STR value is the quoted string
# INT value is the integer
# SCMD value is the name of the function (to call with sym_t * argv)
# DCMD value is the name of the function (to call with a comm struct ptr)
#
# Columns must be separated by exactly one TAB!
ndev_memtest DCMD ndev_memtestEntry GIO memory test (16MB of RAMROM)
gio_bzero DCMD gio_bzeroEntry GIO memory test (fast bzero)
gio_bcopy DCMD gio_bcopyEntry GIO memory test (fast bcopy)