Age | Commit message (Expand) | Author |
2015-03-14 | Remove some includes include-what-you-use claims don't | Jonathan Gray |
2015-03-08 | properly set sgl related flags on skinny controllers. this fixes | David Gwynne |
2015-02-08 | Fix mfi ioctl to set drive state properly. | YASUOKA Masahiko |
2015-01-09 | Add support DIOC{G,S}CACHE to mfi(4). Cache of disk on mfi(4) will | YASUOKA Masahiko |
2014-12-19 | another handful of bcopy -> memcpy because there is no overlap | Theo de Raadt |
2014-09-14 | remove uneeded proc.h includes | Jonathan Gray |
2014-09-09 | mark the interrupt handler mpsafe, and give up biglock in the scsi cmd | David Gwynne |
2014-08-15 | Create a function which loads sgd in the mfi_iop_ops struct so that skinny | YASUOKA Masahiko |
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 | format string fixes for bus_addr_t and bus_size_t | Stefan Fritsch |
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 |