Author: sbruno Date: Tue Feb 17 23:56:16 2009 New Revision: 188742 URL: http://svn.freebsd.org/changeset/base/188742
Log: Remove reference to phy_delay from fwcontrol. Thanks for the catch! Submitted by: Giorgos Keramidas <keram...@ceid.upatras.gr> MFC after: 2 weeks Modified: head/usr.sbin/fwcontrol/fwcontrol.c Modified: head/usr.sbin/fwcontrol/fwcontrol.c ============================================================================== --- head/usr.sbin/fwcontrol/fwcontrol.c Tue Feb 17 23:43:17 2009 (r188741) +++ head/usr.sbin/fwcontrol/fwcontrol.c Tue Feb 17 23:56:16 2009 (r188742) @@ -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], _______________________________________________ svn-src-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"