<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/sys/dev/isp/isp_pci.c, branch stable/9</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=stable%2F9</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=stable%2F9'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2013-08-13T22:05:50Z</updated>
<entry>
<title>Merge r254263:</title>
<updated>2013-08-13T22:05:50Z</updated>
<author>
<name>Scott Long</name>
<email>scottl@FreeBSD.org</email>
</author>
<published>2013-08-13T22:05:50Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=cffe159b0e61cee6bce082f4bd05a4f06a1d53a9'/>
<id>urn:sha1:cffe159b0e61cee6bce082f4bd05a4f06a1d53a9</id>
<content type='text'>
Update PCI drivers to no longer look at the MEMIO-enabled bit in the PCI
command register.  The lazy BAR allocation code in FreeBSD sometimes
disables this bit when it detects a range conflict, and will re-enable
it on demand when a driver allocates the BAR.  Thus, the bit is no longer
a reliable indication of capability, and should not be checked.  This
results in the elimination of a lot of code from drivers, and also gives
the opportunity to simplify a lot of drivers to use a helper API to set
the busmaster enable bit.

This changes fixes some recent reports of disk controllers and their
associated drives/enclosures disappearing during boot.

Candidate for 9.2

Submitted by:	jhb
Reviewed by:	jfv, marius, adrian, achim
</content>
</entry>
<entry>
<title>Big MFC of the physbio changes necessary for unmapped I/O.  These changes</title>
<updated>2013-06-18T00:36:53Z</updated>
<author>
<name>Scott Long</name>
<email>scottl@FreeBSD.org</email>
</author>
<published>2013-06-18T00:36:53Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=039e422c063977ba9073fd2c93883dd8a5a36d48'/>
<id>urn:sha1:039e422c063977ba9073fd2c93883dd8a5a36d48</id>
<content type='text'>
have been in production at Netflix for several months with significant
success.

MFC r246713:

Reform the busdma API so that new types may be added without modifying
every architecture's busdma_machdep.c.  It is done by unifying the
bus_dmamap_load_buffer() routines so that they may be called from MI
code.  The MD busdma is then given a chance to do any final processing
in the complete() callback.

MFC r249538:
Some compilers issue a warning when wider integer is casted to narrow
pointer.  Supposedly shut down the warning by casting through
uintptr_t.

MFC r251479:
Simplify the checking of flags for cam_periph_mapmem().  This gets rid of
a lot of code redundancy and grossness at very minor expense.

MFC r251837:
MFC r251842:
Add infrastructure for doing compatibility shims, as has been sorely
needed for the last 10 years.  Far too much of the internal API is
exposed, and every small adjustment causes applications to stop working.
To kick this off, bump the API version to 0x17 as should have been done
with r246713, but add shims to compensate.  Thanks to the shims, there
should be no visible change in application behavior.

Submitted by:	kib, jeffr
Approved by:	kib
Obtained from:	Netflix
</content>
</entry>
<entry>
<title>MFC 242479,242480: Force segments to 1 for mapping</title>
<updated>2012-11-12T14:34:46Z</updated>
<author>
<name>Matt Jacob</name>
<email>mjacob@FreeBSD.org</email>
</author>
<published>2012-11-12T14:34:46Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=43c8f5830516c4d597a41164439f9731503155a9'/>
<id>urn:sha1:43c8f5830516c4d597a41164439f9731503155a9</id>
<content type='text'>
control spaces.
</content>
</entry>
<entry>
<title>MFC of 240219 - remove useless test.</title>
<updated>2012-09-21T00:36:35Z</updated>
<author>
<name>Matt Jacob</name>
<email>mjacob@FreeBSD.org</email>
</author>
<published>2012-09-21T00:36:35Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=b534e8fa8aa942a56f5367ac9f38393253daeabe'/>
<id>urn:sha1:b534e8fa8aa942a56f5367ac9f38393253daeabe</id>
<content type='text'>
</content>
</entry>
<entry>
<title>MFC of 239502: Remove dependence on MAXPHYS.</title>
<updated>2012-09-20T00:51:09Z</updated>
<author>
<name>Matt Jacob</name>
<email>mjacob@FreeBSD.org</email>
</author>
<published>2012-09-20T00:51:09Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=55b5a0944aa73d22e97df6caa6f02f2e9a3e73cf'/>
<id>urn:sha1:55b5a0944aa73d22e97df6caa6f02f2e9a3e73cf</id>
<content type='text'>
</content>
</entry>
<entry>
<title>MFC of 239010</title>
<updated>2012-09-02T15:23:01Z</updated>
<author>
<name>Matt Jacob</name>
<email>mjacob@FreeBSD.org</email>
</author>
<published>2012-09-02T15:23:01Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=599516dcd5481bfb722c95a70bd85ed34010cb28'/>
<id>urn:sha1:599516dcd5481bfb722c95a70bd85ed34010cb28</id>
<content type='text'>
Oops. We only do allocate room for extended commands
and responses for 2300 cards are newer.
</content>
</entry>
<entry>
<title>MFC of 239218</title>
<updated>2012-09-02T15:05:39Z</updated>
<author>
<name>Matt Jacob</name>
<email>mjacob@FreeBSD.org</email>
</author>
<published>2012-09-02T15:05:39Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=2cd3dac87b1c22313246e432cd4a44b3e71f9897'/>
<id>urn:sha1:2cd3dac87b1c22313246e432cd4a44b3e71f9897</id>
<content type='text'>
Fix an oops where we wiped out DMA maps...
</content>
</entry>
<entry>
<title>MFC of 238859</title>
<updated>2012-09-02T15:03:40Z</updated>
<author>
<name>Matt Jacob</name>
<email>mjacob@FreeBSD.org</email>
</author>
<published>2012-09-02T15:03:40Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=ce921c68f009d9d9cb47a4eb4ef962738a3738da'/>
<id>urn:sha1:ce921c68f009d9d9cb47a4eb4ef962738a3738da</id>
<content type='text'>
Mega change for FC-Tape.
</content>
</entry>
<entry>
<title>MFC of 237537</title>
<updated>2012-09-02T14:45:36Z</updated>
<author>
<name>Matt Jacob</name>
<email>mjacob@FreeBSD.org</email>
</author>
<published>2012-09-02T14:45:36Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=86134f23338c7b9275e5ee8aa1032eb5cca0489d'/>
<id>urn:sha1:86134f23338c7b9275e5ee8aa1032eb5cca0489d</id>
<content type='text'>
Clean up multi-id mode so it's driven by the f/w loaded,...
</content>
</entry>
<entry>
<title>MFC of 237210</title>
<updated>2012-09-02T14:44:09Z</updated>
<author>
<name>Matt Jacob</name>
<email>mjacob@FreeBSD.org</email>
</author>
<published>2012-09-02T14:44:09Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=7d65af2baf617e35be982f9e238d3758efd57c2a'/>
<id>urn:sha1:7d65af2baf617e35be982f9e238d3758efd57c2a</id>
<content type='text'>
Prepare for FC-Tape support.
</content>
</entry>
</feed>
