| Age | Commit message (Expand) | Author |
| 2008-06-17 | Mark a buffer `busy` in getnewbuf() when it came from the pool_cache since | reinoud |
| 2008-06-12 | use device_lookup_private to get softc | cegger |
| 2008-06-10 | use new "defpseudodev" where appropriate, and remove dummy interface | drochner |
| 2008-06-08 | Use device_lookup_private() rathter than device_private(device_lookup()). | tsutsui |
| 2008-05-06 | ata_raid_config_block_rw: getiobuf(vp, NULL) -> getiobuf(vp, false) | yamt |
| 2008-05-04 | device_t/softc split. | xtraeme |
| 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-04-05 | use aprint_*_dev and device_xname | cegger |
| 2008-03-26 | split softc/device_t. use device_t & cfdata_t | matt |
| 2008-03-21 | Catch up with descriptor handling changes. See kern_descrip.c revision | ad |
| 2008-03-19 | Don't assume wd_softc embeds a struct device. | cube |
| 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-22 | As pointed out by Geoff Wing, 1.356 of wd.c needs sc_sdhook restored. | dogcow |
| 2008-02-21 | put back the old shutdown handlers to flush the disk cache, | drochner |
| 2008-02-07 | Move a debug printf into the ATA_RAID_DEBUG block. | xtraeme |
| 2008-02-02 | Match up some VOP_OPEN()S with VOP_CLOSE()s. This allows the root | mjf |
| 2008-01-10 | Oops, remove some debug statements that slipped in there. | dyoung |
| 2008-01-10 | Use device_t, device_xname(), device_private(). Add atabus_childdetached() | dyoung |
| 2008-01-04 | Start detangling lock.h from intr.h. This is likely to cause short term | ad |
| 2008-01-02 | Another driver that should use getiobuf(). | ad |
| 2008-01-02 | Merge vmlocking2 to head. | ad |
| 2007-12-25 | Convert many of the uses of __attribute__ to equivalent | perry |
| 2007-12-20 | Don't allocate DEV_BSIZE from the stack, use kmem instead. | pooka |
| 2007-12-18 | Restore suspend handler. Put the disc into standby on suspend and for | joerg |
| 2007-12-11 | use __KERNEL_RCSID() | lukem |
| 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-26 | Remove the "struct lwp *" argument from all VFS and VOP interfaces. | pooka |
| 2007-11-18 | From Marco Trillo (marcotrillo at gmail dot com): | christos |
| 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-08-21 | Improved SATA support, from Jonathan A. Kollasch in PR bin/36772: | bouyer |
| 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-07-01 | Remove 'else' after 'return' for clarity | dsl |
| 2007-04-08 | Include opt_ata.h for ATADEBUG definition instead of #defining it | dyoung |
| 2007-04-08 | Include opt_ata.h for ATADEBUG definition instead of #defining it | dyoung |