Age | Commit message (Expand) | Author |
2005-08-01 | spacing; ok deraadt@ | David Krause |
2005-03-08 | Cosmetics... | Thierry Deval |
2004-02-21 | SCSI_DATA_OUT doesn't mean transfer from host in all cases, when | Alexander Yurchenko |
2004-02-13 | Cleanup debug messages: use %b for status, %x -> 0x%x, wrap lines. | Alexander Yurchenko |
2004-02-07 | Always disable interrupts on a controller for polled commands. | Alexander Yurchenko |
2004-01-14 | Nuke SDEV_NOLUNS, SDEV_FORCELUNS, and PQUIRK_FORCELUNS quirks. Also | Kenneth R Westerback |
2004-01-09 | remove uvm_extern.h | Brad Smith |
2003-10-21 | typos from Tom Cosgrove; | Jason McIntyre |
2003-10-17 | Merge an old fix from NetBSD: | Alexander Yurchenko |
2003-10-16 | Allow setting of wdcdebug*_mask variables via preprocessor defines. | Alexander Yurchenko |
2003-09-28 | kill trailing spaces, no functional changes | Alexander Yurchenko |
2003-02-13 | Don't force all ATAPI devices to PIO mode 3, there are | Alexander Yurchenko |
2002-12-19 | Protect WDCDEBUG_PRINT macro with do {} while (0) | Alexander Yurchenko |
2002-05-21 | Move enum definitions to global scope. Local scope is meaningless, and | Marc Espie |
2002-05-10 | Dump the actual command to be sent | Constantine Sapuntzakis |
2002-05-08 | Drives can go busy after IDENTIFY. Make sure drive is not busy before issuing | Constantine Sapuntzakis |
2002-03-16 | Log extra info for ATAPI devices | Constantine Sapuntzakis |
2002-03-14 | First round of __P removal in sys | Todd C. Miller |
2002-02-01 | duplicate include | Artur Grabowski |
2002-01-07 | pass the proc* down the ioctl chain to controller; mjacob@ csapuntz@ ok | Michael Shalayeff |
2001-11-06 | Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary. | Miod Vallat |
2001-08-25 | Change scsi_[free|get]_xs to use pool(9); art@ krw@ miod@ ok. | Federico G. Schwindt |
2001-08-18 | typo from 1.50; biorn@chips.chalmers.se | Theo de Raadt |
2001-07-31 | Go down only one Ultra DMA mode at a time. Thanks to Matt Evans for | Constantine Sapuntzakis |
2001-07-31 | On DMA timeouts, stop busmaster PCIIDE and reset channel. Avoid reading | Constantine Sapuntzakis |
2001-07-21 | Undo last fix to ata_wdc.c. Don't deregister timeout in generic code | Constantine Sapuntzakis |
2001-07-10 | Wait 1 second after soft reset. | Constantine Sapuntzakis |
2001-07-03 | obvious typo in condition; csapuntz@ ok | Niklas Hallqvist |
2001-07-02 | Compile with WDCDEBUG. | Hakan Olsson |
2001-06-25 | Undo premature commit | Constantine Sapuntzakis |
2001-06-25 | Whoops, there's nothing at sc_link[1] any more | Constantine Sapuntzakis |
2001-06-25 | Fix excessive resets and device probes by storing IDENTIFY results in the | Constantine Sapuntzakis |
2001-05-27 | Cleanup of defines | Constantine Sapuntzakis |
2001-04-17 | Turn off DMA on REQUEST SENSE | Constantine Sapuntzakis |
2001-04-17 | dma_status variable check is only valid for DMA transfers. | Constantine Sapuntzakis |
2001-03-25 | Minor mods to DMA interface - get rid of unnecessary args. Allow DMA function... | Constantine Sapuntzakis |
2001-03-15 | Fix races between timeouts and interrupts. | Constantine Sapuntzakis |
2001-03-05 | Convert to new timeout API. costa@ ok. | Hakan Olsson |
2001-01-30 | Ignore PIOMODE(0x4) errors | Constantine Sapuntzakis |
2001-01-29 | Fix bug where timeouts triggered too early, caused panic on ATAPI tapes. | Niklas Hallqvist |
2000-12-19 | A DMA transfer of 4 bytes was failing to complete correctly | Constantine Sapuntzakis |
2000-11-16 | Fix timeout computation; ok csapuntz@ | Niklas Hallqvist |
2000-10-29 | undo this; adds files, unacceptable at this point in release | Theo de Raadt |
2000-10-28 | Reduce footprint of ATA driver by only having PROBE debug messages compiled | Constantine Sapuntzakis |
2000-08-11 | DMA transfers should transition to completed state directly too | Constantine Sapuntzakis |
2000-08-09 | Death to acd_stub.c. No longer needed | Constantine Sapuntzakis |
2000-08-09 | Unnecessary header | Constantine Sapuntzakis |
2000-08-09 | Fixes for the BCD 48SB CD-ROM C2.4, which seems to like to drop | Constantine Sapuntzakis |
2000-07-20 | Fix to ATA detect. Some devices seem to be comatose after reset | Constantine Sapuntzakis |
2000-06-30 | Convert to new timeout API. | Artur Grabowski |