| Age | Commit message (Expand) | Author |
| 2010-02-24 | A pointer typedef entails trading too much flexibility to declare const | dyoung |
| 2010-01-23 | struct buf::b_iodone is not called at splbio() any more. | bouyer |
| 2010-01-19 | Get rid of last "easy" kernel symbols starting with __: | pooka |
| 2010-01-08 | Expand PMF_FN_* macros. | dyoung |
| 2009-12-17 | ATA sepcs changed the LBA48 boundary from 0xfffffff to 0xffffffe between | bouyer |
| 2009-10-19 | Remove closes 3 & 4 from my licence. Lots of thanks to Soren Jacobsen | bouyer |
| 2009-06-08 | Add atap_max_lba member to ataparams for LBA48 Maximum Address. From OpenBSD. | jakllsch |
| 2009-05-20 | On second thought, let's call disk_predetach() disk_begindetach(). | dyoung |
| 2009-05-19 | Use disk_predetach(). | dyoung |
| 2009-05-19 | Delete wdactivate() and sdactivate(). They were no-ops, but as a | dyoung |
| 2009-05-15 | Do not detach a wd(4) instance if it is open, but return EBUSY, | dyoung |
| 2009-05-12 | struct device * -> device_t, no functional changes intended. | cegger |
| 2009-05-12 | struct cfdata * -> cfdata_t, no functional changes intended. | cegger |
| 2009-04-02 | During shutdown, detach devices in an orderly fashion. | dyoung |
| 2009-02-10 | Backout LBA 48 quick entries which were added to fix one aspect of | tron |
| 2009-02-09 | Add two more entries to the quirk table for hard disks which need the | tron |
| 2009-02-06 | -in the wdc@pcmcia driver, don't try to powerup/down while cold or | drochner |
| 2009-01-13 | g/c BUFQ_FOO() macros and use bufq_foo() directly. | yamt |
| 2008-12-16 | replace bitmask_snprintf(9) with snprintb(3) | christos |
| 2008-12-13 | more debugging in the dump path. | christos |
| 2008-12-05 | In wddetach(), avoid a crash by destroying the callout sc_restart_ch. | dyoung |
| 2008-06-08 | Use device_lookup_private() rathter than device_private(device_lookup()). | tsutsui |
| 2008-05-02 | disk_destroy() is needed when the disk structure is no longer required, | plunky |
| 2008-04-28 | Remove clause 3 and 4 from TNF licenses | martin |
| 2008-03-18 | Split device_t and softc for ATA devices, as well as wd(4). Other | cube |
| 2008-02-29 | The Hitachi HDP725025GLA380 returns "aborted command" instead of | bouyer |
| 2008-02-29 | Use PMF_FN_ARGS, PMF_FN_PROTO. | dyoung |
| 2008-02-28 | use pmf again to register the shutdown handler, instead of | drochner |
| 2008-02-21 | put back the old shutdown handlers to flush the disk cache, | drochner |
| 2008-01-02 | Merge vmlocking2 to head. | ad |
| 2007-12-18 | Restore suspend handler. Put the disc into standby on suspend and for | joerg |
| 2007-12-11 | Make this compile again. | jmcneill |
| 2007-12-11 | Disable the wd_suspend power handler on the proper branch, workaround for | jmcneill |
| 2007-12-09 | Merge jmcneill-pm branch. | jmcneill |
| 2007-11-07 | more KNF changes | itohy |
| 2007-11-07 | KNF or make it compile by gcc 2 | itohy |
| 2007-10-31 | PR/37251 - Brian Buhrow -- FORCE_LBA48 on seagate drives larger then 1TB | jnemeth |
| 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-09-16 | Add a workaround for drives with the LBA48 bug: | bouyer |
| 2007-09-05 | yet more caddr_t fallout | jnemeth |
| 2007-07-30 | Make it compile with WD_SOFTBADSECT option. | taca |
| 2007-07-29 | It's not a good idea for device drivers to modify b_flags, as they don't | ad |
| 2007-07-21 | Replace some uses of lockmgr(). | ad |
| 2007-07-09 | Merge some of the less invasive changes from the vmlocking branch: | ad |
| 2007-07-01 | Allow callers of the ATAIOCCOMMAND ioctl to request the WDCC_IDENTIFY to | dsl |
| 2007-04-08 | Include opt_ata.h for ATADEBUG definition instead of #defining it | dyoung |
| 2007-03-04 | Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. | christos |
| 2007-02-09 | Merge newlock2 to head. | ad |
| 2006-11-16 | __unused removal on arguments; approved by core. | christos |