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
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
2012-08-22
cleanup mpii_alloc_queues, use caddr_t for kva plus a bit of cleanup
Mike Belopuhov
2012-08-22
remove last remnants of mpii_[e]cfg_header and mpii_[e]cfg_page
Mike Belopuhov
2012-08-22
for device pages of the fixed size there's no need to query their
Mike Belopuhov
2012-08-22
minor style nits for the function prototypes
Mike Belopuhov
2012-08-22
kill several unused or useless defines; no functional change
Mike Belopuhov
2012-08-17
cleanup mpii_get_ioc_pg8 mess, no functional change
Mike Belopuhov
2012-08-16
display board model and firmware revision like mfi/mfii do; ok dlg
Mike Belopuhov
2012-08-14
whitespace cleanup; no binary change
Mike Belopuhov
2012-08-14
split the definitions of the hardware out into a separate file so it can
David Gwynne
2012-04-11
SLIST_REMOVE_NEXT -> SLIST_REMOVE_AFTER for better consistency and
Christian Weisgerber
2011-11-03
Backout last change that broke the driver. There's no hardware at hand
Mike Belopuhov
2011-09-12
Clamp a maximum number of outstanding requests at 40 as it was
Mike Belopuhov
2011-08-29
dont use a semaphore (which doesnt block interrupts in the critical
David Gwynne
2011-07-21
Index the sensor array starting from 0 not sc_vd_id_low. On my R310 this
Stuart Henderson
2011-07-20
spell FALLTHROUGH correctly
Stuart Henderson
2011-07-17
Backout a bunch of my SCSI commits from c2k11. At least one of these
Matthew Dempsky
2011-07-08
First batch of converting SCSI HBAs from setting saa_targets and
Matthew Dempsky
2011-06-17
M_WAITOK cleanup of two cases:
Michael Knudsen
2011-05-25
try to map an msi style interrupt. if that doesnt work then try to map a
David Gwynne
2011-05-15
match on LSI SAS2108/SAS2116/SAS2208/SAS2308
Jonathan Gray
2011-04-02
correctly handle data underruns. this makes things like ses(4) and safte(4)
David Gwynne
2011-02-24
we want to look up the device attached to a raid volume by its address on
David Gwynne
2011-02-21
usage: mt [-f device] command [count]
David Gwynne
2010-12-29
implement timeouts of scsi commands.
David Gwynne
2010-12-29
make mpii properly detach devices, which helps a lot if they have commands in...
David Gwynne
2010-08-23
add support for the LSISAS2004 ships.
David Gwynne
2010-07-16
gc sc_lock. it is unused. ioctl commands can run concurrently now that
David Gwynne
2010-07-15
when mpii(4) gets an async event (ie, sas topology change or
David Gwynne
2010-07-09
rewrite the polling codepath in mpii.
David Gwynne
2010-07-07
bring mpi_wait over to mpii for an mpsafe mechanism to sleep while waiting
David Gwynne
2010-07-07
rename ccb_xs to ccb_cookie, and switch it from a struct scsi_xfer * to a
David Gwynne
2010-07-07
use a mutex to ensure writes to the two registers used to post commands to
David Gwynne
2010-07-07
let the config page request code sleep while waiting for a ccb if it is
David Gwynne
2010-07-07
do a 1:1 conversion of mpii_{get,put}_ccb to scsi_io_{get,put}.
David Gwynne
2010-07-06
add the iopool wrapper around the mpii ccb free list. cut the midlayer and
David Gwynne
2010-07-01
Change scsibus(4)'s scsi_link array to an SLIST to save memory on
Matthew Dempsky
2010-06-28
Remove all adapter-specific 'struct scsi_device's. They are never used. First
Kenneth R Westerback
2010-06-27
"Believe it or not," nothing uses scsi_xfer's req_sense_length field
Matthew Dempsky
2010-06-27
mpii was modelled very heavily on mpi which means that it inherited a split
David Gwynne
2010-06-22
protect the ccb free list with a mutex rather than relying on splbio
David Gwynne
2010-06-15
dont pass the dev_t from the scsi device drivers into the midlayer for
David Gwynne
[next]