<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test2/sys/dev/mfi, branch release/7.2.0_cvs</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F7.2.0_cvs</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F7.2.0_cvs'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/'/>
<updated>2009-05-01T02:51:58Z</updated>
<entry>
<title>Copy releng/7.2 to release/7.2.0 for FreeBSD 7.2-RELEASE.</title>
<updated>2009-05-01T02:51:58Z</updated>
<author>
<name>Ken Smith</name>
<email>kensmith@FreeBSD.org</email>
</author>
<published>2009-05-01T02:51:58Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=b205d83df7763ca1f099bce5ac12a05862a626c4'/>
<id>urn:sha1:b205d83df7763ca1f099bce5ac12a05862a626c4</id>
<content type='text'>
Approved by:	re (implicit)

This commit was manufactured to restore the state of the 7.2-RELEASE image.
</content>
</entry>
<entry>
<title>MFC: Fix the maximum transfer size for mfi(4) disk devices to not exceed</title>
<updated>2009-01-21T17:13:31Z</updated>
<author>
<name>John Baldwin</name>
<email>jhb@FreeBSD.org</email>
</author>
<published>2009-01-21T17:13:31Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=28b046b608ec4e70ade849d1e965e7fdbea841f4'/>
<id>urn:sha1:28b046b608ec4e70ade849d1e965e7fdbea841f4</id>
<content type='text'>
the maximum number of scatter/gather elements supported in the bus dma tag.
</content>
</entry>
<entry>
<title>MFC: r185584,185994,185999,186132 which updates the strings that identifies</title>
<updated>2008-12-17T17:37:54Z</updated>
<author>
<name>Doug Ambrisko</name>
<email>ambrisko@FreeBSD.org</email>
</author>
<published>2008-12-17T17:37:54Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=b8fdc9892b1e85645dda6038c6984b6dc895bc90'/>
<id>urn:sha1:b8fdc9892b1e85645dda6038c6984b6dc895bc90</id>
<content type='text'>
     the new supported HW and bump the driver version number.

Submitted by:	LSI
Approved by:	re (kib)
</content>
</entry>
<entry>
<title>MFC 182085, 184897, 184933, 184974, 184975</title>
<updated>2008-11-17T23:07:18Z</updated>
<author>
<name>Doug Ambrisko</name>
<email>ambrisko@FreeBSD.org</email>
</author>
<published>2008-11-17T23:07:18Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=f340ef0175a1677d5fccf30e3fcff833b1627db2'/>
<id>urn:sha1:f340ef0175a1677d5fccf30e3fcff833b1627db2</id>
<content type='text'>
This addresses:
     1) New HW support from LSI (they want to get the HW support
        into a FreeBSD release before the HW comes out!).
     2) Bug fix in the ioctl path with zero length command.
     3) Adds functional support so that SCSI sense will work
        when requested from user-land.  This is a little strange,
        since they store a user-land pointer in the "data" space
        of the ioctl packet.  So copy the data out into another
        structure that is a union of the data and pointer (mfi_sense_ptr
        union).  This way we can cleanly use the pointer, as pointer on
        both 64bit and 32bit machines (i386/amd64).

Submitted by:	LSI
Approved by:	re (kib)
</content>
</entry>
<entry>
<title>MFC: Tweak the output of controller event log messages to reduce verbosity</title>
<updated>2008-07-17T19:02:38Z</updated>
<author>
<name>John Baldwin</name>
<email>jhb@FreeBSD.org</email>
</author>
<published>2008-07-17T19:02:38Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=ccef89cf5f0fbe4f48fcf63a64f2ece389643d77'/>
<id>urn:sha1:ccef89cf5f0fbe4f48fcf63a64f2ece389643d77</id>
<content type='text'>
and add some simple formatting of timestamps and event classes.
</content>
</entry>
<entry>
<title>MFC: Improve the handling of pending events in the controller's event log</title>
<updated>2008-07-17T18:54:08Z</updated>
<author>
<name>John Baldwin</name>
<email>jhb@FreeBSD.org</email>
</author>
<published>2008-07-17T18:54:08Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=225322fe260ae96c695a5e11cbd54d2a10d0c17f'/>
<id>urn:sha1:225322fe260ae96c695a5e11cbd54d2a10d0c17f</id>
<content type='text'>
during boot.
</content>
</entry>
<entry>
<title>MFC: All changes in current to 7.X.</title>
<updated>2008-06-13T15:45:48Z</updated>
<author>
<name>Doug Ambrisko</name>
<email>ambrisko@FreeBSD.org</email>
</author>
<published>2008-06-13T15:45:48Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=29f21db7c8175664b73b9e6f742255853c28905a'/>
<id>urn:sha1:29f21db7c8175664b73b9e6f742255853c28905a</id>
<content type='text'>
      -	Native 32bit compat modes for amd64
      -	Limit max commands to 128
      -	Add in compat mode for using mfi0 to talk to any card
</content>
</entry>
<entry>
<title>MFC:</title>
<updated>2008-05-16T10:11:15Z</updated>
<author>
<name>Kris Kennaway</name>
<email>kris@FreeBSD.org</email>
</author>
<published>2008-05-16T10:11:15Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=143ec1117dc01c2ff3f08b7ed9c3bf2c9bfb3f6b'/>
<id>urn:sha1:143ec1117dc01c2ff3f08b7ed9c3bf2c9bfb3f6b</id>
<content type='text'>
  Replace callout_init(..., 1) with callout_init(..., CALLOUT_MPSAFE) for
  better grep-compliance and to standardize with the rest of the kernel.
</content>
</entry>
<entry>
<title>MFC: Fix some bugs in dealing with DCMD's without data.  MegaCli was sending</title>
<updated>2008-02-03T22:32:52Z</updated>
<author>
<name>Doug Ambrisko</name>
<email>ambrisko@FreeBSD.org</email>
</author>
<published>2008-02-03T22:32:52Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=09f0bb7230ad79db0cc716f92b7e3b0ab4fad3c9'/>
<id>urn:sha1:09f0bb7230ad79db0cc716f92b7e3b0ab4fad3c9</id>
<content type='text'>
down some DCMD's without any data.  Thanks to Dell and LSI for helping
to provide clues to figure out this problem.  Now MegaCli can upgrade
the firmware and should work identical when run on Linux.
</content>
</entry>
<entry>
<title>Merge rev 1.3: Clean up warnings on boot.</title>
<updated>2007-10-19T15:23:23Z</updated>
<author>
<name>Scott Long</name>
<email>scottl@FreeBSD.org</email>
</author>
<published>2007-10-19T15:23:23Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=61327842cd870757cf80e04f878f15840b38b4ee'/>
<id>urn:sha1:61327842cd870757cf80e04f878f15840b38b4ee</id>
<content type='text'>
Approved by: re
</content>
</entry>
</feed>
