| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
shrinks the code a bit on sparc64.
ok jmatthew@
|
|
|
|
|
|
| |
shaves ~256 bytes off of qla_put_data_seg on sparc64
ok kettenis@ jmatthew@
|
|
|
|
| |
post-attach mailbox operations work reliably.
|
|
|
|
|
|
| |
firmware (2048 for 2k login firmware, 256 otherwise)
pointed out by deraadt@, ok dlg@
|
|
|
|
|
| |
local devices it has logged in to. This will also be useful for hotplug
later on.
|
| |
|
|
|
|
|
|
|
|
| |
This involves a bit of a hack in the interrupt processing path, where we
ignore the interrupt status if we're expecting a mailbox command to complete,
but we don't have the mailbox semaphore and the response ring hasn't moved.
Typically next time through, the interrupt status is the same and we have the
semaphore so we can read the results.
|
|
|
|
| |
into one of 4 types in qla_read_isr.
|
|
so far). Works reasonably well now, so it's going in the tree so others can
try it out.
with some help and fixes from dlg@, general encouragement from basically
everyone
|