| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
| |
- Fix memory leak
Approved by: jhb
Notes:
svn path=/stable/7/; revision=229901
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
of FreeBSD.
These changes provide the following features:
Allow users of more than one Firewire board to execute commands
Allow users to pass more than one command line argument at a time
Provide NetBSD code support
Cleanup Mergeinfo and mark the branch in sync
Reviewed by: slong (scottl@samsco.org) Mentor
Approved by: re Ken (kensmith@cse.buffalo.edu)
Notes:
svn path=/stable/7/; revision=186387
|
| |
|
|
|
|
|
|
| |
firewire.8 rev 1.22
firewire.c rev 1.24
Notes:
svn path=/stable/7/; revision=178718
|
| |
|
|
|
|
|
|
|
| |
overrun caused by long blocking of file I/O (i.e. zfs).
MFC after: 3 days
Notes:
svn path=/head/; revision=170878
|
| |
|
|
|
|
|
|
|
|
|
| |
preceed -> precede,
preceeded -> preceded,
preceeding -> preceding.
Submitted by: Andre Guibert de Bruet <andy@siliconlandmark.com>
Notes:
svn path=/head/; revision=165628
|
| |
|
|
|
|
|
|
|
| |
Submitted by: Petr Holub" <hopet@ics.muni.cz>
Clean up by: mi@
Pr: 98134
Notes:
svn path=/head/; revision=163712
|
| |
|
|
| |
Notes:
svn path=/head/; revision=146442
|
| |
|
|
| |
Notes:
svn path=/head/; revision=140442
|
| |
|
|
| |
Notes:
svn path=/head/; revision=140063
|
| |
|
|
|
|
|
|
|
| |
- bump .Dd
MFC after: 3 days
Notes:
svn path=/head/; revision=138866
|
| |
|
|
| |
Notes:
svn path=/head/; revision=137028
|
| |
|
|
| |
Notes:
svn path=/head/; revision=136845
|
| |
|
|
| |
Notes:
svn path=/head/; revision=130088
|
| |
|
|
|
|
|
|
|
| |
by EUI-64 and name.
Reviewed by: simokawa
Notes:
svn path=/head/; revision=129760
|
| |
|
|
| |
Notes:
svn path=/head/; revision=129604
|
| |
|
|
|
|
|
|
|
|
| |
o wordsmithing
o s/isochronus/isochronous/
MFC after: 5 days
Notes:
svn path=/head/; revision=123594
|
| |
|
|
| |
Notes:
svn path=/head/; revision=121324
|
| |
|
|
| |
Notes:
svn path=/head/; revision=120432
|
| |
|
|
|
|
|
|
| |
- Add option -u to specify bus number.
- Try to open the device only if it's necessary.
Notes:
svn path=/head/; revision=118457
|
| |
|
|
|
|
|
| |
- Clear Configuration ROM buffer in advance for '-d' option.
Notes:
svn path=/head/; revision=117474
|
| |
|
|
| |
Notes:
svn path=/head/; revision=116141
|
| |
|
|
| |
Notes:
svn path=/head/; revision=115694
|
| |
|
|
|
|
|
| |
Approved by: re (blanket)
Notes:
svn path=/head/; revision=115222
|
| |
|
|
| |
Notes:
svn path=/head/; revision=114393
|
| |
|
|
| |
Notes:
svn path=/head/; revision=114275
|
| |
|
|
|
|
|
| |
Submitted by: ryuchi@ryuchi.org
Notes:
svn path=/head/; revision=114274
|
| |
|
|
| |
Notes:
svn path=/head/; revision=114217
|
| |
|
|
| |
Notes:
svn path=/head/; revision=114070
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
Notes:
svn path=/head/; revision=113584
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
Notes:
svn path=/head/; revision=111112
|
| |
|
|
| |
Notes:
svn path=/head/; revision=110578
|
| |
|
|
| |
Notes:
svn path=/head/; revision=110070
|
| |
|
|
|
|
|
|
| |
- Exploit multiple packets read/write for DV stream. (fwdv.c)
- Add reference to libdv in the ports collection. (fwcontrol.8)
Notes:
svn path=/head/; revision=109991
|
| |
|
|
|
|
|
|
|
| |
- include information about itself.
- define struct fw_devinfo and use it in struct fw_devlstreq.
- unify EUI64 representation using struct fw_eui64.
Notes:
svn path=/head/; revision=109814
|
| |
|
|
| |
Notes:
svn path=/head/; revision=109787
|
| |
|
|
| |
Notes:
svn path=/head/; revision=109737
|
| |
|
|
|
|
|
| |
- Add definition of OHCI_HCC_BIBIV in fwohcireg.h.
Notes:
svn path=/head/; revision=108662
|
| |
|
|
|
|
|
| |
- Staticize.
Notes:
svn path=/head/; revision=108657
|
|
|
Notes:
svn path=/head/; revision=108441
|