<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test2/sys/dev/firewire/iec68113.h, branch release/5.4.0_cvs</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F5.4.0_cvs</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F5.4.0_cvs'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/'/>
<updated>2005-05-07T17:51:10Z</updated>
<entry>
<title>This commit was manufactured by cvs2svn to create tag</title>
<updated>2005-05-07T17:51:10Z</updated>
<author>
<name>cvs2svn</name>
<email>cvs2svn@FreeBSD.org</email>
</author>
<published>2005-05-07T17:51:10Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=e87a6b5d6805bf9f3f9faf53db0ba96345ef0f77'/>
<id>urn:sha1:e87a6b5d6805bf9f3f9faf53db0ba96345ef0f77</id>
<content type='text'>
'RELENG_5_4_0_RELEASE'.

This commit was manufactured to restore the state of the 5.4-RELEASE image.
</content>
</entry>
<entry>
<title>MFC: /*- and my license changes for sys/[a-d]*</title>
<updated>2005-01-30T01:00:13Z</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2005-01-30T01:00:13Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=5b26fb70440bc9195e03e23a989271f9c8ad1cb4'/>
<id>urn:sha1:5b26fb70440bc9195e03e23a989271f9c8ad1cb4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Change u_intXX_t to uintXX_t. Change a couple of 'unsigned long's to</title>
<updated>2004-05-22T16:14:17Z</updated>
<author>
<name>Doug Rabson</name>
<email>dfr@FreeBSD.org</email>
</author>
<published>2004-05-22T16:14:17Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=03161bbcf639dca1600a75bb7cc893dbae0e9483'/>
<id>urn:sha1:03161bbcf639dca1600a75bb7cc893dbae0e9483</id>
<content type='text'>
uint32_t where appropriate.
</content>
</entry>
<entry>
<title>Move CSR definitions to iec*.h from firewirereg.h.</title>
<updated>2003-04-29T13:27:13Z</updated>
<author>
<name>Hidetoshi Shimokawa</name>
<email>simokawa@FreeBSD.org</email>
</author>
<published>2003-04-29T13:27:13Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=5364715a0e35f79cb225534d58c3aa54dacfa18b'/>
<id>urn:sha1:5364715a0e35f79cb225534d58c3aa54dacfa18b</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-test2/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>Fix typo</title>
<updated>2003-02-21T02:09:39Z</updated>
<author>
<name>Hidetoshi Shimokawa</name>
<email>simokawa@FreeBSD.org</email>
</author>
<published>2003-02-21T02:09:39Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=cd1f52fe8048e2e8f68d754aaadf2a08624f327e'/>
<id>urn:sha1:cd1f52fe8048e2e8f68d754aaadf2a08624f327e</id>
<content type='text'>
Submitted by: Masahiro Ito &lt;m_itoh@mub.biglobe.ne.jp&gt;
</content>
</entry>
<entry>
<title>DV_PAL shouldn't be here.</title>
<updated>2003-01-15T05:28:50Z</updated>
<author>
<name>Hidetoshi Shimokawa</name>
<email>simokawa@FreeBSD.org</email>
</author>
<published>2003-01-15T05:28:50Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=744bdf5752cf56171e222de3c29dc47e612ed2f5'/>
<id>urn:sha1:744bdf5752cf56171e222de3c29dc47e612ed2f5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add DV_PAL for PAL users.</title>
<updated>2003-01-15T05:26:23Z</updated>
<author>
<name>Hidetoshi Shimokawa</name>
<email>simokawa@FreeBSD.org</email>
</author>
<published>2003-01-15T05:26:23Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=6d6f7f28913e78c7a714f8ba27f12843b9b11258'/>
<id>urn:sha1:6d6f7f28913e78c7a714f8ba27f12843b9b11258</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge big endian and little endian case.</title>
<updated>2003-01-13T15:08:48Z</updated>
<author>
<name>Hidetoshi Shimokawa</name>
<email>simokawa@FreeBSD.org</email>
</author>
<published>2003-01-13T15:08:48Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=d0035474c31376c464c113de68dea13dce7e91f0'/>
<id>urn:sha1:d0035474c31376c464c113de68dea13dce7e91f0</id>
<content type='text'>
Fill fdf bit fields and others.
</content>
</entry>
<entry>
<title>Initial import for IEEE1394 OHCI chipdet device driver and SBP-2 (Serial</title>
<updated>2002-09-13T12:31:56Z</updated>
<author>
<name>Katsushi Kobayashi</name>
<email>ikob@FreeBSD.org</email>
</author>
<published>2002-09-13T12:31:56Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=3c60ba66c4479fdf0045acf25f21c6806fd06c0f'/>
<id>urn:sha1:3c60ba66c4479fdf0045acf25f21c6806fd06c0f</id>
<content type='text'>
Bus Protocol 2:SCSI over IEEE1394) support for CAM.
</content>
</entry>
</feed>
