svn commit: r235292 - head/share/man/man4

Warner Losh imp at FreeBSD.org
Fri May 11 21:26:00 UTC 2012


Author: imp
Date: Fri May 11 21:25:59 2012
New Revision: 235292
URL: http://svn.freebsd.org/changeset/base/235292

Log:
  Add pointers for how to setup debugging over firewire.

Modified:
  head/share/man/man4/firewire.4

Modified: head/share/man/man4/firewire.4
==============================================================================
--- head/share/man/man4/firewire.4	Fri May 11 21:22:52 2012	(r235291)
+++ head/share/man/man4/firewire.4	Fri May 11 21:25:59 2012	(r235292)
@@ -82,12 +82,20 @@ manager, are dynamically assigned, after
 On the
 .Nm
 bus, every device is identified by an EUI 64 address.
+.Pp
+Debugging over the firewire interace is possible with the 
+.Xr dcons 4 
+driver.
+Please see
+.Pa http://wiki.freebsd.org/DebugWithDcons 
+for details on how to setup debugging with firewire.
 .Sh FILES
 .Bl -tag -compact
 .It Pa /dev/fw0.0
 .It Pa /dev/fwmem0.0
 .El
 .Sh SEE ALSO
+.Xr dcons 4 ,
 .Xr fwe 4 ,
 .Xr fwip 4 ,
 .Xr fwohci 4 ,


More information about the svn-src-head mailing list