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
/
mpii.c
Age
Commit message (
Expand
)
Author
2017-01-16
Let it compile with debugging enabled
Mike Belopuhov
2017-01-16
Clean up SCSI operation status and state defines
Mike Belopuhov
2016-11-06
dont issue sas config page requests against raid targets.
David Gwynne
2016-10-24
augment the scsi_probe handler so it tries to query the sas dev pg 0
David Gwynne
2016-10-21
mitigate against mpii device attachment racing with mountroot
David Gwynne
2016-09-14
add support for SAS3 devices, which have a different sgl layout to previous
Jonathan Matthew
2016-08-17
Make error handling (esp. DATA_UNDERRUN) clearer and avoid losing resid
Kenneth R Westerback
2016-08-09
Check xs->status for SCSI_CHECK even in underrun situations.
Kenneth R Westerback
2016-03-07
Sync no-argument function declaration and definition by adding (void).
Christian Weisgerber
2015-03-18
Prevent sign extension due to pointer arithmetics
Mike Belopuhov
2015-03-14
Remove some includes include-what-you-use claims don't
Jonathan Gray
2015-03-02
Remove the mpsafe flag for mpii(4), it is a suspect in some kernel hangs I've
Stuart Henderson
2015-01-27
remove the second void * argument on tasks.
David Gwynne
2014-09-16
mark the mpii interrupt handler as mpsafe, and drop the kernel lock
David Gwynne
2014-07-13
Some reallocarray() use; review Jean-Philippe Ouellet, patrick keshishian
Theo de Raadt
2014-07-12
add a size argument to free. will be used soon, but for now default to 0.
Ted Unangst
2014-05-04
change type of handle var to u_int16_t
Stefan Fritsch
2014-04-25
don't access a pointer till after the null check
Jonathan Gray
2014-04-10
marking the isr as MPSAFE snuck in with r1.76.
David Gwynne
2014-04-09
remove an abstraction that just wraps a straight malloc on attach for
David Gwynne
2014-04-09
some mild knf
David Gwynne
2014-03-27
last of the htolem32 bits
David Gwynne
2014-03-27
tweak mpii_start.
David Gwynne
2014-03-27
tweak the looping of the postq
David Gwynne
2014-03-27
you want the ring to wrap when it gets to the size of the ring, not one
David Gwynne
2014-03-27
optimise mpii_push_reply.
David Gwynne
2014-03-27
updating the reply queue indexes on the chip dont have any dependent
David Gwynne
2014-03-27
remove unused macros
David Gwynne
2014-03-27
forgot a htolem32
David Gwynne
2014-03-27
apply more htolemXX and lemtohXX.
David Gwynne
2014-03-24
shrink the iopath a bit by using htolemXX and lemtohXX.
David Gwynne
2014-03-24
make mpii_sge look like mpi_sge, and provide a wrapper for setting the
David Gwynne
2014-03-24
bcopy to memcpy
David Gwynne
2014-03-24
replace bzero with memset
David Gwynne
2014-03-24
rework mpii to use tasks instead of scsi_tasks for sas event handling.
David Gwynne
2014-03-06
Cleanup dead code.
Gerhard Roth
2014-01-22
fixup a few debug printfs; pointed out by jsg@
Mike Belopuhov
2013-12-04
kill a debug printf; noticed by sthen
Mike Belopuhov
2013-11-06
pull the event ack handling out of mpii_event_process into mpii_event_done
David Gwynne
2013-11-06
dont leak ccbs in mpii_sas_remove_device. detaching lots (like, 1000) of
David Gwynne
2013-10-25
fix an off by one when calculating the length of an sgl segment
Mike Belopuhov
2013-01-25
the event type is a 16bit value, not 32bit. use htole16 instead of htole32.
David Gwynne
2012-09-28
update my copyright
Mike Belopuhov
2012-09-10
autoconf is not the right place to sleep; noticed by haesbaert
Mike Belopuhov
2012-09-07
Fixup a memory access fault on an invalid reply. Quoting the spec:
Mike Belopuhov
2012-08-28
oops. a bit of debugging code has sneaked in
Mike Belopuhov
2012-08-28
Get rid of several ill-defined concepts and use more information
Mike Belopuhov
2012-08-25
some endian fixes.
David Gwynne
2012-08-23
cleanup calculations in iocfacts a bit: number of reply frames doesn't
Mike Belopuhov
2012-08-23
use BUS_DMA_ZERO
Mike Belopuhov
[next]