<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/sys/dev/firewire, branch releng/7.3</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=releng%2F7.3</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=releng%2F7.3'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2009-08-13T10:27:22Z</updated>
<entry>
<title>Revert he previous commit as requested by Sean Bruno.</title>
<updated>2009-08-13T10:27:22Z</updated>
<author>
<name>Nick Hibma</name>
<email>n_hibma@FreeBSD.org</email>
</author>
<published>2009-08-13T10:27:22Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=978a11fae830fa4a90f9205024f452a9ed8ad42c'/>
<id>urn:sha1:978a11fae830fa4a90f9205024f452a9ed8ad42c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Compact some output. Move some behind bootverbose.</title>
<updated>2009-08-13T08:24:58Z</updated>
<author>
<name>Nick Hibma</name>
<email>n_hibma@FreeBSD.org</email>
</author>
<published>2009-08-13T08:24:58Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=55c28995f62c7e4aa428e537893b087b3806b547'/>
<id>urn:sha1:55c28995f62c7e4aa428e537893b087b3806b547</id>
<content type='text'>
</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/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/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/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/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/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/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/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/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>
</feed>
