| 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-11-26 | sys: Automated cleanup of cdefs and other formatting | Warner Losh |
| 2023-08-16 | sys: Remove $FreeBSD$: one-line .c pattern | Warner Losh |
| 2023-08-16 | sys: Remove $FreeBSD$: two-line .h pattern | Warner Losh |
| 2023-05-12 | spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSD | 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 |
| 2020-02-07 | Ever since the block layer expanded its command syntax beyond just | Scott Long |
| 2019-11-26 | cfi: #include <limits.h> for ULONG_MAX after r355101 | Ed Maste |
| 2019-11-25 | cfi: check for inter overflow in cfi_devioctl | Ed Maste |
| 2019-03-24 | Fix AMD type flash write operations, and display chip information at boot | Allan Jude |
| 2018-07-17 | Remove kernel support for armeb | Warner Losh |
| 2017-11-27 | sys/dev: further adoption of SPDX licensing ID tags. | Pedro F. Giffuni |
| 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 |
| 2014-02-02 | Follow r261352 by updating all drivers which are children of simplebus | Ian Lepore |
| 2013-10-22 | Set BUS_PROBE_NOWILDCARD on this attachment as a stopgap. Unconditionally | Nathan Whitehorn |
| 2013-10-18 | MFP4: 1136252 | Brooks Davis |
| 2013-09-04 | MFP4 217312, 222008, 222052, 222053, 222673, 231484, 231491, 231565, 570643 | Brooks Davis |
| 2013-06-12 | Use direct custom implementations instead of g_handleattr() for CFI and NAND | Alexander Motin |
| 2013-05-30 | MFP4 @217311 | Brooks Davis |
| 2013-05-30 | MFP4 @222836 | Brooks Davis |
| 2013-04-30 | MFP4 change 222060: | Brooks Davis |
| 2013-04-30 | MFP4 changes 222065 and 222068: | Brooks Davis |
| 2013-04-03 | MFP4 change 217313 and part of 222068: | Brooks Davis |
| 2013-01-30 | Use DEVMETHOD_END macro defined in sys/bus.h instead of {0, 0} sentinel on de... | Sofian Brabez |
| 2012-03-27 | CFI fixes for big endian archs. | Jayachandran C. |
| 2011-05-22 | Merge r221614,221696,221737,221840 from largeSMP project branch: | Attilio Rao |
| 2010-07-11 | Convert Freescale PowerPC platforms to FDT convention. | Rafal Jaworowski |
| 2009-06-10 | Move from using devclass_find_free_unit(cfi_diskclass, 0) to -1, since | Warner Losh |
| 2009-03-10 | choose the size of the last region for d_stripsize instead of the first; | Sam Leffler |
| 2009-03-09 | Add cfid, a disk interface to CFI flash devices; this enables construction | Sam Leffler |
| 2009-02-17 | fix whitespace | 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 | add Roel's copyright as he did the initial version | Sam Leffler |
| 2009-02-03 | honor any interface width (e.g. setup by the bus shim) and don't probe; | Sam Leffler |
| 2009-02-03 | reorg ioctl code to simplify adding new requests | Sam Leffler |
| 2008-10-25 | Add a driver for flash memory that implements to the Common Flash | Marcel Moolenaar |