| Age | Commit message (Expand) | Author |
| 2006-08-27 | Oops, this is not ready yet. | christos |
| 2006-08-27 | Add missing initializer | christos |
| 2006-08-01 | If there's any wd quirks in use, display them. | lukem |
| 2006-06-24 | Add yet another broken 160GB seagate drive. Mine. ST3160021A. | gendalia |
| 2006-06-05 | Adjust quirk entry for seagate drives. Should fix kern/33637 by Shigeya | bouyer |
| 2006-05-18 | Add yet another broken 160Gb seagate drive. I though we had found all of | bouyer |
| 2006-04-05 | Backing out previous commit for more review. | cherry |
| 2006-04-04 | Sleeps hard disk just before system shutdown. | cherry |
| 2006-03-28 | Use device_unit(). | thorpej |
| 2006-03-01 | merge yamt-uio_vmspace branch. | yamt |
| 2006-02-20 | Use device_is_active() rather than testing dv_flags for DVF_ACTIVE | thorpej |
| 2006-01-15 | cast 16bit atap_capacity to u_int64_t before << 16. (assigned to | abs |
| 2006-01-07 | remove B_EINTR as it isn't used anymore. | yamt |
| 2006-01-04 | - add simple functions to allocate/free a buffer for i/o. | yamt |
| 2005-12-26 | - add ioctls to set/get disk bufq strategy. | yamt |
| 2005-12-11 | merge ktrace-lwp. | christos |
| 2005-11-01 | Rework the funny "user_strat: No ioctl" error messages - the functions | martin |
| 2005-10-15 | - change the way to specify a bufq strategy. (by string rather than by number) | yamt |
| 2005-09-05 | Fix typo in comment from previous revision. | riz |
| 2005-09-05 | Use a pmatch(9) expression which should catch all present and future | bouyer |
| 2005-09-05 | Add quirk for ST3200826A. From rudolf (netbsd at eq.cz) on tech-kern. | bouyer |
| 2005-08-29 | wd->atabus->ata_bio() should handle the multi-sector PIO transfers just fine, | bouyer |
| 2005-08-26 | ST3300831A also needs WD_QUIRK_FORCE_LBA48. | briggs |
| 2005-08-25 | Add a comment explaining why we have WD_QUIRK_FORCE_LBA48, instead of always | bouyer |
| 2005-07-02 | Force LBA48 access to ST3160827AS drives. Without this change the entire | dsainty |
| 2005-06-19 | The ST3160023A* also need the LBA48 quirk. From Timo Schoeler. | bouyer |
| 2005-06-16 | Use pmatch() metacharacters to match both SATA and PATA versions of seagate | bouyer |
| 2005-06-16 | Added LBA48 quirk for Seagate ST3200822AS. Tested by Teemu Rinta-aho. | martti |
| 2005-05-29 | - remove casts [to avoid volatile] | christos |
| 2005-05-16 | Add another broken seagate device to the quirk list. | bouyer |
| 2005-03-31 | introduce a function to drain bufq and use it where appropriate. | yamt |
| 2005-02-27 | nuke trailing whitespace | perry |
| 2004-11-18 | Some drives reports ATA version < 4, and still support (and need) the | bouyer |
| 2004-10-28 | move buffer queue related stuffs from buf.h to their own header, bufq.h. | yamt |
| 2004-09-28 | Add a WD_QUIRK_FORCE_LBA48 quirck, which forces all access to use LBA48. | bouyer |
| 2004-09-25 | Add support for wedges to the ATA disk driver. | thorpej |
| 2004-09-16 | In case of error, reset the channel with AT_RST_NOCMD. We know the reset | bouyer |
| 2004-08-30 | make the software managed bad-sector list optional | drochner |
| 2004-08-21 | atastart() (called only at splbio(), and from interrupts) can change | thorpej |
| 2004-08-20 | Rename the ata_bustype "ata_reset_channel" member to "ata_reset_drive" | thorpej |
| 2004-08-13 | WDCDEBUG -> ATADEBUG. | thorpej |
| 2004-08-12 | Rename some constants: | thorpej |
| 2004-08-12 | Rename "struct wdc_command" to "struct ata_command". | thorpej |
| 2004-08-10 | A few things: | mycroft |
| 2004-08-04 | Change wdc_kill_pending() to take a struct ata_drive_datas * as argument, | bouyer |
| 2004-08-03 | First cut at implementing ATABUSIODETACH. Still buggy. | bouyer |
| 2004-08-03 | wddetach(): move lockmgr(LK_DRAIN) near the end; otherwise we'll panic in | bouyer |
| 2004-08-03 | move cleaning of the bad block list in wddetach() after the call to | bouyer |
| 2004-07-31 | Implement asynchronous channel reset. | bouyer |
| 2004-06-22 | Update copyright. | mycroft |