summaryrefslogtreecommitdiffstats
path: root/pcitool
diff options
context:
space:
mode:
authorzilio nicolas <nicolas.zilio@kit.edu>2015-08-27 16:19:53 +0200
committerzilio nicolas <nicolas.zilio@kit.edu>2015-08-27 16:19:53 +0200
commitd2ec5ac52105c526390d8a31e52a7a2c260dde80 (patch)
tree24fdf70ac477eeb913c914cecccd6704b40cf7f1 /pcitool
parent1d3cffac722081aa8b74821a832d8cc9c58715e6 (diff)
downloadpcitool-d2ec5ac52105c526390d8a31e52a7a2c260dde80.tar.gz
pcitool-d2ec5ac52105c526390d8a31e52a7a2c260dde80.tar.bz2
pcitool-d2ec5ac52105c526390d8a31e52a7a2c260dde80.tar.xz
pcitool-d2ec5ac52105c526390d8a31e52a7a2c260dde80.zip
xml files get by model and remove of validation mode
Diffstat (limited to 'pcitool')
-rw-r--r--pcitool/cli.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/pcitool/cli.c b/pcitool/cli.c
index 3a09528..e9c9574 100644
--- a/pcitool/cli.c
+++ b/pcitool/cli.c
@@ -93,7 +93,6 @@ typedef enum {
MODE_LIST_KMEM,
MODE_READ_KMEM,
MODE_FREE_KMEM,
- MODE_VALIDATE_XML,
MODE_LIST_LOCKS,
MODE_FREE_LOCKS,
MODE_LOCK,
@@ -143,7 +142,6 @@ typedef enum {
OPT_GRAB = 'g',
OPT_QUIETE = 'q',
OPT_HELP = 'h',
- OPT_VALIDATE_XML= 'v',
OPT_RESET = 128,
OPT_BENCHMARK,
OPT_TRIGGER,
@@ -195,7 +193,6 @@ static struct option long_options[] = {
{"iterations", required_argument, 0, OPT_ITERATIONS },
{"info", no_argument, 0, OPT_INFO },
{"list", no_argument, 0, OPT_LIST },
- {"validate", no_argument,0,OPT_VALIDATE_XML},
{"reset", no_argument, 0, OPT_RESET },
{"benchmark", optional_argument, 0, OPT_BENCHMARK },
{"read", optional_argument, 0, OPT_READ },
@@ -3299,9 +3296,6 @@ int main(int argc, char **argv) {
}
switch (mode) {
- case MODE_VALIDATE_XML:
- validation();
- break;
case MODE_INFO:
Info(handle, model_info);
break;