diff options
Diffstat (limited to 'tools')
-rw-r--r-- | tools/debugscripts/dot.gdbinit | 14 | ||||
-rw-r--r-- | tools/test/ppsapi/Makefile | 2 | ||||
-rw-r--r-- | tools/test/ppsapi/README | 4 |
3 files changed, 10 insertions, 10 deletions
diff --git a/tools/debugscripts/dot.gdbinit b/tools/debugscripts/dot.gdbinit index e57ac16..1a340c0 100644 --- a/tools/debugscripts/dot.gdbinit +++ b/tools/debugscripts/dot.gdbinit @@ -36,16 +36,16 @@ target remote $arg0 end document tr -Debug a remote system via serial or firewire interface. For example, specify 'tr /dev/cuad0' to use first serial port, or 'tr localhost:5556' for default firewire port. See also tr0, tr1 and trf commands. +Debug a remote system via serial or firewire interface. For example, specify 'tr /dev/cuau0' to use first serial port, or 'tr localhost:5556' for default firewire port. See also tr0, tr1 and trf commands. end # Convenience functions. These call tr. -# debug via cuad0 +# debug via cuau0 define tr0 -tr /dev/cuad0 +tr /dev/cuau0 end define tr1 -tr /dev/cuad1 +tr /dev/cuau1 end # Firewire define trf @@ -53,10 +53,10 @@ tr localhost:5556 end document tr0 -Debug a remote system via serial interface /dev/cuad0. See also tr, tr1 and trf commands. +Debug a remote system via serial interface /dev/cuau0. See also tr, tr1 and trf commands. end document tr1 -Debug a remote system via serial interface /dev/cuad1. See also tr, tr0 and trf commands. +Debug a remote system via serial interface /dev/cuau1. See also tr, tr0 and trf commands. end document trf Debug a remote system via firewire interface at default port 5556. See also tr, tr0 and tr1 commands. @@ -107,7 +107,7 @@ source gdbinit.kernel source gdbinit.machine echo Ready to go. Enter 'tr' to connect to the remote target\n -echo with /dev/cuad0, 'tr /dev/cuad1' to connect to a different port\n +echo with /dev/cuau0, 'tr /dev/cuau1' to connect to a different port\n echo or 'trf portno' to connect to the remote target with the firewire\n echo interface. portno defaults to 5556.\n echo \n diff --git a/tools/test/ppsapi/Makefile b/tools/test/ppsapi/Makefile index f0110ed..5c4a065 100644 --- a/tools/test/ppsapi/Makefile +++ b/tools/test/ppsapi/Makefile @@ -8,4 +8,4 @@ WARNS?= 5 .include <bsd.prog.mk> test: ${PROG} - ./${PROG} /dev/cuad0 + ./${PROG} /dev/cuau0 diff --git a/tools/test/ppsapi/README b/tools/test/ppsapi/README index ad8dacf..ea0c3e8 100644 --- a/tools/test/ppsapi/README +++ b/tools/test/ppsapi/README @@ -16,7 +16,7 @@ Options: The output looks like: -# ./ppsapitest -C /dev/cuad4 +# ./ppsapitest -C /dev/cuau4 1070915603 .703680117 119 1070915940 .902275676 121 1070915941 .703657317 120 1070915941 .902327516 122 1070915942 .703657077 121 1070915942 .902367957 123 @@ -36,7 +36,7 @@ Columns: (If the -C option had not been specified, twice as many lines would be output: -# ./ppsapitest /dev/cuad4 +# ./ppsapitest /dev/cuau4 1070916432 .703624557 125 1070915945 .902527078 126 1070916432 .703624557 125 1070916432 .902303156 127 1070916433 .703624557 126 1070916432 .902303156 127 |