summaryrefslogtreecommitdiffstats
path: root/usr.sbin/fwcontrol
Commit message (Collapse)AuthorAgeFilesLines
* o grammar fixesbrueffer2003-12-171-7/+7
| | | | | | | o wordsmithing o s/isochronus/isochronous/ MFC after: 5 days
* Add '0x' in front of EUI64 to avoid confusion.simokawa2003-10-221-2/+2
|
* Add -p option to dump phy registers.simokawa2003-09-252-2/+96
|
* - Use /dev/fwX.Y rather than /dev/fwX.simokawa2003-08-052-31/+71
| | | | | - Add option -u to specify bus number. - Try to open the device only if it's necessary.
* - Allow retrieval of local Configuration ROM.simokawa2003-07-121-2/+1
| | | | - Clear Configuration ROM buffer in advance for '-d' option.
* Decode bus_info block.simokawa2003-06-101-4/+13
|
* Assorted mdoc(7) fixes.ru2003-06-021-31/+38
|
* Nitpicking.ru2003-05-221-1/+1
| | | | Approved by: re (blanket)
* Add description of '-o' and '-s'.simokawa2003-05-011-0/+6
|
* Set include path.simokawa2003-04-301-0/+3
|
* Free asyreq.simokawa2003-04-301-6/+6
| | | | Submitted by: ryuchi@ryuchi.org
* Add functions for sending a link-on packet and a RESET_START request.simokawa2003-04-291-16/+65
|
* Use fwcrom.c in /sys/dev/firewire.simokawa2003-04-262-502/+2
|
* MFp4(simokawa_firewire):simokawa2003-04-173-16/+275
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Many internal structure changes for the FireWire driver. - Compute CRC in CROM parsing. - Add support for configuration ROM build. - Simplify dummy buffer handling. - busdma conversion - Use swi_taskqueue_giant for -current. Mark the interrupt routine as MPSAFE. - AR buffer handling. Don't reallocate AR buffer but just recycle it. Don't malloc and copy per packet in fwohci_arcv(). Pass packet to fw_rcv() using iovec. Application must prepare receiving buffer in advance. - Change fw_bind API so that application should pre-allocate xfer structure. - Add fw_xfer_unload() for recycling struct fw_xfer. - Add post_busreset hook - Remove unused 'sub' and 'act_type' in struct fw_xfer. - Remove npacket from struct fw_bulkxfer. - Don't call back handlers in fwochi_arcv() if the packet has not drained in AT queue - Make firewire works on big endian platform. - Use native endian for packet header and remove unnecessary ntohX/htonX. - Remove FWXFERQ_PACKET mode. We don't use it anymore. - Remove unnecessary restriction of FWSTMAXCHUNK. - Don't set root node for phy config packet if the root node is not cycle master capable but set myself for root node. We should be the root node after next bus reset. Spotted by: Yoshihiro Tabira <tabira@scd.mei.co.jp> - Improve self id handling Tested on: i386, sparc64 and i386 with forced bounce buffer
* - Detect PAL by CIP header rather than the DSF bit in the DV header.simokawa2003-02-191-71/+48
| | | | | | | | | | | | | | | Some DVcam(ex. Panasonic NV-DS1 DV camcorder) doesn't seems to set this bit even if it's for PAL. Fix the DSF bit for such cases so that we can send back the stream to the DVcam without problem. Problem Reported by: Richard Tobin <richard@cogsci.ed.ac.uk> - Make the number of bulkxfer packets(NPACKET_T) and the number of packets write at once(TNBUF) to be different values. I observe some block noise for large TNBUF. - Show the detection of NTSC or PAL. - Pad with 0xff rather than 0x00 for broken frames. - Bzero hdr[0]. - Remove unused code.
* Improve device listing.simokawa2003-02-092-4/+6
|
* Improve alignment in printf().simokawa2003-01-301-1/+1
|
* - Search free device node to open. (fwcontrol.c)simokawa2003-01-283-94/+135
| | | | | - Exploit multiple packets read/write for DV stream. (fwdv.c) - Add reference to libdv in the ports collection. (fwcontrol.8)
* Change API of FW_GDEVLST ioctl.simokawa2003-01-251-28/+42
| | | | | | - include information about itself. - define struct fw_devinfo and use it in struct fw_devlstreq. - unify EUI64 representation using struct fw_eui64.
* Use stderr for message output.simokawa2003-01-242-31/+37
|
* Merge DV(Digital Video) support.simokawa2003-01-234-3/+449
|
* - Remove speed_map API because speed_map is obsoleted by 1394a.simokawa2003-01-042-30/+3
| | | | - Add definition of OHCI_HCC_BIBIV in fwohcireg.h.
* - Handle zero sized directory right way.simokawa2003-01-042-12/+20
| | | | - Staticize.
* Import FireWire userland utility.simokawa2002-12-304-0/+758
OpenPOWER on IntegriCloud