aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/cfi/cfi_core.c
Commit message (Expand)AuthorAgeFilesLines
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-231-2/+0
* cfi: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-3/+1
* Fix AMD type flash write operations, and display chip information at bootAllan Jude2019-03-241-6/+94
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-0/+2
* [cfi] fix CFI flash reset command for MX29LV320T/B.Adrian Chadd2017-05-061-2/+13
* Provide a workaround for setting the correct endianness when doing CFI onAdrian Chadd2016-02-041-0/+15
* Follow up to r225617. In order to maximize the re-usability of kernel codeDavide Italiano2014-10-161-1/+1
* MFP4: 1136252Brooks Davis2013-10-181-0/+4
* MFP4 217312, 222008, 222052, 222053, 222673, 231484, 231491, 231565, 570643Brooks Davis2013-09-041-42/+287
* MFP4 @217311Brooks Davis2013-05-301-0/+20
* MFP4 change 222060:Brooks Davis2013-04-301-0/+19
* CFI fixes for big endian archs.Jayachandran C.2012-03-271-3/+30
* Move from using devclass_find_free_unit(cfi_diskclass, 0) to -1, sinceWarner Losh2009-06-101-2/+1
* Add cfid, a disk interface to CFI flash devices; this enables constructionSam Leffler2009-03-091-0/+5
* fix typoSam Leffler2009-02-081-1/+1
* fix building w/o CFI_ARMEDANDDANGEROUSSam Leffler2009-02-071-4/+5
* expand CFI_ARMEDANDDANGEROUS to include writing the user segmentSam Leffler2009-02-071-3/+12
* Add support for frobbing Intel StrataFlash Protection Registers:Sam Leffler2009-02-051-13/+162
* honor any interface width (e.g. setup by the bus shim) and don't probe;Sam Leffler2009-02-031-5/+10
* Add a driver for flash memory that implements to the Common FlashMarcel Moolenaar2008-10-251-0/+419