<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/usr.sbin/fwcontrol, branch releng/5.1</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=releng%2F5.1</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=releng%2F5.1'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2003-05-22T11:54:53Z</updated>
<entry>
<title>Nitpicking.</title>
<updated>2003-05-22T11:54:53Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2003-05-22T11:54:53Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=07958659ba1e2a83f0faf83eb5e61c31ae1a7bdb'/>
<id>urn:sha1:07958659ba1e2a83f0faf83eb5e61c31ae1a7bdb</id>
<content type='text'>
Approved by:	re (blanket)
</content>
</entry>
<entry>
<title>Add description of '-o' and '-s'.</title>
<updated>2003-05-01T06:33:13Z</updated>
<author>
<name>Hidetoshi Shimokawa</name>
<email>simokawa@FreeBSD.org</email>
</author>
<published>2003-05-01T06:33:13Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=b92d9b2bfdaa5f2b4bb8c889bcec845517e8cf75'/>
<id>urn:sha1:b92d9b2bfdaa5f2b4bb8c889bcec845517e8cf75</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Set include path.</title>
<updated>2003-04-30T03:39:25Z</updated>
<author>
<name>Hidetoshi Shimokawa</name>
<email>simokawa@FreeBSD.org</email>
</author>
<published>2003-04-30T03:39:25Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=6f9c571fe33252338cfbec0ce22ac951fdf80c26'/>
<id>urn:sha1:6f9c571fe33252338cfbec0ce22ac951fdf80c26</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Free asyreq.</title>
<updated>2003-04-30T03:38:07Z</updated>
<author>
<name>Hidetoshi Shimokawa</name>
<email>simokawa@FreeBSD.org</email>
</author>
<published>2003-04-30T03:38:07Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=5193feb69e159ee236e4593db5b1b8d1351deeb4'/>
<id>urn:sha1:5193feb69e159ee236e4593db5b1b8d1351deeb4</id>
<content type='text'>
Submitted by: ryuchi@ryuchi.org
</content>
</entry>
<entry>
<title>Add functions for sending a link-on packet and a RESET_START request.</title>
<updated>2003-04-29T13:49:21Z</updated>
<author>
<name>Hidetoshi Shimokawa</name>
<email>simokawa@FreeBSD.org</email>
</author>
<published>2003-04-29T13:49:21Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=d1f7bcb5a2ca160f42499f29442bd372d376de9e'/>
<id>urn:sha1:d1f7bcb5a2ca160f42499f29442bd372d376de9e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use fwcrom.c in /sys/dev/firewire.</title>
<updated>2003-04-26T16:46:59Z</updated>
<author>
<name>Hidetoshi Shimokawa</name>
<email>simokawa@FreeBSD.org</email>
</author>
<published>2003-04-26T16:46:59Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=ee724a65cb01a49e4f7e16ca8f2e3b26d055d787'/>
<id>urn:sha1:ee724a65cb01a49e4f7e16ca8f2e3b26d055d787</id>
<content type='text'>
</content>
</entry>
<entry>
<title>MFp4(simokawa_firewire):</title>
<updated>2003-04-17T03:38:03Z</updated>
<author>
<name>Hidetoshi Shimokawa</name>
<email>simokawa@FreeBSD.org</email>
</author>
<published>2003-04-17T03:38:03Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=77ee030b5fe6848e5c50ae2f0013bf43f6ad0c28'/>
<id>urn:sha1:77ee030b5fe6848e5c50ae2f0013bf43f6ad0c28</id>
<content type='text'>
	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 &lt;tabira@scd.mei.co.jp&gt;
- Improve self id handling

Tested on: i386, sparc64 and i386 with forced bounce buffer
</content>
</entry>
<entry>
<title>- Detect PAL by CIP header rather than the DSF bit in the DV header.</title>
<updated>2003-02-19T01:14:52Z</updated>
<author>
<name>Hidetoshi Shimokawa</name>
<email>simokawa@FreeBSD.org</email>
</author>
<published>2003-02-19T01:14:52Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=2932d7d58b949f5b7ed55fb201328155d0fec8ca'/>
<id>urn:sha1:2932d7d58b949f5b7ed55fb201328155d0fec8ca</id>
<content type='text'>
	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 &lt;richard@cogsci.ed.ac.uk&gt;

- 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.
</content>
</entry>
<entry>
<title>Improve device listing.</title>
<updated>2003-02-09T07:26:48Z</updated>
<author>
<name>Hidetoshi Shimokawa</name>
<email>simokawa@FreeBSD.org</email>
</author>
<published>2003-02-09T07:26:48Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=e6aaafcd79d63744378637e59c0aa5b965222eed'/>
<id>urn:sha1:e6aaafcd79d63744378637e59c0aa5b965222eed</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Improve alignment in printf().</title>
<updated>2003-01-30T03:46:48Z</updated>
<author>
<name>Hidetoshi Shimokawa</name>
<email>simokawa@FreeBSD.org</email>
</author>
<published>2003-01-30T03:46:48Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=91b4ea0cc70bb7bbf1c4db9191e2a89d7cf25421'/>
<id>urn:sha1:91b4ea0cc70bb7bbf1c4db9191e2a89d7cf25421</id>
<content type='text'>
</content>
</entry>
</feed>
