summaryrefslogtreecommitdiffstats
path: root/sys/dev/flashvar.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* replace disksort with bufqs.dlg2013-11-111-2/+2
| | | | | i havent had any tests, so if there's any fallout ill deal with it when people hit it. i wont feel guilty about it at all though.
* Enforce ca_activate tree-walks over the entire heirarchy for all events,deraadt2013-05-301-2/+1
| | | | | | cleaning up some shutdown-hook related code on the way. (A few drivers related to sparc are still skipped at kettenis' request) ok kettenis mlarkin, tested by many others too
* Get rid of devact enum, substitute it with an int and coresponding defines.pirofti2009-10-131-2/+2
| | | | | | This is needed for the addition of further suspend/resume actions. Okay deraadt@, marco@.
* Revert bufq's. this is inline with the major midlayer reverts thatthib2009-06-171-1/+2
| | | | | | have been going on. this appears to bring us back to stable state. lots of testing by oga and ariane and my self.
* add a flexible buffer queue (bufq) api, based on the never usedthib2009-06-031-2/+1
| | | | | | | | | one by tedu@. It doesn't do anything smart yet, it just uses plain old disksort. we also keep the old method of queueing bufs since some miods have crazy MD drivers that need some love. ok beck@, art@ tested by many on many archs.
* b_cylinder does not need to be set on the callpath down into drivers.deraadt2007-06-201-3/+2
| | | | cpu_disklabel can go away, since nothing anymore needs to use it; ok miod
* Initial NAND flash support for Zaurus, not enabled yet; prodded by many.uwe2006-11-251-0/+143