summaryrefslogtreecommitdiffstats
path: root/sys/dev/flash.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Also pass the blk offset to disk_unbusy(), so that it can pass it toderaadt2017-05-041-2/+2
* Remove last two 'uses' of d_subtype in tree. No point in settingkrw2015-08-121-2/+1
* Format string fixes and removal of -Wno-format for arm kernels.miod2014-05-081-2/+2
* replace disksort with bufqs.dlg2013-11-111-11/+7
* Don't add sectors to blocks. Use DL_SECTOBLK() to change DL_GETPOFFSET()krw2013-10-291-2/+5
* (daddr_t) -> (u_int64_t) when multiplying ncylinders * secpercyl tokrw2013-10-201-2/+2
* final removal of daddr64_t. daddr_t has been 64 bit for a long enoughderaadt2013-06-111-5/+5
* Enforce ca_activate tree-walks over the entire heirarchy for all events,deraadt2013-05-301-8/+1
* Eliminate redundant buf validation checks in xxstrategy() methods nowmatthew2011-07-061-18/+10
* Use disk_lock_nointr() in the xxclose() routines so that they cannotderaadt2011-06-191-6/+2
* Use disk_lock/disk_unlock directly and in the same way in these drivers,deraadt2011-06-191-10/+8
* Get rid of the wlabel argument to bounds_check_with_label(). It'smatthew2011-06-031-2/+2
* - missing semicolon from r@undefined.chjasper2010-09-241-2/+2
* Add DIOCGPDINFO to drivers that were lacking it. Where therekrw2010-09-221-1/+6
* All users of physio(9) now pass NULL as the buf pointer argument, somatthew2010-09-221-3/+3
* Store a struct device pointer within struct disk and populate this whenjsing2010-09-081-2/+2
* Garbage collect struct dkdriver.matthew2010-08-281-4/+1
* Recycle unused disklabel fields in order to create a disklabel uniquejsing2010-04-231-4/+1
* Get rid of devact enum, substitute it with an int and coresponding defines.pirofti2009-10-131-2/+2
* Fix after readdisklabel() change.kili2009-08-181-9/+10
* Revert bufq's. this is inline with the major midlayer reverts thatthib2009-06-171-4/+6
* remove variable left behind by thibderaadt2009-06-041-2/+2
* add a flexible buffer queue (bufq) api, based on the never usedthib2009-06-031-5/+3
* Don't bypass partition bounds check for RAW_PART. We now guarantee thatkrw2008-06-151-3/+2
* b_cylinder does not need to be set on the callpath down into drivers.deraadt2007-06-201-12/+7
* all drivers should spoof version 1 labelsderaadt2007-06-081-1/+2
* in OpenBSD as all old BSD unix, RAW_PART always starts at 0, so noderaadt2007-06-071-7/+3
* now that all partition size/offsets are potentially 64-bit, change thederaadt2007-06-061-4/+4
* use six new macros to access & store the 48-bit disklabel fields relatedderaadt2007-06-051-3/+3
* Don't initialize d_partitions[RAW_DISK] just before callingkrw2007-06-011-7/+1
* Don't print the error strings returned by readdisklabel(). If youkrw2007-02-151-3/+4
* Initial NAND flash support for Zaurus, not enabled yet; prodded by many.uwe2006-11-251-0/+1099