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
/
ic
/
mpi.c
Age
Commit message (
Expand
)
Author
2010-04-12
dont need to call scsi_done with splbio. the midlayer protects
David Gwynne
2010-04-09
fix double free in an error path. the midlayer gets the ccb for scsi io
David Gwynne
2010-04-06
use SLISTs for managing the ccb free list rather than TAILQs.
David Gwynne
2010-04-06
modify mpi to provide an iopool as a way for the midlayer to manage access
David Gwynne
2010-04-03
dont allocate with M_TEMP and then free with M_DEVBUF. made even worse that
David Gwynne
2010-03-23
Change the scsi_cmd function member of scsi_adapter from int to
Kenneth R Westerback
2010-01-11
rework the polling code to use the semantic krw@ proposed.
David Gwynne
2010-01-09
Zap all setting of ITSDONE in drivers that don't look at it. Nobody
Kenneth R Westerback
2010-01-03
oops, get the order of args right for the header request in
David Gwynne
2010-01-03
mpi_bio_get_pg0_raid is only called from a process context. let the cfg
David Gwynne
2010-01-03
oops, forgot to set the ccb_cookie in mpi_wait. mpi_wait_done would fault
David Gwynne
2010-01-03
get rid of the last internal user of splbio. waiting for the completion of
David Gwynne
2010-01-03
rename ccb_xs to ccb_cookie, and switch it from a struct scsi_xfer * to a
David Gwynne
2010-01-03
dont leak a ccb if we fail to get a reply in portenable
David Gwynne
2010-01-03
when getting a reply from the hw, only sync the dmamem for that one reply
David Gwynne
2010-01-03
switch mpi from using splbio to protect itself over to mutexes.
David Gwynne
2009-12-10
remove dead assignment and newly created unused variable.
Charles Longeau
2009-12-09
Stop spamming dmesg when raid isn't available.
Marco Peereboom
2009-12-01
put the midlayer changes back in.
David Gwynne
2009-11-12
revert midlayer back to it was before i put my big rewrite in. this is
David Gwynne
2009-11-10
backout the backout marco did of my code because of the NO_CCB breakage.
David Gwynne
2009-11-05
bump copyrights
Marco Peereboom
2009-11-05
The big diff dlg committed to the midlayer breaks NO_CCB and
Marco Peereboom
2009-11-02
Don't write bogus values to reply_fifo_host_signalling_addr. This register
Marco Peereboom
2009-10-23
enable event handling on sas hbas and ignore unhandled events. this turns
David Gwynne
2009-10-23
if you're attempting to detach multiple devices (eg, many targets,
David Gwynne
2009-10-15
disable interrupt coalescing (aka mitigation) if the chip comes up with it
David Gwynne
2009-10-11
let page requests sleep instead of polling for completion. not used just
David Gwynne
2009-08-12
always mark an xs complete if we're about to return COMPLETE to the
David Gwynne
2009-08-08
if the port is fc, populate the adapters scsi_link structure with the wwpn
David Gwynne
2009-03-06
Bring NO_CCB to mpi.
Kenneth R Westerback
2009-02-16
Extend the scsi_adapter minphys() callback to take a struct scsi_link *
Miod Vallat
2009-02-13
missing braces; ok marco
Stuart Henderson
2008-11-23
enable bio
Marco Peereboom
2008-11-23
sizeofa is now nitems in param.h, so dont declare my own in mpi.c it was
David Gwynne
2008-11-18
Remove dup proto from <alexey.suslikov@gmail.com>
Marco Peereboom
2008-11-03
Don't attach bio unless we do RAID.
Marco Peereboom
2008-11-01
Add sensors
Marco Peereboom
2008-11-01
Fix bogus shift.
Marco Peereboom
2008-11-01
Add disk. This makes bio mostly done however to make it pretty we need
Marco Peereboom
2008-10-28
Pointer sizeof oops
Marco Peereboom
2008-10-28
Add beginings of bio. Disabled for now.
Marco Peereboom
2008-10-07
if fetching a config page for a sas target doesnt work then let the scsi
David Gwynne
2008-09-30
check all luns on sas boards to see if the device is atapi instead of just
David Gwynne
2008-09-30
provide a scsi probe hook that checks if an atapi device is plugged into
David Gwynne
2008-09-30
add support for handling extended configuration page requests. the sas
David Gwynne
2008-09-30
straighten the deck chairs slightly
David Gwynne
2008-05-25
tweak the SPI port configuration if we figure out that it is not quite
David Gwynne
2007-12-27
1.90 again. use the right flags when creating a dmamap for use during
David Gwynne
2007-12-27
oops, there was other code in the previous commit that shouldnt have gone
David Gwynne
[next]