summaryrefslogtreecommitdiff
path: root/sys/dev/cfi/cfi_disk.c
AgeCommit message (Expand)Author
2023-11-26sys: Automated cleanup of cdefs and other formattingWarner Losh
2023-08-16sys: Remove $FreeBSD$: one-line .c patternWarner Losh
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2022-05-10Remove unused cfi_diskclass.John Baldwin
2020-09-01cfi: clean up empty lines in .c and .h filesMateusz Guzik
2020-02-07Ever since the block layer expanded its command syntax beyond justScott Long
2017-11-27sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2013-09-04MFP4 217312, 222008, 222052, 222053, 222673, 231484, 231491, 231565, 570643Brooks Davis
2013-06-12Use direct custom implementations instead of g_handleattr() for CFI and NANDAlexander Motin
2013-05-30MFP4 @222836Brooks Davis
2012-03-27CFI fixes for big endian archs.Jayachandran C.
2009-03-10choose the size of the last region for d_stripsize instead of the first;Sam Leffler
2009-03-09Add cfid, a disk interface to CFI flash devices; this enables constructionSam Leffler