| Age | Commit message (Expand) | Author |
| 2004-01-07 | Add a comment about some code that should be cleaned up. | thorpej |
| 2004-01-03 | More structure member namespace cleanup: thread -> ch_thread | thorpej |
| 2004-01-03 | More wdc_channel structure member namespace cleanup: | thorpej |
| 2004-01-03 | Rename "struct channel_softc" to "struct wdc_channel". | thorpej |
| 2004-01-01 | Tidy this file up a little. | thorpej |
| 2004-01-01 | Prepend "wdc_" to wait_for_drq, wait_for_unbusy, and wait_for_ready. | thorpej |
| 2004-01-01 | Rename: | thorpej |
| 2003-12-30 | Move the drive probing code out of atabusconfig() and into a new | thorpej |
| 2003-12-30 | Use ANSI function decls. | thorpej |
| 2003-12-30 | Move most of the atabus layer into ata.c. | thorpej |
| 2003-12-15 | Add a (*drv_probe)() optional callback into the driver to probe for | thorpej |
| 2003-12-14 | Rename __wdcprobe() to wdcprobe1(). | thorpej |
| 2003-12-14 | No need to include wdvar.h anymore. | thorpej |
| 2003-11-29 | Patterned after the rest of the code, add one more check that | he |
| 2003-11-27 | There are some cards that map the ATA control and IDE DMA registers | fvdl |
| 2003-11-25 | Some combination of controller/drive sends a continous stream of | bouyer |
| 2003-11-17 | Clear DRIVE_ATA|DRIVE_ATAPI for both drives only when we're sure this is | bouyer |
| 2003-11-13 | If we detected an old drive on a channel, clear (ATA|ATAPI) for both | bouyer |
| 2003-11-07 | If we already have a channel reset pending, don't try to queue a new one. | bouyer |
| 2003-11-02 | Fix some typos. From Tom Cosgrove via jmc@openbsd. | wiz |
| 2003-10-31 | Use aprint_*(9) instead of printf() in attach routines. | briggs |
| 2003-10-30 | Remove some assigned-to but otherwise unused variables. | simonb |
| 2003-10-29 | Remove check for the error register value at probe time. There have been report | bouyer |
| 2003-10-29 | freese->freeze, as pointed out by Frederick Bruck. | bouyer |
| 2003-10-29 | - test if we have some work to do before tsleep() in the kernel thread, | bouyer |
| 2003-10-25 | more uninitialized variables | christos |
| 2003-10-25 | fix uninitialized variables | christos |
| 2003-10-22 | Avoid a race condition that could allow a removable controller (such as | briggs |
| 2003-10-15 | Make sure chp->atabus is initialised, and wakeup the right address when | bouyer |
| 2003-10-15 | - don't ignore last bit when checking for floating bus value on slave | bouyer |
| 2003-10-15 | Clear chp->ch_drive[i].drive_flags if we didn't find a driver for the | bouyer |
| 2003-10-12 | Remove block that has been pasted twice. Pointed out by Alexander Yurchenko. | bouyer |
| 2003-10-09 | Remove the check for WAIT+POLL+READ case in __wdccommand_start(), | bouyer |
| 2003-10-08 | Following Matt Thomas's request, rename ata attribute to ata_hl, and | bouyer |
| 2003-10-08 | Make the ATA mid-layer appears as atabus, as proposed in | bouyer |
| 2003-10-08 | We really don't need to do 2 resets in wdc_channel_attach() -- the one done | mycroft |
| 2003-10-06 | Revert to polling for ata_get_params() in wdc_channel_attach(). | bouyer |
| 2003-09-25 | Hide the use of config_interrupts() in one place. | mycroft |
| 2003-09-25 | Don't print modes we are using if we don't know which modes are really used. | bouyer |
| 2003-09-23 | Fix a typo that prevented pre-ata drives from working since 1999. | bouyer |
| 2003-09-23 | Fix more probe delay and/or failure problems: | mycroft |
| 2003-09-21 | Correctly resurrect the style in previous. While I'm here, also removed | enami |
| 2003-09-21 | Since we can't detect ghost drives in the wdc back-end, resurect | bouyer |
| 2003-09-20 | Remove the "Register ghost test". It won't work, because on ATA register | bouyer |
| 2003-09-20 | print the name of the driver that found the ghost | christos |
| 2003-09-20 | Now wdcattach() is called interrupts enabled, config_interrupts() tries to | enami |
| 2003-09-19 | 1) Use config_interrupts() to attach IDE and ATAPI drives. This eliminates | mycroft |
| 2003-09-17 | typo in comment | drochner |
| 2003-05-17 | * Use aprint*(). | thorpej |
| 2003-01-27 | Experimental support for RAID volumes configured by ATA "RAID" controllers. | thorpej |