| Age | Commit message (Expand) | Author |
| 2006-08-27 | Add missing initializer | christos |
| 2006-03-29 | Use device_cfdata(). | thorpej |
| 2006-01-22 | For an IDENTIFY we have to wait for DRQ after issuing the command. | bouyer |
| 2005-12-11 | merge ktrace-lwp. | christos |
| 2005-07-07 | tighten the autoconf constraints by passing the atapi/ata/ata_hl attribute | drochner |
| 2005-05-29 | - remove casts [to avoid volatile] | christos |
| 2005-05-20 | Close a window where (disks) interrupts could be enabled while the | bouyer |
| 2005-05-16 | Add a ata_queue_idle() function, which freeze a queue and tsleep() until the | bouyer |
| 2005-04-11 | Fix mode printing. (don't panic on unmatched devices) | matt |
| 2005-03-04 | Disestablish powerhook while detaching atabus. | tacha |
| 2005-02-27 | nuke trailing whitespace | perry |
| 2005-01-26 | Add powerhook for atabus. | jmcneill |
| 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-09-11 | If we're not going to handle a reset request because one if already pending, | bouyer |
| 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 | 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 |
| 2004-08-10 | Hold a reference between atabus_attach() and atabusconfig() to avoid an extra | mycroft |
| 2004-08-04 | Change wdc_kill_pending() to take a struct ata_drive_datas * as argument, | bouyer |
| 2004-08-04 | Add | bouyer |
| 2004-08-03 | First cut at implementing ATABUSIODETACH. Still buggy. | bouyer |
| 2004-08-02 | Clean up interraction between wdc_reset_channel and the kernel thread. | bouyer |
| 2004-08-01 | Implement an atabus control device, and define some ATA bus control | bouyer |
| 2004-05-27 | Clean-up of use of "precomp". It is used as "features" everywhere, so | thorpej |
| 2004-04-13 | Make wdc_channel->ch_flags volatile, and cast it to (void *) when used | bouyer |
| 2004-01-03 | More structure member namespace cleanup: thread -> ch_thread | thorpej |
| 2004-01-03 | More wdc_channel structure member namespace cleanup: | thorpej |