#
affa9cbb |
| 25-Oct-2015 |
Alexander Motin <mav@FreeBSD.org> |
Rework r289933 using already existing macro.
|
#
1fc04cc0 |
| 25-Oct-2015 |
Alexander Motin <mav@FreeBSD.org> |
Try to keep Loop IDs persistent across chip reinits.
|
#
b5d5037b |
| 25-Oct-2015 |
Alexander Motin <mav@FreeBSD.org> |
Improve Port Database Changed handling and reporting.
|
#
dfd24649 |
| 25-Oct-2015 |
Alexander Motin <mav@FreeBSD.org> |
Formalize/unify chip (re-)inits.
|
#
5b355b12 |
| 24-Oct-2015 |
Alexander Motin <mav@FreeBSD.org> |
Skip reserved IP Broadcast handle from using.
|
#
6af11b82 |
| 24-Oct-2015 |
Alexander Motin <mav@FreeBSD.org> |
Add PIM_EXTLUNS support to isp(4) driver.
Now 24xx and above chips support full 8-byte LUN address space. Older FC chips may support up to 16K LUNs when firmware allows. Tested in both initiator and
Add PIM_EXTLUNS support to isp(4) driver.
Now 24xx and above chips support full 8-byte LUN address space. Older FC chips may support up to 16K LUNs when firmware allows. Tested in both initiator and target modes for 23xx, 24xx and 25xx.
show more ...
|
#
7846391f |
| 24-Oct-2015 |
Alexander Motin <mav@FreeBSD.org> |
Decode few more response info codes.
Though CAM still does not send any requests that would require those.
|
#
6ce548a1 |
| 23-Oct-2015 |
Alexander Motin <mav@FreeBSD.org> |
Some polishing and unification in ISR code.
|
#
b5024bfd |
| 21-Oct-2015 |
Alexander Motin <mav@FreeBSD.org> |
Some more defines and polishing for INIT_FIRMWARE.
|
#
b363245a |
| 20-Oct-2015 |
Alexander Motin <mav@FreeBSD.org> |
Zero mbox[0] for INIT_FIRMWARE to fix version 7.3 firmware.
While there, add new fields to isp_icb_2400_t structure.
|
#
261286a7 |
| 20-Oct-2015 |
Alexander Motin <mav@FreeBSD.org> |
Decode more firmware attributes.
|
#
b5ff185e |
| 12-Sep-2015 |
Baptiste Daroussin <bapt@FreeBSD.org> |
Merge from head
|
#
ab875b71 |
| 14-Aug-2015 |
Navdeep Parhar <np@FreeBSD.org> |
Catch up with head, primarily for the 1.14.4.0 firmware.
|
Revision tags: release/10.2.0 |
|
#
8d0f1085 |
| 22-Jul-2015 |
Dimitry Andric <dim@FreeBSD.org> |
Merge ^/head r285341 through r285792.
|
#
7dbe8f17 |
| 15-Jul-2015 |
Alexander Motin <mav@FreeBSD.org> |
MULTI_ID supported does not mean it is used.
|
#
e68eef14 |
| 13-Jul-2015 |
Alexander Motin <mav@FreeBSD.org> |
Unify port database use for target and initiator roles.
Aside from cleaner and more consistent code, this allows ports to be both target and initiator same time, and easily switch from any role to a
Unify port database use for target and initiator roles.
Aside from cleaner and more consistent code, this allows ports to be both target and initiator same time, and easily switch from any role to any.
Sponsored by: iXsystems, Inc.
show more ...
|
#
635b2e1e |
| 08-Jul-2015 |
Dimitry Andric <dim@FreeBSD.org> |
Merge ^/head r285153 through r285283.
|
#
766a65a5 |
| 05-Jul-2015 |
Alexander Motin <mav@FreeBSD.org> |
Remove extra level of target ID indirection (isp_dev_map).
FreeBSD never had limitation on number of target IDs, and there is no any other requirement to allocate them densely. Since slots of port
Remove extra level of target ID indirection (isp_dev_map).
FreeBSD never had limitation on number of target IDs, and there is no any other requirement to allocate them densely. Since slots of port database already populated just sequentially, there is no much need for another indirection to allocate sequentially too.
show more ...
|
#
4cd9b24e |
| 04-Jul-2015 |
Dimitry Andric <dim@FreeBSD.org> |
Merge ^/head r284737 through r285152.
|
#
6bef0aa0 |
| 04-Jul-2015 |
Alexander Motin <mav@FreeBSD.org> |
Drop discovered targets when initiator role is disabled.
|
#
804121f3 |
| 25-Jun-2015 |
Alexander Motin <mav@FreeBSD.org> |
Remove limitations on setting WWNNs starting from 2.
It is odd that driver first tries to generate synthetic WWNN based on WWPN starting from 2, but then refuses to use it. If we don't trust genera
Remove limitations on setting WWNNs starting from 2.
It is odd that driver first tries to generate synthetic WWNN based on WWPN starting from 2, but then refuses to use it. If we don't trust generated WWNN, we should probably not generate it. Same time this limitation prevents potentially valid WWNN setting by user.
show more ...
|
#
94f6f93a |
| 23-Jun-2015 |
Dimitry Andric <dim@FreeBSD.org> |
Merge ^/head r284644 through r284736.
|
#
4eea8d9b |
| 22-Jun-2015 |
Alexander Motin <mav@FreeBSD.org> |
Dump additional config bytes for INIT_FIRMWARE_MULTI_ID.
|
#
1c231d5a |
| 22-Jun-2015 |
Alexander Motin <mav@FreeBSD.org> |
Add logging of executed mailbox command names.
Previously those commands were logged only as part of register dump, that is not very readable.
|
#
98e0ffae |
| 27-May-2015 |
Simon J. Gerraty <sjg@FreeBSD.org> |
Merge sync of head
|