| Age | Commit message (Expand) | Author |
| 2007-10-19 | machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.h | ad |
| 2007-07-09 | Merge some of the less invasive changes from the vmlocking branch: | ad |
| 2007-07-01 | Remove 'else' after 'return' for clarity | dsl |
| 2007-03-17 | Let config(1) know that #define ATADEBUG goes in opt_ata.h. In | dyoung |
| 2007-03-12 | Pass an ipl argument to pool_init/POOL_INIT to be used when initializing | ad |
| 2007-03-04 | Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. | christos |
| 2007-02-09 | Merge newlock2 to head. | ad |
| 2006-12-25 | Spell "schedule" correctly. From Zafer Aydogan. | wiz |
| 2006-11-16 | __unused removal on arguments; approved by core. | christos |
| 2006-10-25 | Add sata registers to struct wdc_regs. Add wdc_sataprobe(), a function | bouyer |
| 2006-10-15 | white space police | itohy |
| 2006-10-14 | Add ATAPI Pioneer (info from Linux) and ATA TDK (I have one) | itohy |
| 2006-10-12 | - sprinkle __unused on function decls. | christos |
| 2006-09-30 | A little effort against kernel bloat.... | itohy |
| 2006-09-24 | Add "name" parameter to powerhook_establish, to aid debugging. No objections | jmcneill |
| 2006-09-07 | Add PIOBM (busmastering transfer using ATA PIO mode) support. | itohy |
| 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 |