<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test2/sys/dev/amr, branch release/4.10.0</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F4.10.0</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F4.10.0'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/'/>
<updated>2003-10-29T09:11:38Z</updated>
<entry>
<title>MFC: crashdump support for amr</title>
<updated>2003-10-29T09:11:38Z</updated>
<author>
<name>Paul Saab</name>
<email>ps@FreeBSD.org</email>
</author>
<published>2003-10-29T09:11:38Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=18b704460af6b3abbe90e882f271d769b8ec8574'/>
<id>urn:sha1:18b704460af6b3abbe90e882f271d769b8ec8574</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix for DELL PERC firmware. Driver was hanging</title>
<updated>2003-01-15T13:41:18Z</updated>
<author>
<name>Eric Moore</name>
<email>emoore@FreeBSD.org</email>
</author>
<published>2003-01-15T13:41:18Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=9aca7d49e339e6db4b2f462228ceef7cfcfe0e38'/>
<id>urn:sha1:9aca7d49e339e6db4b2f462228ceef7cfcfe0e38</id>
<content type='text'>
during load time; this attributed to the mailbox
busy byte not being set prior to issuing a
polling command.
</content>
</entry>
<entry>
<title>(1) Problem: PANIC when loading/unloading driver</title>
<updated>2002-12-20T15:12:04Z</updated>
<author>
<name>Eric Moore</name>
<email>emoore@FreeBSD.org</email>
</author>
<published>2002-12-20T15:12:04Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=02347545d114e7273de3622750569fd552ddc94c'/>
<id>urn:sha1:02347545d114e7273de3622750569fd552ddc94c</id>
<content type='text'>
as module. This also fix's issue kern/45713.
Fix - polling was implemented incorrectly for
adapter enquiry and adapter flush.
(2) Problem: PANIC when unloading driver
as module.
Fix - device nodes are not destroyed for amr0,
and amrd* when driver is unloaded
(3) Problem: PANIC from loading driver when
3ware adapter present, error message "Warning
"amrd is usurping twed's bmaj"
Fix - put #idef freebsd version &lt; 500000 for
bmaj -1 -&gt; amrd_cdevsw
(4) Problem: warnings in driver when compiling
with DAMR_DEBUG param enabled in Makefile
Fix - fix the warnings so driver can compile w/o
warnings.
(5) Problem: Hang while bootup on Perc2/SC.
Fix: Error handling wasn't implemented
properly for quartz controllers.
</content>
</entry>
<entry>
<title>Added support for DELL Perc4/DI.</title>
<updated>2002-12-02T19:47:58Z</updated>
<author>
<name>Eric Moore</name>
<email>emoore@FreeBSD.org</email>
</author>
<published>2002-12-02T19:47:58Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=f01401ec98ff4e5e530b8a45dd761ef5d0a2d7d5'/>
<id>urn:sha1:f01401ec98ff4e5e530b8a45dd761ef5d0a2d7d5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>amr.c,</title>
<updated>2002-11-11T13:19:10Z</updated>
<author>
<name>Eric Moore</name>
<email>emoore@FreeBSD.org</email>
</author>
<published>2002-11-11T13:19:10Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=166c3e41ac046c2a5f4582e20b5f0e8ff90a2b19'/>
<id>urn:sha1:166c3e41ac046c2a5f4582e20b5f0e8ff90a2b19</id>
<content type='text'>
amr_cam.c,
amrreg.h,
amrvar.h:
- added support for 12/16 byte cdb's, effecting CAM branch only ( non-disk support )

amrreg.h:
- increased number of scatter gather elements from 16 to 26.

amr_pci.c:
- amr_pci_free(), incorrect bus tag meant for 'amr_mailbox_dmat' was being freed

all:
- copyright change requested by scottl
</content>
</entry>
<entry>
<title>(1) added LSI Logic copyright, and legal line 3 in license, and string changes for "LSILogic"</title>
<updated>2002-10-28T21:10:06Z</updated>
<author>
<name>Eric Moore</name>
<email>emoore@FreeBSD.org</email>
</author>
<published>2002-10-28T21:10:06Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=0433f941045dd924043683d775f7f4750df9b9bc'/>
<id>urn:sha1:0433f941045dd924043683d775f7f4750df9b9bc</id>
<content type='text'>
(2) enabled non-disk support through CAM interface
(3) HA_INQ (a) enabled tagged queuing (b) disable reset during
driver loading (b) renamed BSDi string to LSI
(4) disabled detecting disk devices during SCSI INQUIRY
(5) changed dcdb single element sglist to send one entire buffer chunk
(6) nsgelem not set in sglist
(7) ap_data_transfer_length not set for dcdb
(8) changed "struct thread" to "d_thread_t" for compatibliity { xxx_open, xxx_close, xxx_ioctl }
(9) miscellaneous compatiblity fixes
(10) bug fix for 0x0409/0x1000 card
(11) added compiling amr_cam.c in sys/conf/files
(12) added compiling amr_cam.c in sys/modules/amr/Makefile
</content>
</entry>
<entry>
<title>MFC: Add IDs for upcoming LSI U320 products that use the MegaRAID interface.</title>
<updated>2002-08-30T18:28:54Z</updated>
<author>
<name>Justin T. Gibbs</name>
<email>gibbs@FreeBSD.org</email>
</author>
<published>2002-08-30T18:28:54Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=152472d9575f09c1ebe946f21cc2a43efd137a64'/>
<id>urn:sha1:152472d9575f09c1ebe946f21cc2a43efd137a64</id>
<content type='text'>
Submitted by:	"Moore, Eric Dean" &lt;emoore@lsil.com&gt;
</content>
</entry>
<entry>
<title>MFC revision 1.25 of the amr driver:</title>
<updated>2002-04-26T11:25:49Z</updated>
<author>
<name>Hellmuth Michaelis</name>
<email>hm@FreeBSD.org</email>
</author>
<published>2002-04-26T11:25:49Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=adc99307e5d088e5536f1a6cf8052709afe50247'/>
<id>urn:sha1:adc99307e5d088e5536f1a6cf8052709afe50247</id>
<content type='text'>
In case the driver runs on an HP NetRaid controller, attempt to properly
decode the BIOS and firmware version and announce the board as HP NetRaid.

This has been tested with a NetRaid 3si controller, the BIOS/firmware
printout should also work for other NetRaid controllers but the type
detection for other NetRaids (such as the 1si) will not work due to the
lack of hardware.
</content>
</entry>
<entry>
<title>MFC: signature check for older i960-based adapters.</title>
<updated>2000-12-22T22:24:32Z</updated>
<author>
<name>Mike Smith</name>
<email>msmith@FreeBSD.org</email>
</author>
<published>2000-12-22T22:24:32Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=e19f488054bae501e602dd72fa21ef89a886ed7c'/>
<id>urn:sha1:e19f488054bae501e602dd72fa21ef89a886ed7c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>MFC: remove excessive debugging code.</title>
<updated>2000-11-28T20:52:30Z</updated>
<author>
<name>Mike Smith</name>
<email>msmith@FreeBSD.org</email>
</author>
<published>2000-11-28T20:52:30Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=992b499f52ac0ecf77529f2ee58c955ee54768cc'/>
<id>urn:sha1:992b499f52ac0ecf77529f2ee58c955ee54768cc</id>
<content type='text'>
</content>
</entry>
</feed>
