- Set an interrupt handler for ATAPI devices that send an int after accepting
commitcecce5572c5bd5dde8800f3a7eda820d7e581429
authorneil <neil@fb15a70f-31f2-0310-bbcc-cdcc74a49acc>
Fri, 12 Jun 2009 18:32:21 +0000 (12 18:32 +0000)
committerneil <neil@fb15a70f-31f2-0310-bbcc-cdcc74a49acc>
Fri, 12 Jun 2009 18:32:21 +0000 (12 18:32 +0000)
tree825cc9ee565d060577f8919cdb32a9ce08530f49
parent31a43c032c30fd1642e222d106819d2ef6677cec
 - Set an interrupt handler for ATAPI devices that send an int after accepting
   packet command.
 - Only strip trailing spaces from ID strings rather than replacing all spaces
   with NUL.
 - Use BYTE for I/O errors rather than ULONG or other types.
 - Don't use atapi_DirectSCSI() for ATA devices, leave au_DirectSCSI stubbed.
 - Allow dumping of either first line or entire buffer when debugging.

git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@31405 fb15a70f-31f2-0310-bbcc-cdcc74a49acc
arch/common/ata.device/ata.conf
arch/common/ata.device/ata.h
arch/common/ata.device/lowlevel.c