<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/drivers/scsi/qla1280.h, branch v2.6.39-rc2</title>
<subtitle>Linux Kernel (branches are rebased on master from time to time)</subtitle>
<id>https://sre.ring0.de/linux/atom?h=v2.6.39-rc2</id>
<link rel='self' href='https://sre.ring0.de/linux/atom?h=v2.6.39-rc2'/>
<link rel='alternate' type='text/html' href='https://sre.ring0.de/linux/'/>
<updated>2009-05-20T22:21:13Z</updated>
<entry>
<title>[SCSI] qla1280: error recovery rewrite</title>
<updated>2009-05-20T22:21:13Z</updated>
<author>
<name>Michael Reed</name>
<email>mdr@sgi.com</email>
</author>
<published>2009-04-08T19:34:33Z</published>
<link rel='alternate' type='text/html' href='https://sre.ring0.de/linux/commit/?id=413e6e18b483de272bdafa56e5c086c75f11d681'/>
<id>urn:sha1:413e6e18b483de272bdafa56e5c086c75f11d681</id>
<content type='text'>
The driver now waits for the scsi commands associated with a
particular error recovery step to be returned to the mid-layer,
and returns the appropriate SUCCESS or FAILED status.  Removes
unneeded polling of chip for interrupts.

This patch also bumps the driver version number.

Signed-off-by: Michael Reed &lt;mdr@sgi.com&gt;
Signed-off-by: James Bottomley &lt;James.Bottomley@HansenPartnership.com&gt;
</content>
</entry>
<entry>
<title>[SCSI] qla1280: use request_firmware</title>
<updated>2009-04-03T14:24:42Z</updated>
<author>
<name>Jaswinder Singh Rajput</name>
<email>jaswinderrajput@gmail.com</email>
</author>
<published>2009-04-02T05:43:17Z</published>
<link rel='alternate' type='text/html' href='https://sre.ring0.de/linux/commit/?id=1bfa11db712cbf4af1ae037cd25fd4f781f0c215'/>
<id>urn:sha1:1bfa11db712cbf4af1ae037cd25fd4f781f0c215</id>
<content type='text'>
Firmware blob is little endian looks like this...
        unsigned char  Version1
        unsigned char  Version2
        unsigned char  Version3
        unsigned char  Padding
        unsigned short start_address
	unsigned short data

Signed-off-by: Jaswinder Singh Rajput &lt;jaswinderrajput@gmail.com&gt;
Signed-off-by: James Bottomley &lt;James.Bottomley@HansenPartnership.com&gt;
</content>
</entry>
<entry>
<title>[SCSI] qla1280: eliminate wasted space in request and response ring</title>
<updated>2007-10-23T16:35:35Z</updated>
<author>
<name>Johannes Dickgreber</name>
<email>tanzy@gmx.de</email>
</author>
<published>2007-09-19T23:07:50Z</published>
<link rel='alternate' type='text/html' href='https://sre.ring0.de/linux/commit/?id=20d2d3afa87781fe2674ce17bfb16af08a436e81'/>
<id>urn:sha1:20d2d3afa87781fe2674ce17bfb16af08a436e81</id>
<content type='text'>
i think there is wasted space in allocated pages for request and
response rings.  The allocations are made with REQUEST_ENTRY_CNT + 1
and RESPONSE_ENTRY_CNT + 1, but they are set with 256 and 16.

So we got more pages, which we dont use very much so eliminate them.

Signed-off-by: Johannes Dickgreber &lt;tanzy@gmx.de&gt;
Acked-by: Jes Sorensen &lt;jes@sgi.com&gt;
Signed-off-by: James Bottomley &lt;James.Bottomley@SteelEye.com&gt;
</content>
</entry>
<entry>
<title>[SCSI] qla1280: endianess annotations</title>
<updated>2005-08-02T16:43:52Z</updated>
<author>
<name>Christoph Hellwig</name>
<email>hch@lst.de</email>
</author>
<published>2005-07-04T15:49:26Z</published>
<link rel='alternate' type='text/html' href='https://sre.ring0.de/linux/commit/?id=8d6810d33e5e43b11675190318a81303c601a568'/>
<id>urn:sha1:8d6810d33e5e43b11675190318a81303c601a568</id>
<content type='text'>
Signed-off-by: Christoph Hellwig &lt;hch@lst.de&gt;
Signed-off-by: James Bottomley &lt;James.Bottomley@SteelEye.com&gt;
</content>
</entry>
<entry>
<title>[SCSI] qla1280: don't use bitfields for hardware access, parameters</title>
<updated>2005-08-02T16:43:51Z</updated>
<author>
<name>Christoph Hellwig</name>
<email>hch@lst.de</email>
</author>
<published>2005-07-04T15:49:22Z</published>
<link rel='alternate' type='text/html' href='https://sre.ring0.de/linux/commit/?id=7a34766fdcec0c619aa68ace203b934dd7cf9dbc'/>
<id>urn:sha1:7a34766fdcec0c619aa68ace203b934dd7cf9dbc</id>
<content type='text'>
Signed-off-by: Christoph Hellwig &lt;hch@lst.de&gt;
Signed-off-by: Thiemo Seufer &lt;ths@linux-mips.org&gt;
Signed-off-by: James Bottomley &lt;James.Bottomley@SteelEye.com&gt;
</content>
</entry>
<entry>
<title>[SCSI] qla1280: don't use bitfields for hardware access in isp_config</title>
<updated>2005-08-02T16:43:50Z</updated>
<author>
<name>Christoph Hellwig</name>
<email>hch@lst.de</email>
</author>
<published>2005-07-04T15:48:55Z</published>
<link rel='alternate' type='text/html' href='https://sre.ring0.de/linux/commit/?id=0888f4c3312847eec4814a6d7cdcaaaa9fbd3345'/>
<id>urn:sha1:0888f4c3312847eec4814a6d7cdcaaaa9fbd3345</id>
<content type='text'>
Signed-off-by: Christoph Hellwig &lt;hch@lst.de&gt;
Signed-off-by: Thiemo Seufer &lt;ths@linux-mips.org&gt;
Signed-off-by: James Bottomley &lt;James.Bottomley@SteelEye.com&gt;
</content>
</entry>
<entry>
<title>[SCSI] qla1280: remove SG_SEGMENTS</title>
<updated>2005-08-02T16:43:48Z</updated>
<author>
<name>Christoph Hellwig</name>
<email>hch@lst.de</email>
</author>
<published>2005-07-04T15:48:41Z</published>
<link rel='alternate' type='text/html' href='https://sre.ring0.de/linux/commit/?id=748422d92a55faadf3184e5aa8487da88c1ee849'/>
<id>urn:sha1:748422d92a55faadf3184e5aa8487da88c1ee849</id>
<content type='text'>
Signed-off-by: Christoph Hellwig &lt;hch@lst.de&gt;
Signed-off-by: Thiemo Seufer &lt;ths@linux-mips.org&gt;
Signed-off-by: James Bottomley &lt;James.Bottomley@SteelEye.com&gt;
</content>
</entry>
<entry>
<title>[SCSI] qla1280: use SAM_ constants</title>
<updated>2005-08-02T16:43:46Z</updated>
<author>
<name>Christoph Hellwig</name>
<email>hch@lst.de</email>
</author>
<published>2005-07-04T15:48:36Z</published>
<link rel='alternate' type='text/html' href='https://sre.ring0.de/linux/commit/?id=d6db3e8d5fe3178776d0a0314e612c3f55e55fb4'/>
<id>urn:sha1:d6db3e8d5fe3178776d0a0314e612c3f55e55fb4</id>
<content type='text'>
Signed-off-by: Christoph Hellwig &lt;hch@lst.de&gt;
Signed-off-by: Thiemo Seufer &lt;ths@linux-mips.org&gt;
Signed-off-by: James Bottomley &lt;James.Bottomley@SteelEye.com&gt;
</content>
</entry>
<entry>
<title>[SCSI] qla1280: remove dead per-host flag variables</title>
<updated>2005-08-02T16:43:43Z</updated>
<author>
<name>Christoph Hellwig</name>
<email>hch@lst.de</email>
</author>
<published>2005-07-04T15:48:13Z</published>
<link rel='alternate' type='text/html' href='https://sre.ring0.de/linux/commit/?id=a6c42741ace2fee235b6902e76f3c86a01d32146'/>
<id>urn:sha1:a6c42741ace2fee235b6902e76f3c86a01d32146</id>
<content type='text'>
Signed-off-by: Christoph Hellwig &lt;hch@lst.de&gt;
Signed-off-by: Thiemo Seufer &lt;ths@linux-mips.org&gt;
Signed-off-by: James Bottomley &lt;James.Bottomley@SteelEye.com&gt;
</content>
</entry>
<entry>
<title>Linux-2.6.12-rc2</title>
<updated>2005-04-16T22:20:36Z</updated>
<author>
<name>Linus Torvalds</name>
<email>torvalds@ppc970.osdl.org</email>
</author>
<published>2005-04-16T22:20:36Z</published>
<link rel='alternate' type='text/html' href='https://sre.ring0.de/linux/commit/?id=1da177e4c3f41524e886b7f1b8a0c1fc7321cac2'/>
<id>urn:sha1:1da177e4c3f41524e886b7f1b8a0c1fc7321cac2</id>
<content type='text'>
Initial git repository build. I'm not bothering with the full history,
even though we have it. We can create a separate "historical" git
archive of that later if we want to, and in the meantime it's about
3.2GB when imported into git - space that would just make the early
git days unnecessarily complicated, when we don't have a lot of good
infrastructure for it.

Let it rip!
</content>
</entry>
</feed>
