index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
dev
/
pci
/
mfii.c
Age
Commit message (
Expand
)
Author
2020-03-21
Simplify some goto'ing that jumps a single line or
Kenneth R Westerback
2020-02-05
Nuke unnecessary abstraction 'scsi_minphys()' which just calls
Kenneth R Westerback
2020-01-25
use SMR rather than SRP to protect the device handle array
Jonathan Matthew
2020-01-23
Use a consistant idiom/format when declaring scsi_adapter structures
Kenneth R Westerback
2019-12-31
Convert infinite sleeps to {m,t}sleep_nsec(9).
Martin Pieuchot
2019-09-09
revert back to using 0x6c for the reply post index register.
David Gwynne
2019-08-28
implement a DV_POWERDOWN handler to flush cache and shutdown the controller
David Gwynne
2019-08-20
Trailing whitespace.
Kenneth R Westerback
2019-03-05
swap MFI_LD_PROG_BGI and MFI_LD_PROG_CC cases to match value order
Jonathan Matthew
2019-03-01
Background init progress and consistency check progress are reported in
Jonathan Matthew
2018-08-14
return ENOTTY rather than EINVAL to indicate an ioctl hasn't been handled
Jonathan Matthew
2018-06-08
Handle AENs for logical disk creation and deletion.
Jonathan Matthew
2018-06-08
Rework sensors and bio(4) support to use the target number from the logical
Jonathan Matthew
2018-05-18
Use SCSI_NOSLEEP for management commands issued during attach.
Jonathan Matthew
2018-05-18
Add bio(4) and sensors for mfii(4), based on code from mfi(4). Most of the
Jonathan Matthew
2018-05-18
Make mfii_mgmt() allocate and release a ccb to simplify the most common use
Jonathan Matthew
2018-05-18
Add DPRINTF/DNPRINTF for debug output as in mfi(4) and convert existing
Jonathan Matthew
2018-05-18
Use passthrough IO rather than MFA for management commands.
Jonathan Matthew
2018-03-16
Improve calculation of the number of commands and sges available.
Jonathan Matthew
2018-03-16
use MFI_STAT_INVALID_STATUS where appropriate
Jonathan Matthew
2018-03-16
Allocate an mfi frame for each ccb, to be used to submit passthrough
Jonathan Matthew
2018-02-20
Set the chain_offset field (same as sgl_offset0, only in 16 byte units)
Jonathan Matthew
2018-02-02
use the same bar used to determine memory type when mapping memory
Jonathan Gray
2017-11-27
Add support for SAS3.5 megaraids, which are sold as Dell PERC H740P/840 and
Jonathan Matthew
2017-09-08
If you use sys/param.h, you don't need sys/types.h
Theo de Raadt
2017-04-08
A pile of sizes to free(9). In test for a few days in snapshots.
Theo de Raadt
2017-02-11
disable aen handling.
David Gwynne
2017-02-08
fix a mixup of lengths of addresses and lengths in the aen_start sgl
David Gwynne
2017-02-07
handle physical disk state changes.
David Gwynne
2017-02-07
i got the MFII_TASK_MGMT flags round the wrong way.
David Gwynne
2017-02-07
support hotplug of physical disks.
David Gwynne
2017-02-07
add the framework around asynchronous event notifications.
David Gwynne
2017-02-07
provide support for submitting async dcmd frames.
David Gwynne
2017-02-07
whitespace fixes. no functional change.
David Gwynne
2017-02-06
implement scsi command timeouts.
David Gwynne
2017-02-06
megaraid sas fusion chips have their own command for aborting tasks
David Gwynne
2017-01-23
rework how we address physical disks on the second scsibus.
David Gwynne
2017-01-23
store the full 64bits of the sense bufers dva.
David Gwynne
2017-01-23
add the mfii opcode for passthru commands
David Gwynne
2017-01-23
represent the mbox layout with union instead of an array of bytes.
David Gwynne
2016-10-24
Backout last 2 revisions. Requested by deraadt.
YASUOKA Masahiko
2016-10-24
Make mfii(4) bio(4) capable.
YASUOKA Masahiko
2016-10-24
Add scsi ioctl hook to do a special treatment for DIOC{G,S}CACHE which
YASUOKA Masahiko
2015-03-14
Remove some includes include-what-you-use claims don't
Jonathan Gray
2015-01-09
implement mfii_scsi_cmd_io for handling actual io. previously i got
David Gwynne
2015-01-07
use the same trick as mpii for posting the request descriptor with
David Gwynne
2015-01-07
replace bcopy with memcpy. still cant see the bug im looking for.
David Gwynne
2015-01-07
i may as well turn bzero into memset while i am busy not having
David Gwynne
2015-01-05
there's already three different types of chips in this family of
David Gwynne
2014-10-08
add support for megaraid 3008 (fury) and 3108 (invader) cards. the
David Gwynne
[next]