History log of /freebsd-10.3-release/usr.sbin/fwcontrol/fwcontrol.8
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 296373 04-Mar-2016 marius

- Copy stable/10@296371 to releng/10.3 in preparation for 10.3-RC1
builds.
- Update newvers.sh to reflect RC1.
- Update __FreeBSD_version to reflect 10.3.
- Update default pkg(8) configuration to use the quarterly branch.

Approved by: re (implicit)

# 256281 10-Oct-2013 gjb

Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation


# 236500 03-Jun-2012 joel

mdoc: add missing width argument to Bl -tag.


# 233510 26-Mar-2012 joel

mdoc: terminate quoted strings.

Reviewed by: brueffer


# 210723 01-Aug-2010 joel

Spelling fixes.


# 182948 11-Sep-2008 danger

Sweep this man page a bit:
- new sentence = new line
- use .Dq macro to quote words
- some minor rewording

MFC after: 2 weeks


# 182911 10-Sep-2008 sbruno

Beginning of overhaul of fwcontrol:
- Documentation of send_phy_config()
- cleanup of malloc's() and added error checking throughout
- new capability to iterate over multiple firewire buses
- update usage() display
- cleanup command line parsing to allow out of order switches
- cleanup command line parsing to allow multiple switches per invocation
- cleanup grammar of man page a bit
- add some ranges to the man page to indicate what values are valid

Since fwcontrol's code is the same across 6/7/head this can be
applied to all branches after the MFC period.

Reviewed by: Dieter freebsd@sopwith.solgatos.com
Approved by: mentor Scott scottl@samsco.org
MFC after: 60 days


# 176810 05-Mar-2008 simokawa

- add '-f' option to force root node.
- fix byte order in read_write_quad()
- show hostnames in the list
- fix typo in manpage

MFC after: 1 week


# 173214 31-Oct-2007 brueffer

Remove dublicate .Pp, sort SEE ALSO.


# 173196 30-Oct-2007 keramida

Whitespace-only change: trim EOL spaces.


# 173195 30-Oct-2007 keramida

mdoc warning fix: delete spurious empty line.

MFC after: 3 days


# 165628 29-Dec-2006 yar

Fix a group of typos:
preceed -> precede,
preceeded -> preceded,
preceeding -> preceding.

Submitted by: Andre Guibert de Bruet <andy@siliconlandmark.com>


# 163712 26-Oct-2006 imp

Add MPEG2-TS/HDV support to fwcontrol.

Submitted by: Petr Holub" <hopet@ics.muni.cz>
Clean up by: mi@
Pr: 98134


# 140442 18-Jan-2005 ru

Sort sections.


# 140063 11-Jan-2005 ru

Scheduled mdoc(7) sweep.


# 138866 14-Dec-2004 brueffer

- Xref fwip(4)
- bump .Dd

MFC after: 3 days


# 136845 23-Oct-2004 simokawa

Add -m option, set default fwmem target.


# 130088 04-Jun-2004 ru

Nit.


# 123594 17-Dec-2003 brueffer

o grammar fixes
o wordsmithing
o s/isochronus/isochronous/

MFC after: 5 days


# 120432 25-Sep-2003 simokawa

Add -p option to dump phy registers.


# 118457 05-Aug-2003 simokawa

- Use /dev/fwX.Y rather than /dev/fwX.
- Add option -u to specify bus number.
- Try to open the device only if it's necessary.


# 115694 02-Jun-2003 ru

Assorted mdoc(7) fixes.


# 115222 22-May-2003 ru

Nitpicking.

Approved by: re (blanket)


# 114393 01-May-2003 simokawa

Add description of '-o' and '-s'.


# 110578 09-Feb-2003 simokawa

Improve device listing.


# 109991 28-Jan-2003 simokawa

- Search free device node to open. (fwcontrol.c)
- Exploit multiple packets read/write for DV stream. (fwdv.c)
- Add reference to libdv in the ports collection. (fwcontrol.8)


# 109737 23-Jan-2003 simokawa

Merge DV(Digital Video) support.


# 108662 04-Jan-2003 simokawa

- Remove speed_map API because speed_map is obsoleted by 1394a.
- Add definition of OHCI_HCC_BIBIV in fwohcireg.h.


# 108441 30-Dec-2002 simokawa

Import FireWire userland utility.