| Age | Commit message (Expand) | Author |
| 2022-05-24 | fix various typos in comment, documentation and log messages. | andvar |
| 2022-05-22 | Use PRIxBUSADDR for bus_addr_t in debug printf. | hannken |
| 2022-05-13 | Improve DNPRINTF. No functional change. | msaitoh |
| 2022-05-12 | Don't use MFI_PD_LIST_SIZE. Same as OpenBSD. No functional change. | msaitoh |
| 2022-05-10 | mfi(4): Set stripe size correctly for BIOCVOL. | msaitoh |
| 2022-05-09 | Use union mbox instead of unit8_t[] to avoid unaligned access. | msaitoh |
| 2022-05-09 | KNF. Whitespace. No functional change. | msaitoh |
| 2022-05-07 | Clear mailbox to not to pass garbage data. | msaitoh |
| 2022-05-07 | Use mlp_bgi for MFI_LD_PROG_BGI. Same as OpenBSD. | msaitoh |
| 2022-05-07 | s/contrller/controller/ in comment. | msaitoh |
| 2022-05-05 | Add some code for the SKINNY variant to make Dell PERC H310 work. | msaitoh |
| 2022-04-16 | fix various typos in comments and log messages. | andvar |
| 2021-12-05 | s/decriptor/descriptor/ in comment. | msaitoh |
| 2021-11-06 | s/allign/align/ | msaitoh |
| 2021-08-07 | Merge thorpej-cfargs2. | thorpej |
| 2021-04-24 | Merge thorpej-cfargs branch: | thorpej |
| 2020-01-07 | Set 'ld_sync' to NULL as part of 'again', to prevent use-after-free. | maxv |
| 2019-11-10 | in many device attach paths, allocate memory with M_WAITOK instead of M_NOWAIT | chs |
| 2019-07-29 | sys/dev/ic/mfi.c: Add missing break in switch | gdt |
| 2018-11-24 | Add some definitions from OpenBSD, needed by the upcoming mfii driver. | bouyer |
| 2018-09-03 | Rename min/max -> uimin/uimax for better honesty. | riastradh |
| 2017-10-28 | Kill some more extern struct cfdriver declarations. | riastradh |
| 2015-04-04 | fix double free, found by Brainy. | christos |
| 2015-03-12 | Dedup the conversion of bioc_disk and bioc_vol to envsys_data_t | christos |
| 2014-08-21 | over-initialize for the benefit of gcc | christos |
| 2014-08-21 | revert previous; code checking tool is incorrect. Variables are not being | christos |
| 2014-07-25 | Add d_discard to all struct cdevsw instances I could find. | dholland |
| 2014-03-16 | Change (mostly mechanically) every cdevsw/bdevsw I can find to use | dholland |
| 2014-01-25 | More alignment spellos | skrll |
| 2013-10-17 | - remove unused variables | christos |
| 2013-06-28 | Fix the non-thunderbolt case. XXX: Is that right even? | christos |
| 2012-11-09 | MFI_STATE_BOOT_MESSAGE_PENDING also needs to be handed for non-TBOLT | bouyer |
| 2012-09-19 | Add a pass-through ioctl for mfi(4), allowing userland to send raw commands | bouyer |
| 2012-08-26 | Make MFI_DEBUG build on i386. | bouyer |
| 2012-08-26 | After discussion on tech-kern@, fix performance issue related to | bouyer |
| 2012-08-23 | Avoid "unused variable" warning for non-DIAGNOSTIC kernels. | bouyer |
| 2012-08-23 | Add support newer LSI RAID controllers based on the SAS2208 chip, | bouyer |
| 2012-08-05 | Really init sc_ioptype in mfi_attach() | bouyer |
| 2012-08-05 | sg64.len is 32bits, so use htole32() | bouyer |
| 2012-08-05 | MFI_IOP_SKINNY is an enum not a single bit value, so it can't be used as | bouyer |
| 2012-08-05 | Add some support for 64bit DMA but stick to 32bit DMA for now. | bouyer |
| 2012-03-21 | Add support for skinny variants (e.g. IBM ServeRAID M1015). Based on OpenBSD | sborrill |
| 2012-03-21 | From OpenBSD. Fixes a deadlock during autoconf. | sborrill |
| 2011-06-20 | Initialize current value for ENVSYS_DRIVE sensors | pgoyette |
| 2011-06-20 | Initializes sensors states before registering. | pgoyette |
| 2010-03-14 | Remove setting of edata->monitor since that member no longer exists. | pgoyette |
| 2010-02-09 | Add newer cars supports. Tested on MegaRAID SAS 9260-8i. | msaitoh |
| 2010-02-08 | Fix a bug that the system which has no logical volume panics in shutdown | msaitoh |
| 2010-01-19 | bio(4) is MP-safe but mfi(4) is not. So get the kernel_lock at | bouyer |
| 2009-09-13 | Delete whitespace at ends of lines. No functional change intended. | dyoung |