| Age | Commit message (Expand) | Author |
| 2010-07-06 | * use correct interleave factor for RAID-0 of Intel MatrixRaid. | bsh |
| 2010-07-06 | fix some probles with ataraid(4) and Intel MatrixRaid. | bsh |
| 2010-07-06 | fix LOCKDEBUG panic at ataraid(4). | bsh |
| 2010-06-24 | Clean up vnode lock operations pass 2: | hannken |
| 2010-04-07 | satafis: | jakllsch |
| 2010-03-28 | Spell "enough" properly. | snj |
| 2010-02-24 | A pointer typedef entails trading too much flexibility to declare const | dyoung |
| 2010-01-25 | Add some more elements to struct ataparams. | jakllsch |
| 2010-01-23 | struct buf::b_iodone is not called at splbio() any more. | bouyer |
| 2010-01-22 | Correct an error in previous commit. | jakllsch |
| 2010-01-21 | Convert to C99 types. Make whitespace more consistent. | jakllsch |
| 2010-01-21 | Cosmetic: join some lines. Get out early on errors, change | dyoung |
| 2010-01-19 | Get rid of last "easy" kernel symbols starting with __: | pooka |
| 2010-01-10 | Provide atacmd_to48() in case of #if defined(_STANDALONE) too | tsutsui |
| 2010-01-08 | Expand PMF_FN_* macros. | dyoung |
| 2009-12-17 | ATA sepcs changed the LBA48 boundary from 0xfffffff to 0xffffffe between | bouyer |
| 2009-11-12 | Remove superfluous activation hook. | dyoung |
| 2009-10-19 | Remove closes 3 & 4 from my licence. Lots of thanks to Soren Jacobsen | bouyer |
| 2009-09-13 | Wipe out the last vestiges of POOL_INIT with one swift stroke. In | pooka |
| 2009-07-04 | Further corrections for siisata. | jakllsch |
| 2009-06-17 | Use abstracted FIS code for ahcisata(4). Have the FIS code pre-zero the FIS. | jakllsch |
| 2009-06-17 | ahcisata(4) and siisata(4) use similar SATA FIS functions, share them. | jakllsch |
| 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 | KNF | cegger |
| 2009-05-12 | struct cfdata * -> cfdata_t, no functional changes intended. | cegger |
| 2009-05-11 | use device_xname() | cegger |
| 2009-04-07 | Cosmetic: flag a potential problem in ata_channel_attach(): | dyoung |
| 2009-04-03 | Stop dereferencing a dangling device_t pointer and crashing: skip the | dyoung |
| 2009-04-02 | During shutdown, detach devices in an orderly fashion. | dyoung |
| 2009-02-13 | Use "defopt MODULAR" in sys/conf/files, and #include "opt_modular.h" | apb |
| 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-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 |