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
/
mfi.c
Age
Commit message (
Expand
)
Author
2014-02-20
revert previous commit; didn't intend to commit those bits
Mark Kettenis
2014-02-20
Avoid printing the "nvram corrupt" message for onboard 2200s found on Sun
Mark Kettenis
2013-12-04
mfi_refresh_sensors calls mfi_ioctl_vol which calls mfi_bio_getitall, which
David Gwynne
2013-10-23
Add support for displaying the cache write policy of RAID volumes to bioctl(8)
Mark Kettenis
2013-10-09
Include the 'state of health' field in the bbu ok sensor value.
Jonathan Matthew
2013-05-18
enw->new in comment;
Jason McIntyre
2013-05-08
fix some leaks in error paths
Jonathan Gray
2013-05-03
break out the battery status into excruciating detail. makes it harder for
David Gwynne
2013-05-02
always attach the battery sensor if the adapter lets us query it.
David Gwynne
2013-05-01
provide a sensor for the battery backup unit (bbu) on mfi boards that
David Gwynne
2013-05-01
dont need to walk alldevs during sensor creation looking for the logical
David Gwynne
2013-04-30
use MR_DCMD consistently. some MD_DCMD was in there somehow.
David Gwynne
2013-04-07
david imhoff points out that the error handling in mfi_init_ccb gets the
David Gwynne
2012-09-12
Make sure we don't sleep on autoconf.
Christiano F. Haesbaert
2012-08-17
add support for "physical devices" on skinny controllers.
David Gwynne
2012-08-16
fix mfi_poll by having it do delays between loops, and breaking on
David Gwynne
2012-08-16
rework mfi_poll so it will do all the completions on a ccb including
David Gwynne
2012-08-16
stop passing mfi_softc around as a member of the ccb, consistently give it
David Gwynne
2012-08-16
scrub ccbs when we're about to use them, not when we put them back
David Gwynne
2012-08-16
move the dma syncs for the ccb data into ccb_done, so we can do it once
David Gwynne
2012-08-16
fix up the dma sync for the command frame in mfi_done.
David Gwynne
2012-08-14
use scsi_get_link to find out the name of a child device for bioctl rather
David Gwynne
2012-08-14
expose the max number of logical volumes the hardware supports as the width
David Gwynne
2012-08-14
print the boards name (eg, perc 5/i) according to the firmware like mfii.
David Gwynne
2012-08-14
move knowledge of the location of the inbound doorbell out of code in
David Gwynne
2012-08-13
get rid of the last foo_lo and foo_hi bits i could find in the hardware
David Gwynne
2012-08-13
do appropriate bus_dmamapy_syncs around the pcq/completion ring.
David Gwynne
2012-08-13
replace uint32_ts for hi and lo addresses in the mfi_init_ hardware
David Gwynne
2012-08-11
the producer/consumer values are used by the device, which is little
David Gwynne
2012-01-12
add support for skinny variants.
David Gwynne
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-04-09
add all 64 bit dma plumbing but stick with 32 for now by default.
Marco Peereboom
2011-04-09
make sure the upper 32 bits are always written to instead of assuming it
Marco Peereboom
2011-04-08
kill some stray spaces
Marco Peereboom
2011-04-08
rename wiat channel to something less than 8 chars.
Marco Peereboom
2011-04-08
use dma_alloc for transient management commands.
Marco Peereboom
2010-12-30
cut mfi over to using iopools.
David Gwynne
2010-09-24
no use setting cmd in mfi_ioctl_setstate if you never use it.
David Gwynne
2010-09-20
Use SSD_ERRCODE_CURRENT instead of magic 0x70.
Kenneth R Westerback
2010-08-29
the scsi completion code thinks that if you dont get MFI_STAT_OK
David Gwynne
2010-07-22
SCSI HBA drivers are supposed to get their SCSI CDBs from xs->cmd, not
Matthew Dempsky
2010-07-01
Change scsibus(4)'s scsi_link array to an SLIST to save memory on
Matthew Dempsky
2010-06-30
Use SLIST for the ccb free list.
Michael Knudsen
2010-06-28
Remove all adapter-specific 'struct scsi_device's. They are never used. First
Kenneth R Westerback
2010-06-15
dont pass the dev_t from the scsi device drivers into the midlayer for
David Gwynne
2010-05-20
New scsi code seems to be stable. Pluck previously identified
Kenneth R Westerback
2010-05-16
Use a temporary variable for now to sidestep -Wbounded checking when
Nicholas Marriott
2010-04-22
use BUS_DMA_ZERO on alloc instead of bzeroing after.
Owain Ainsworth
2010-04-10
grrr var names in protos
Marco Peereboom
[next]