| Age | Commit message (Expand) | Author |
| 2024-12-06 | Replace calls to bus_generic_attach with bus_attach_children | John Baldwin |
| 2024-07-24 | newbus: globally replace device_add_child(..., -1) with DEVICE_UNIT_ANY | Warner Losh |
| 2024-06-16 | cfi: Use device_set_descf() | Mark Johnston |
| 2023-08-16 | sys: Remove $FreeBSD$: one-line .c pattern | Warner Losh |
| 2022-05-10 | Remove unused cfi_diskclass. | John Baldwin |
| 2022-05-09 | Remove unused cfi_devclass. | John Baldwin |
| 2020-09-01 | cfi: clean up empty lines in .c and .h files | Mateusz Guzik |
| 2019-03-24 | Fix AMD type flash write operations, and display chip information at boot | Allan Jude |
| 2017-11-20 | sys/dev: further adoption of SPDX licensing ID tags. | Pedro F. Giffuni |
| 2017-05-06 | [cfi] fix CFI flash reset command for MX29LV320T/B. | Adrian Chadd |
| 2016-02-04 | Provide a workaround for setting the correct endianness when doing CFI on | Adrian Chadd |
| 2014-10-16 | Follow up to r225617. In order to maximize the re-usability of kernel code | Davide Italiano |
| 2013-10-18 | MFP4: 1136252 | Brooks Davis |
| 2013-09-04 | MFP4 217312, 222008, 222052, 222053, 222673, 231484, 231491, 231565, 570643 | Brooks Davis |
| 2013-05-30 | MFP4 @217311 | Brooks Davis |
| 2013-04-30 | MFP4 change 222060: | Brooks Davis |
| 2012-03-27 | CFI fixes for big endian archs. | Jayachandran C. |
| 2009-06-10 | Move from using devclass_find_free_unit(cfi_diskclass, 0) to -1, since | Warner Losh |
| 2009-03-09 | Add cfid, a disk interface to CFI flash devices; this enables construction | Sam Leffler |
| 2009-02-08 | fix typo | Sam Leffler |
| 2009-02-07 | fix building w/o CFI_ARMEDANDDANGEROUS | Sam Leffler |
| 2009-02-07 | expand CFI_ARMEDANDDANGEROUS to include writing the user segment | Sam Leffler |
| 2009-02-05 | Add support for frobbing Intel StrataFlash Protection Registers: | Sam Leffler |
| 2009-02-03 | honor any interface width (e.g. setup by the bus shim) and don't probe; | Sam Leffler |
| 2008-10-25 | Add a driver for flash memory that implements to the Common Flash | Marcel Moolenaar |