| Age | Commit message (Expand) | Author |
| 2010-03-16 | Allow this driver to build for ofppc as well. | he |
| 2010-02-24 | A pointer typedef entails trading too much flexibility to declare const | dyoung |
| 2010-01-08 | Expand PMF_FN_* macros. | dyoung |
| 2009-06-05 | Add support for DIOCGDISKINFO to disk like device drivers. Change | haad |
| 2009-05-12 | struct cfdata * -> cfdata_t, no functional changes intended. | cegger |
| 2009-01-13 | g/c BUFQ_FOO() macros and use bufq_foo() directly. | yamt |
| 2008-12-29 | fdcintr1 requires the mutex to be held. | mlelstv |
| 2008-12-24 | Set all default geometry parameters (not only secpercyl and secsize) | tsutsui |
| 2008-12-16 | replace bitmask_snprintf(9) with snprintb(3) | christos |
| 2008-05-03 | after the "struct disk" is finished with, it should be | plunky |
| 2008-04-30 | - If x86, trust the nvram and elminate long probe delays. | ad |
| 2008-04-28 | Remove clause 3 and 4 from TNF licenses | martin |
| 2008-04-11 | make this build with FD_DEBUG | cegger |
| 2008-03-29 | PPC systems predating prep and running the mvmeppc port | mlelstv |
| 2008-03-16 | Split device_t and softc for the ... wait for it ... [air quotes] MI | cube |
| 2008-02-22 | Suspend, resume, detach. | dyoung |
| 2008-01-31 | Let the compiler decide: inline -> static, register -> . | dyoung |
| 2008-01-31 | Cosmetic: constify, KNF, use device_t and accessors, use | dyoung |
| 2008-01-02 | Merge vmlocking2 to head. | ad |
| 2007-10-19 | machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.h | ad |
| 2007-10-08 | Merge disk init changes from the vmlocking branch. These seperate init / | ad |
| 2007-07-29 | It's not a good idea for device drivers to modify b_flags, as they don't | ad |
| 2007-07-09 | Merge some of the less invasive changes from the vmlocking branch: | ad |
| 2007-03-08 | add support for devctl properties | jnemeth |
| 2007-03-04 | Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. | christos |
| 2007-02-15 | Rename the B_XXX flag to B_DEVPRIVATE flag since it was never used for | reinoud |
| 2006-11-16 | __unused removal on arguments; approved by core. | christos |
| 2006-10-12 | - sprinkle __unused on function decls. | christos |
| 2006-08-30 | add missing initializer | christos |
| 2006-04-14 | Make i/o statistics collection more generic, include tape drives and | blymn |
| 2006-03-28 | Use device_unit(). | thorpej |
| 2006-03-25 | Use device_parent(). | thorpej |
| 2006-01-06 | initialize necessary members of struct buf. PR/32462 from Reinoud Zandijk. | yamt |
| 2006-01-04 | - add simple functions to allocate/free a buffer for i/o. | yamt |
| 2005-12-24 | Remove leading __ from __(const|inline|signed|volatile) -- it is obsolete. | perry |
| 2005-12-11 | merge ktrace-lwp. | christos |
| 2005-10-15 | - change the way to specify a bufq strategy. (by string rather than by number) | yamt |
| 2005-07-30 | Fix compilation with FD_DEBUG. | christos |
| 2005-05-29 | sprinkle const. | christos |
| 2005-02-04 | de-__P | perry |
| 2005-02-01 | Whitespace police. The rest remains crap. | drochner |
| 2004-10-28 | move buffer queue related stuffs from buf.h to their own header, bufq.h. | yamt |
| 2004-09-18 | change some members of struct buf from long to int. | yamt |
| 2004-09-14 | include "locators.h" explicitely where it is needed, so that | drochner |
| 2004-06-04 | Wrap a noisy probe message in FD_DEBUG. | thorpej |
| 2003-12-04 | netbsd.org -> NetBSD.org | keihan |
| 2003-09-27 | Fix a non-fatal race condition. | mycroft |
| 2003-09-25 | Modify the fdcattach() interface again, splitting it into two parts, so that | mycroft |
| 2003-09-25 | Do fd probing after interrupts are enabled, and use tsleep() for delays. | mycroft |
| 2003-09-23 | Small changes -- if your controller clears DRV_BUSY when recalibrate completes, | mycroft |