| Age | Commit message (Expand) | Author |
| 2008-11-18 | SATA GEN3 speed is 6.0Gb/s | cegger |
| 2008-11-16 | cpu_intr_p() doesn't account for software interrupts (e.g. callouts) so | bouyer |
| 2008-11-12 | Remove LKMs and switch to the module framework, pass 1. | ad |
| 2008-10-15 | Merge wrstuden-revivesa into HEAD. | wrstuden |
| 2008-10-02 | Kill ATACH_TH_RUN and use cpu_intr_p() instead. | bouyer |
| 2008-10-01 | Use a separate thread to probe/attach atabus's childrens. Fixes a deadlock | bouyer |
| 2008-09-19 | PR/46593: Patrick Welche: Compute both the original and the ~VIA_T_BOOTABLE | christos |
| 2008-09-16 | Support multiple volumes connected to Intel MatrixRAID controllers. | tron |
| 2008-09-15 | Only report volume names if they are non empty. | tron |
| 2008-09-15 | Add support for status reports via bio(4) to ataraid(4). | tron |
| 2008-09-11 | Add support for Intel MatrixRAID to ataraid(4). It is currently limited | tron |
| 2008-09-10 | Don't attach RAID volumes with incomplete config blocks which would lead | tron |
| 2008-09-09 | Complete device_t/softc split for the ld(4) attachments. This should | tron |
| 2008-09-05 | Add JMicron RAID support to ataraid(4). | tron |
| 2008-08-24 | Destroy cb_buf before pool_put(). | hannken |
| 2008-08-20 | Add support for nVidia MediaShield ata raid found on HP ProLiant ML115. | tacha |
| 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 |