summaryrefslogtreecommitdiff
path: root/usr.sbin/fwcontrol/fwcontrol.c
Commit message (Expand)AuthorAgeFilesLines
* Remove reference to phy_delay from fwcontrol. Thanks for the catch!Sean Bruno2009-02-171-2/+1
* Add fd = -1 after close when we detect the format so that subsequentWarner Losh2009-01-021-0/+1
* Reviewed by: (Dieter)freebsd@sopwith.solgatos.comSean Bruno2008-12-121-22/+60
* Beginning of overhaul of fwcontrol:Sean Bruno2008-09-101-121/+377
* - add '-f' option to force root node.Hidetoshi Shimokawa2008-03-051-7/+17
* Add MPEG2-TS/HDV support to fwcontrol.Warner Losh2006-10-261-16/+86
* Remove unused variables. Shorten the path to a WARNS=6 compliance.Philippe Charnier2005-05-201-17/+20
* Add usage of -m option.Hidetoshi Shimokawa2004-10-291-2/+3
* Add -m option, set default fwmem target.Hidetoshi Shimokawa2004-10-231-1/+23
* Use new eui64(3) functions to print EUI-64s and to allow access to nodesBrooks Davis2004-05-261-12/+74
* Don't crash if the CROM is all zeros.Doug Rabson2004-05-231-0/+4
* Add '0x' in front of EUI64 to avoid confusion.Hidetoshi Shimokawa2003-10-221-2/+2
* Add -p option to dump phy registers.Hidetoshi Shimokawa2003-09-251-1/+93
* - Use /dev/fwX.Y rather than /dev/fwX.Hidetoshi Shimokawa2003-08-051-30/+67
* - Allow retrieval of local Configuration ROM.Hidetoshi Shimokawa2003-07-121-2/+1
* Decode bus_info block.Hidetoshi Shimokawa2003-06-101-4/+13
* Free asyreq.Hidetoshi Shimokawa2003-04-301-6/+6
* Add functions for sending a link-on packet and a RESET_START request.Hidetoshi Shimokawa2003-04-291-16/+65
* MFp4(simokawa_firewire):Hidetoshi Shimokawa2003-04-171-7/+19
* Improve device listing.Hidetoshi Shimokawa2003-02-091-4/+3
* Improve alignment in printf().Hidetoshi Shimokawa2003-01-301-1/+1
* - Search free device node to open. (fwcontrol.c)Hidetoshi Shimokawa2003-01-281-4/+9
* Change API of FW_GDEVLST ioctl.Hidetoshi Shimokawa2003-01-251-28/+42
* Use stderr for message output.Hidetoshi Shimokawa2003-01-241-10/+12
* Merge DV(Digital Video) support.Hidetoshi Shimokawa2003-01-231-2/+15
* - Remove speed_map API because speed_map is obsoleted by 1394a.Hidetoshi Shimokawa2003-01-041-27/+2
* - Handle zero sized directory right way.Hidetoshi Shimokawa2003-01-041-8/+15
* Import FireWire userland utility.Hidetoshi Shimokawa2002-12-301-0/+410