<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test2/sys/dev/firewire, branch release/7.1.0_cvs</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F7.1.0_cvs</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F7.1.0_cvs'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/'/>
<updated>2008-12-31T22:57:14Z</updated>
<entry>
<title>Copy releng/7.1 to release/7.1.0 for the 7.1-RELEASE.</title>
<updated>2008-12-31T22:57:14Z</updated>
<author>
<name>Ken Smith</name>
<email>kensmith@FreeBSD.org</email>
</author>
<published>2008-12-31T22:57:14Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=8d4eb975d2e49f56d057a19aac09bcb92b3e71f7'/>
<id>urn:sha1:8d4eb975d2e49f56d057a19aac09bcb92b3e71f7</id>
<content type='text'>
Approved by:	re (implicit)

This commit was manufactured to restore the state of the 7.1-RELEASE image.
</content>
</entry>
<entry>
<title>Protect transaction labels by its own lock to reduce lock contention.</title>
<updated>2007-07-20T03:42:57Z</updated>
<author>
<name>Hidetoshi Shimokawa</name>
<email>simokawa@FreeBSD.org</email>
</author>
<published>2007-07-20T03:42:57Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=b0f99fbdbce8e4f06f8468e2e1493b1ed9ed1d65'/>
<id>urn:sha1:b0f99fbdbce8e4f06f8468e2e1493b1ed9ed1d65</id>
<content type='text'>
Approved by: re (rwatson)
</content>
</entry>
<entry>
<title>Improve acquisition of transaction labels.</title>
<updated>2007-07-15T13:00:29Z</updated>
<author>
<name>Hidetoshi Shimokawa</name>
<email>simokawa@FreeBSD.org</email>
</author>
<published>2007-07-15T13:00:29Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=f0441453c1c13d7b17b8292462c18b751aa7035b'/>
<id>urn:sha1:f0441453c1c13d7b17b8292462c18b751aa7035b</id>
<content type='text'>
- Keep last transaction label for each destination.
- If the next label is not free, just give up.
- This should reduce CPU load for TX on if_fwip under heavy load.

Approved by: re (hrs)
</content>
</entry>
<entry>
<title>Fix a bug of retrieving configuration ROM.</title>
<updated>2007-07-08T11:47:52Z</updated>
<author>
<name>Hidetoshi Shimokawa</name>
<email>simokawa@FreeBSD.org</email>
</author>
<published>2007-07-08T11:47:52Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=ead41a8810f83cfff197fc93d472c078a911df7b'/>
<id>urn:sha1:ead41a8810f83cfff197fc93d472c078a911df7b</id>
<content type='text'>
- Handle directories and leaves other than unit directories and text leaves
  correctly.
- Now we can retrieve CROM of iSight correctly.

Approved by: re (hrs)
Tested by: flz
MFC after: 3 days
</content>
</entry>
<entry>
<title>Prepare for future integration between CAM and newbus.  xpt_bus_register</title>
<updated>2007-06-17T05:55:54Z</updated>
<author>
<name>Scott Long</name>
<email>scottl@FreeBSD.org</email>
</author>
<published>2007-06-17T05:55:54Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=b50569b71dfb110a58aa3e83f629115291802a74'/>
<id>urn:sha1:b50569b71dfb110a58aa3e83f629115291802a74</id>
<content type='text'>
now takes a device_t to be the parent of the bus that is being created.
Most SIMs have been updated with a reasonable argument, but a few exceptions
just pass NULL for now.  This argument isn't used yet and the newbus
integration likely won't be ready until after 7.0-RELEASE.
</content>
</entry>
<entry>
<title>- Lock sbp_write_cmd() and ORB_POINTER_ACTIVE flag.</title>
<updated>2007-06-16T00:59:41Z</updated>
<author>
<name>Hidetoshi Shimokawa</name>
<email>simokawa@FreeBSD.org</email>
</author>
<published>2007-06-16T00:59:41Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=99b242f3543d3642417bdf7adf3f6461ac011e77'/>
<id>urn:sha1:99b242f3543d3642417bdf7adf3f6461ac011e77</id>
<content type='text'>
- Remove unnecessary timestamps.
- Return CAM_RESRC_UNAVAIL for ORB shortage.
- Fix a lock problem when doorbell is used.
- Fix a potential bug for unordered execution.
</content>
</entry>
<entry>
<title>- Suppress compiler optimization so that orb[1] must be written first.</title>
<updated>2007-06-14T12:52:13Z</updated>
<author>
<name>Hidetoshi Shimokawa</name>
<email>simokawa@FreeBSD.org</email>
</author>
<published>2007-06-14T12:52:13Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=9b33b1ab380d4d014727175e3f3ac0267aa6fcec'/>
<id>urn:sha1:9b33b1ab380d4d014727175e3f3ac0267aa6fcec</id>
<content type='text'>
  We may need an explicit memory barrier for other architectures other than i386/amd64.

MFC after: 3 days
</content>
</entry>
<entry>
<title>Timestamp after sent.</title>
<updated>2007-06-08T09:04:30Z</updated>
<author>
<name>Hidetoshi Shimokawa</name>
<email>simokawa@FreeBSD.org</email>
</author>
<published>2007-06-08T09:04:30Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=c59557f5d406f8d403080e1dbfdfd32572ccf71c'/>
<id>urn:sha1:c59557f5d406f8d403080e1dbfdfd32572ccf71c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix a race after a bus reset.</title>
<updated>2007-06-08T07:53:59Z</updated>
<author>
<name>Hidetoshi Shimokawa</name>
<email>simokawa@FreeBSD.org</email>
</author>
<published>2007-06-08T07:53:59Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=7acf69638a08714fa307a0c0a5d9556122f9c341'/>
<id>urn:sha1:7acf69638a08714fa307a0c0a5d9556122f9c341</id>
<content type='text'>
- We are in FWBUSINIT state just after SID interrupt.
- Do not pass normal xfers before bus probe is done.
</content>
</entry>
<entry>
<title>Include now unused var within #if 0 where it come back if the other</title>
<updated>2007-06-08T01:34:04Z</updated>
<author>
<name>Matt Jacob</name>
<email>mjacob@FreeBSD.org</email>
</author>
<published>2007-06-08T01:34:04Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=ea47b6c8d20c3a39c90b2062037812e7aededd0e'/>
<id>urn:sha1:ea47b6c8d20c3a39c90b2062037812e7aededd0e</id>
<content type='text'>
#if 0 code comes back- quiets gcc 4.2
</content>
</entry>
</feed>
