summaryrefslogtreecommitdiff
path: root/sys/dev/atapiscsi
AgeCommit message (Expand)Author
2002-05-21Move enum definitions to global scope. Local scope is meaningless, andMarc Espie
2002-05-10Dump the actual command to be sentConstantine Sapuntzakis
2002-05-08Drives can go busy after IDENTIFY. Make sure drive is not busy before issuingConstantine Sapuntzakis
2002-03-16Log extra info for ATAPI devicesConstantine Sapuntzakis
2002-03-14First round of __P removal in sysTodd C. Miller
2002-02-01duplicate includeArtur Grabowski
2002-01-07pass the proc* down the ioctl chain to controller; mjacob@ csapuntz@ okMichael Shalayeff
2001-11-06Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary.Miod Vallat
2001-08-25Change scsi_[free|get]_xs to use pool(9); art@ krw@ miod@ ok.Federico G. Schwindt
2001-08-18typo from 1.50; biorn@chips.chalmers.seTheo de Raadt
2001-07-31Go down only one Ultra DMA mode at a time. Thanks to Matt Evans forConstantine Sapuntzakis
2001-07-31On DMA timeouts, stop busmaster PCIIDE and reset channel. Avoid readingConstantine Sapuntzakis
2001-07-21Undo last fix to ata_wdc.c. Don't deregister timeout in generic codeConstantine Sapuntzakis
2001-07-10Wait 1 second after soft reset.Constantine Sapuntzakis
2001-07-03obvious typo in condition; csapuntz@ okNiklas Hallqvist
2001-07-02Compile with WDCDEBUG.Hakan Olsson
2001-06-25Undo premature commitConstantine Sapuntzakis
2001-06-25Whoops, there's nothing at sc_link[1] any moreConstantine Sapuntzakis
2001-06-25Fix excessive resets and device probes by storing IDENTIFY results in theConstantine Sapuntzakis
2001-05-27Cleanup of definesConstantine Sapuntzakis
2001-04-17Turn off DMA on REQUEST SENSEConstantine Sapuntzakis
2001-04-17dma_status variable check is only valid for DMA transfers.Constantine Sapuntzakis
2001-03-25Minor mods to DMA interface - get rid of unnecessary args. Allow DMA function...Constantine Sapuntzakis
2001-03-15Fix races between timeouts and interrupts.Constantine Sapuntzakis
2001-03-05Convert to new timeout API. costa@ ok.Hakan Olsson
2001-01-30Ignore PIOMODE(0x4) errorsConstantine Sapuntzakis
2001-01-29Fix bug where timeouts triggered too early, caused panic on ATAPI tapes.Niklas Hallqvist
2000-12-19A DMA transfer of 4 bytes was failing to complete correctlyConstantine Sapuntzakis
2000-11-16Fix timeout computation; ok csapuntz@Niklas Hallqvist
2000-10-29undo this; adds files, unacceptable at this point in releaseTheo de Raadt
2000-10-28Reduce footprint of ATA driver by only having PROBE debug messages compiledConstantine Sapuntzakis
2000-08-11DMA transfers should transition to completed state directly tooConstantine Sapuntzakis
2000-08-09Death to acd_stub.c. No longer neededConstantine Sapuntzakis
2000-08-09Unnecessary headerConstantine Sapuntzakis
2000-08-09Fixes for the BCD 48SB CD-ROM C2.4, which seems to like to dropConstantine Sapuntzakis
2000-07-20Fix to ATA detect. Some devices seem to be comatose after resetConstantine Sapuntzakis
2000-06-30Convert to new timeout API.Artur Grabowski
2000-06-30Convert some parts to new timeouts.Artur Grabowski
2000-04-10Added support for wd detach (merge from NetBSD). Support forConstantine Sapuntzakis
2000-01-12For reasons beyond my comprehension, touching the sdh register too muchConstantine Sapuntzakis
1999-12-19Improve timeout handling in poll machineConstantine Sapuntzakis
1999-12-14Various fixes:Constantine Sapuntzakis
1999-12-11Cleanup.Constantine Sapuntzakis
1999-12-11ATAPI Tape drive support. Should be considered experimental.Constantine Sapuntzakis
1999-11-17New interface to ATA registers that goes through the lower-level deviceConstantine Sapuntzakis
1999-11-02re-enable IDENTIFY, reset delay each timeTheo de Raadt
1999-10-29NetBSD take note:Constantine Sapuntzakis
1999-10-29Added diagnostic: "length 0 transfer in data phase"Constantine Sapuntzakis
1999-10-29Introduce wdc_output_bytes and wdc_input_bytes to remove replicated PIO logicTheo de Raadt
1999-10-09wdc layer work:Constantine Sapuntzakis