| Age | Commit message (Expand) | Author |
| 2005-04-12 | add definition for "security freeze" | drochner |
| 2005-04-11 | Fix mode printing. (don't panic on unmatched devices) | matt |
| 2005-03-31 | introduce a function to drain bufq and use it where appropriate. | yamt |
| 2005-03-04 | Disestablish powerhook while detaching atabus. | tacha |
| 2005-02-27 | nuke trailing whitespace | perry |
| 2005-01-26 | Add powerhook for atabus. | jmcneill |
| 2005-01-16 | Also call ata_dmaerr() on DMA errors (as reported by the underlying controller | bouyer |
| 2004-12-08 | Move ata_dmaerr() so that it's called only when there really has been an error | bouyer |
| 2004-11-18 | Some drives reports ATA version < 4, and still support (and need) the | bouyer |
| 2004-11-14 | s/using DMA data transfers/using DMA/ to make it fit in 80 columns. | soren |
| 2004-10-30 | Allow polled commands to be queued, if ata_exec_xfer() is called in thread | bouyer |
| 2004-10-28 | Call xfer->c_start() with the channel from the xfer, not the one from the | bouyer |
| 2004-10-28 | move buffer queue related stuffs from buf.h to their own header, bufq.h. | yamt |
| 2004-10-15 | Change config_attach_pseudo() to take a cfdata * that contains the | thorpej |
| 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-17 | Minimal support for mirror component. The relation between original and | enami |
| 2004-09-16 | In case of error, reset the channel with AT_RST_NOCMD. We know the reset | bouyer |
| 2004-09-13 | a round of autoconf cleanup: | drochner |
| 2004-09-11 | If we're not going to handle a reset request because one if already pending, | bouyer |
| 2004-08-30 | make the software managed bad-sector list optional | drochner |
| 2004-08-23 | Put an #ifdef _KERNEL around inline functions using panic(). | he |
| 2004-08-21 | Register description for SATA port multipliers. | thorpej |
| 2004-08-21 | - Move to48() to atareg.h and rename it atacmd_to48(). | thorpej |
| 2004-08-21 | Eliminate some gratuitous spl frobbing in atabus_thread(). | thorpej |
| 2004-08-21 | atastart() (called only at splbio(), and from interrupts) can change | thorpej |
| 2004-08-20 | - atabus_detach(): Manipulate ch_flags at splbio(). | thorpej |
| 2004-08-20 | WDC_DIAGNOSTIC -> ATA_DEBUG | thorpej |
| 2004-08-20 | - Add an (*ata_reset_channel)() member to ata_bustype. | thorpej |
| 2004-08-20 | Use ANSI function decls for atabus open/close/ioctl. | thorpej |
| 2004-08-20 | wdcreg.h is not needed here any more. | thorpej |
| 2004-08-20 | Move common parts of attaching an ata_channel to a new ata_channel_attach() | thorpej |
| 2004-08-20 | Move atabusconfig() to ata.c. | thorpej |
| 2004-08-20 | In ata_get_params(), use the (*ata_exec_command)() available from the | thorpej |
| 2004-08-20 | - Add an atac_bustype_ata member to atac_softc to hold a pointer to | thorpej |
| 2004-08-20 | Rename the ata_bustype "ata_reset_channel" member to "ata_reset_drive" | thorpej |
| 2004-08-20 | Move most of wdc_softc into a new atac_softc structure that contains | thorpej |
| 2004-08-14 | - Split the register handles out of struct wdc_channel into a separate | thorpej |
| 2004-08-13 | WDCDEBUG -> ATADEBUG. | thorpej |
| 2004-08-13 | Don't bother with bits that tell of the presence of optional callbacks; | thorpej |
| 2004-08-13 | Move wdcstart() to ata.c and rename it to atastart(). | thorpej |
| 2004-08-13 | Move wdc_exec_xfer() to ata.c and rename it ata_exec_xfer(). | thorpej |
| 2004-08-12 | Move wdc_addref() and wdc_delref() to ata.c and rename them to | thorpej |
| 2004-08-12 | Move wdc_kill_pending() to ata.c and rename it ata_kill_pending(). | thorpej |
| 2004-08-12 | - Move wdc_xfer_pool, wdc_get_xfer(), wdc_free_xfer() to ata.c, and rename | thorpej |
| 2004-08-12 | Move wdc_probe_caps() to ata.c and rename it ata_probe_caps(). | thorpej |
| 2004-08-12 | Move wdc_downgrade_mode() to ata.c and rename it to ata_downgrade_mode(). | thorpej |
| 2004-08-12 | Move wdc_print_modes() into ata.c and rename it ata_print_modes(). | thorpej |
| 2004-08-12 | Rename some constants: | thorpej |
| 2004-08-12 | Rename "struct wdc_command" to "struct ata_command". | thorpej |