aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/cfi
Commit message (Expand)AuthorAgeFilesLines
* Follow up to r225617. In order to maximize the re-usability of kernel codeDavide Italiano2014-10-161-1/+1
* Follow r261352 by updating all drivers which are children of simplebusIan Lepore2014-02-021-0/+3
* Set BUS_PROBE_NOWILDCARD on this attachment as a stopgap. UnconditionallyNathan Whitehorn2013-10-221-2/+13
* MFP4: 1136252Brooks Davis2013-10-181-0/+4
* MFP4 217312, 222008, 222052, 222053, 222673, 231484, 231491, 231565, 570643Brooks Davis2013-09-046-47/+340
* Use direct custom implementations instead of g_handleattr() for CFI and NANDAlexander Motin2013-06-121-8/+7
* MFP4 @217311Brooks Davis2013-05-302-0/+23
* MFP4 @222836Brooks Davis2013-05-301-0/+28
* MFP4 change 222060:Brooks Davis2013-04-301-0/+19
* MFP4 changes 222065 and 222068:Brooks Davis2013-04-301-0/+1
* MFP4 change 217313 and part of 222068:Brooks Davis2013-04-031-0/+66
* Use DEVMETHOD_END macro defined in sys/bus.h instead of {0, 0} sentinel on de...Sofian Brabez2013-01-302-2/+2
* CFI fixes for big endian archs.Jayachandran C.2012-03-274-8/+36
* Merge r221614,221696,221737,221840 from largeSMP project branch:Attilio Rao2011-05-221-1/+2
* Convert Freescale PowerPC platforms to FDT convention.Rafal Jaworowski2010-07-111-21/+11
* Move from using devclass_find_free_unit(cfi_diskclass, 0) to -1, sinceWarner Losh2009-06-101-2/+1
* choose the size of the last region for d_stripsize instead of the first;Sam Leffler2009-03-101-3/+10
* Add cfid, a disk interface to CFI flash devices; this enables constructionSam Leffler2009-03-094-2/+329
* fix whitespaceSam Leffler2009-02-171-1/+1
* 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-054-15/+211
* add Roel's copyright as he did the initial versionSam Leffler2009-02-031-0/+1
* honor any interface width (e.g. setup by the bus shim) and don't probe;Sam Leffler2009-02-032-5/+89
* reorg ioctl code to simplify adding new requestsSam Leffler2009-02-031-16/+21
* Add a driver for flash memory that implements to the Common FlashMarcel Moolenaar2008-10-255-0/+973