<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/sys/dev/firewire/firewire.h, branch release/5.2.1</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=release%2F5.2.1</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=release%2F5.2.1'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2003-11-07T09:01:41Z</updated>
<entry>
<title>Increase FWMAXQUEUE up to 128.</title>
<updated>2003-11-07T09:01:41Z</updated>
<author>
<name>Hidetoshi Shimokawa</name>
<email>simokawa@FreeBSD.org</email>
</author>
<published>2003-11-07T09:01:41Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=30177c8168017792fa05f18c80dd5cc0c3ce2fee'/>
<id>urn:sha1:30177c8168017792fa05f18c80dd5cc0c3ce2fee</id>
<content type='text'>
</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/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>Allow to access phy registers via ioctl().</title>
<updated>2003-08-19T08:47:49Z</updated>
<author>
<name>Hidetoshi Shimokawa</name>
<email>simokawa@FreeBSD.org</email>
</author>
<published>2003-08-19T08:47:49Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=f9c8c31d33fccdd7fd6c3a9b05183686e24fcd55'/>
<id>urn:sha1:f9c8c31d33fccdd7fd6c3a9b05183686e24fcd55</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Change device name notation.</title>
<updated>2003-08-05T03:11:39Z</updated>
<author>
<name>Hidetoshi Shimokawa</name>
<email>simokawa@FreeBSD.org</email>
</author>
<published>2003-08-05T03:11:39Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=a160e00e41cea0bee365630583cd5d2a8ce38f84'/>
<id>urn:sha1:a160e00e41cea0bee365630583cd5d2a8ce38f84</id>
<content type='text'>
- /dev/fw{,mem}X.Y represents the Y'th unit on the X'th bus.
- /dev/fw{,mem}X is an alias of fw{,mem}X.0 for compatibility.
- Clone devices.
</content>
</entry>
<entry>
<title>Clean up fwdev.</title>
<updated>2003-08-01T04:51:21Z</updated>
<author>
<name>Hidetoshi Shimokawa</name>
<email>simokawa@FreeBSD.org</email>
</author>
<published>2003-08-01T04:51:21Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=6cada79a783680135494229dfd9ba6c63ff6e0f0'/>
<id>urn:sha1:6cada79a783680135494229dfd9ba6c63ff6e0f0</id>
<content type='text'>
Allocate iso DMA channel dynamically.  This allows us to have more
/dev/fw* than number of DMA channels for asyn. transactions and etc.
</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>MFp4(simokawa_sbp)</title>
<updated>2003-03-06T05:06:44Z</updated>
<author>
<name>Hidetoshi Shimokawa</name>
<email>simokawa@FreeBSD.org</email>
</author>
<published>2003-03-06T05:06:44Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=2b4601d10b73f4e61d5a49b4e1e7883d9c96c646'/>
<id>urn:sha1:2b4601d10b73f4e61d5a49b4e1e7883d9c96c646</id>
<content type='text'>
Improve if_fwe performance.
- Simplify mbuf handling by using bulkxfer.
	Now, it uses mbuf clusters for RX buffer as usual ethernet drivers.
- Recycle struct xfer buffer and don't call malloc at runtime.
- Count input and output errors.
- Handle a mbuf chain longer than 6 correctly.
- Increase queue length.
</content>
</entry>
<entry>
<title>Add new ioctl to specify target EUI64 for fwmem.</title>
<updated>2003-02-09T10:14:22Z</updated>
<author>
<name>Hidetoshi Shimokawa</name>
<email>simokawa@FreeBSD.org</email>
</author>
<published>2003-02-09T10:14:22Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=233b1b978b878820081527d727b509834caf2a7a'/>
<id>urn:sha1:233b1b978b878820081527d727b509834caf2a7a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>- replace timeout with callout_*.</title>
<updated>2003-02-01T14:42:49Z</updated>
<author>
<name>Hidetoshi Shimokawa</name>
<email>simokawa@FreeBSD.org</email>
</author>
<published>2003-02-01T14:42:49Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=0981f5f00eda6efa19d9b68514345da7ff12ead8'/>
<id>urn:sha1:0981f5f00eda6efa19d9b68514345da7ff12ead8</id>
<content type='text'>
- replace TAILQ with STAILQ for device list.
- some clean up.
</content>
</entry>
<entry>
<title>Change API of FW_GDEVLST ioctl.</title>
<updated>2003-01-25T14:47:33Z</updated>
<author>
<name>Hidetoshi Shimokawa</name>
<email>simokawa@FreeBSD.org</email>
</author>
<published>2003-01-25T14:47:33Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=c547b896f5bb72011400ccb2cb9a321b20b06596'/>
<id>urn:sha1:c547b896f5bb72011400ccb2cb9a321b20b06596</id>
<content type='text'>
- include information about itself.
- define struct fw_devinfo and use it in struct fw_devlstreq.
- unify EUI64 representation using struct fw_eui64.
</content>
</entry>
</feed>
