<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test2/sys/dev/firewire/fwmem.h, branch release/8.2.0</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F8.2.0</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F8.2.0'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/'/>
<updated>2005-01-06T01:43:34Z</updated>
<entry>
<title>Start each of the license/copyright comments with /*-, minor shuffle of lines</title>
<updated>2005-01-06T01:43:34Z</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2005-01-06T01:43:34Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=098ca2bda93c701c5331d4e6aace072495b4caaa'/>
<id>urn:sha1:098ca2bda93c701c5331d4e6aace072495b4caaa</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>MFp4: Change struct fw_xfer to reduce memory copy in fwmem_*() functions.</title>
<updated>2003-10-02T04:06:56Z</updated>
<author>
<name>Hidetoshi Shimokawa</name>
<email>simokawa@FreeBSD.org</email>
</author>
<published>2003-10-02T04:06:56Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=c4778b5d1c8715bc45e1c54b783cc7c719104db0'/>
<id>urn:sha1:c4778b5d1c8715bc45e1c54b783cc7c719104db0</id>
<content type='text'>
	And many changes.

* all
	- Major change of struct fw_xfer.
		o {send,recv}.buf is splitted into hdr and payload.
		o Remove unnecessary fields.
		o spd is moved under send and recv.
	- Remove unnecessary 'volatile' keyword.
	- Add definition of rtcode and extcode.

* firewire.c
	- Ignore FWDEVINVAL devices in fw_noderesolve_nodeid().
	- Check the existance of the bind before call STAILQ_REMOVE().
	- Fix bug in the fw_bindadd().
	- Change element of struct fw_bind for simplicity.
	- Check rtcode of response packet.
	- Reduce split transaction timeout to 200 msec.
		(100msec is the default value in the spec.)
	- Set watchdog timer cycle to 10 Hz.
	- Set xfer-&gt;tv just before calling fw_get_tlabel().

* fwohci.c
	- Simplifies fwohci_get_plen().

* sbp.c
	- Fix byte order of multibyte scsi_status informations.
	- Split sbp.c and sbp.h.
	- Unit number is not necessary for FIFO¤ address.
	- Reduce LOGIN_DELAY and SCAN_DELAY to 1 sec.
	- Add some constants defineded in SBP-2 spec.

* fwmem.c
	- Introduce fwmem_strategy() and reduce memory copy.
</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>- Implement write part.</title>
<updated>2003-02-04T17:09:59Z</updated>
<author>
<name>Hidetoshi Shimokawa</name>
<email>simokawa@FreeBSD.org</email>
</author>
<published>2003-02-04T17:09:59Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=8a45d99b2af793b404bf2d63c0653286de50e41f'/>
<id>urn:sha1:8a45d99b2af793b404bf2d63c0653286de50e41f</id>
<content type='text'>
- Use quad access for aligned 4 byte access.
</content>
</entry>
<entry>
<title>Use struct fw_device in fwmem.c</title>
<updated>2002-11-12T13:49:17Z</updated>
<author>
<name>Hidetoshi Shimokawa</name>
<email>simokawa@FreeBSD.org</email>
</author>
<published>2002-11-12T13:49:17Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=f90ce7b12514174adf79b1df5c30a23e73ffedce'/>
<id>urn:sha1:f90ce7b12514174adf79b1df5c30a23e73ffedce</id>
<content type='text'>
- specify fwmem target by EUI64.
- fw_noderesolve returns struct fw_device rather than dst.
- include struct firewire_comm in struct fw_device.
</content>
</entry>
<entry>
<title>Change interface of fwmem_read_*() functions to be usable from other part</title>
<updated>2002-11-12T11:15:01Z</updated>
<author>
<name>Hidetoshi Shimokawa</name>
<email>simokawa@FreeBSD.org</email>
</author>
<published>2002-11-12T11:15:01Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=98e6731b51d55222aab7dcd8be62bd292d939cd8'/>
<id>urn:sha1:98e6731b51d55222aab7dcd8be62bd292d939cd8</id>
<content type='text'>
of the module.
</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>
