diff options
| author | Brooks Davis <brooks@FreeBSD.org> | 2004-05-26 22:59:55 +0000 |
|---|---|---|
| committer | Brooks Davis <brooks@FreeBSD.org> | 2004-05-26 22:59:55 +0000 |
| commit | cb5df0b27b8a2fa32030c3ddacf0fd163e70b941 (patch) | |
| tree | 911a427f57cebda0e7dc45f2fcb3047e0dfcc019 /usr.sbin/dconschat/dconschat.8 | |
| parent | 7387768ef4f8dbdd1cdbb1ff61e1d27c532d33b2 (diff) | |
Notes
Diffstat (limited to 'usr.sbin/dconschat/dconschat.8')
| -rw-r--r-- | usr.sbin/dconschat/dconschat.8 | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/usr.sbin/dconschat/dconschat.8 b/usr.sbin/dconschat/dconschat.8 index 4f17d301f696..e11d224d3b5f 100644 --- a/usr.sbin/dconschat/dconschat.8 +++ b/usr.sbin/dconschat/dconschat.8 @@ -157,9 +157,9 @@ bus follow. .Bd -literal -offset indent # fwcontrol 2 devices (info_len=2) -node EUI64 status - 1 0x7766554433221100 0 - 0 0x0011223344556677 1 +node EUI64 status + 1 77-66-55-44-33-22-11-00 0 + 0 00-11-22-33-44-55-66-77 1 .Ed .Pp The EUI64 doesn't change unless you change the hardware @@ -168,7 +168,7 @@ as the ethernet address. Now we can run the .Nm . .Bd -literal -offset indent -# dconschat -br -G 12345 -t 0x00112233445566677 +# dconschat -br -G 12345 -t 00-11-22-33-44-55-66-77 .Ed .Pp You'll get console output of the target and login prompt if a getty is @@ -213,7 +213,7 @@ console local { console remote { master localhost; type exec; - exec /usr/sbin/dconschat -rh 25 -t 0x0011223344556677; + exec /usr/sbin/dconschat -rh 25 -t 00-11-22-33-44-55-66-77; } .Ed .Sh FILES @@ -232,6 +232,7 @@ console remote { .Xr firewire 4 , .Xr fwohci 4 , .Xr gdb 4 , +.Xr eui64 5 , .Xr fwcontrol 8 .Sh AUTHORS .An Hidetoshi Shimokawa Aq simokawa@FreeBSD.org |
