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
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
2007-12-27
use the right flags when creating dmamaps for use in interrupt handlers.
David Gwynne
2007-09-12
always tag fibre channel commands.
David Gwynne
2007-09-11
KNF
Gilles Chehade
2007-09-07
take advantage of the new M_ZERO malloc flag.
David Gwynne
2007-06-12
add M_CANFAIL to malloc() flags, requested by
Thordur I. Bjornsson
2007-05-31
remove the scsi task thread, and replace it with the system workq.
David Gwynne
2007-04-03
modernise scsi_inquiry. the length field has grown and now theres pages to
David Gwynne
2007-03-17
replace the VMWARE quirk that restricts the bus width to 16 targets with
David Gwynne
2006-11-28
give scsi controllers a real attach args to fill in when attaching scsibus.
David Gwynne
2006-11-28
unhandled ioctls return ENOTTY, not 0
David Gwynne
2006-11-28
remove dead code
David Gwynne
2006-11-26
use scsi_detach_target when a device dissapears, rather than using
David Gwynne
2006-11-25
remove a comment which is now untrue after i fixed it
David Gwynne
2006-10-22
oops, the eventnotify stuff was accidentally enabled with the scsiconf
David Gwynne
2006-10-21
rework the bus scanning code by splitting it out into separate functions
David Gwynne
2006-09-22
add support for hotplugging devices on sas controllers. this is disabled
David Gwynne
2006-09-21
code for acking event notifications that require acks.
David Gwynne
2006-09-21
deref the right rcb by using i as the index, not 1 all the time.
David Gwynne
2006-09-21
start cleaning up the completion path for event notifications.
David Gwynne
2006-09-21
add a debug flag type thing for event handling
David Gwynne
2006-09-21
wrap the hardware replies up in a structure called mpi_rcb which is
David Gwynne
2006-09-21
factor the common code out of mpi_intr and mpi_complete. they were
David Gwynne
2006-09-18
macros and types for event notifications from the hardware.
David Gwynne
2006-09-18
There's no need to walk the list of devices to find the SCSI bus we
Pedro Martelletto
2006-09-16
rework the handling of the errors coming off the hardware at the bottom of
David Gwynne
2006-08-24
dont print debug output when the scsi completion path returns with
David Gwynne
2006-08-03
always call scsi_done at splbio. issue found by pedro@
David Gwynne
2006-07-15
set the tags on the scsi command according to what the midlayer says they
David Gwynne
[next]