summaryrefslogtreecommitdiffstats
path: root/usr.sbin/fwcontrol/fwcontrol.c
diff options
context:
space:
mode:
authorsbruno <sbruno@FreeBSD.org>2009-02-17 23:56:16 +0000
committersbruno <sbruno@FreeBSD.org>2009-02-17 23:56:16 +0000
commitffe883c13b3de136c6aa00edc154d154343cfde0 (patch)
treebcc5efe915e82f7c434d5d124f5a1a6a80709a4f /usr.sbin/fwcontrol/fwcontrol.c
parentefbc0075d9e5424589f812e2633f85f7cfa7ab52 (diff)
downloadFreeBSD-src-ffe883c13b3de136c6aa00edc154d154343cfde0.zip
FreeBSD-src-ffe883c13b3de136c6aa00edc154d154343cfde0.tar.gz
Remove reference to phy_delay from fwcontrol. Thanks for the catch!
Submitted by: Giorgos Keramidas <keramida@ceid.upatras.gr> MFC after: 2 weeks
Diffstat (limited to 'usr.sbin/fwcontrol/fwcontrol.c')
-rw-r--r--usr.sbin/fwcontrol/fwcontrol.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.sbin/fwcontrol/fwcontrol.c b/usr.sbin/fwcontrol/fwcontrol.c
index eabbc23..509d25d 100644
--- a/usr.sbin/fwcontrol/fwcontrol.c
+++ b/usr.sbin/fwcontrol/fwcontrol.c
@@ -537,13 +537,12 @@ show_topology_map(int fd)
printf("%02d sequel packet\n", sid.p0.phy_id);
continue;
}
- printf("%02d %2d %2d %4s %d %d %3s"
+ printf("%02d %2d %2d %4s %d %3s"
" %s %s %s %d %d\n",
sid.p0.phy_id,
sid.p0.link_active,
sid.p0.gap_count,
speed[sid.p0.phy_speed],
- sid.p0.phy_delay,
sid.p0.contender,
pwr_class[sid.p0.power_class],
port_status[sid.p0.port0],
OpenPOWER on IntegriCloud