For Identify commands, use polling instead of waiting for an IRQ. This
commitcd457a5000e17d890689f002558ebb3dd2325c9a
authorneil <neil@fb15a70f-31f2-0310-bbcc-cdcc74a49acc>
Sat, 18 Jan 2014 00:19:00 +0000 (18 00:19 +0000)
committerneil <neil@fb15a70f-31f2-0310-bbcc-cdcc74a49acc>
Sat, 18 Jan 2014 00:19:00 +0000 (18 00:19 +0000)
treecf7fd4d0375080e7a8b6c5b3860ca74abd5f8681
parent347f052d2073cf4bc146dfb88e6f57194596e1e5
For Identify commands, use polling instead of waiting for an IRQ. This
is because some bad drives make us think that there are two devices on
the bus when there is really only one, so when we send an Identify
command to the phantom drive, we can't rely on getting an IRQ. The
phantom drive will later be discarded when its Identify data is found to
be invalid.

git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@48741 fb15a70f-31f2-0310-bbcc-cdcc74a49acc
rom/devs/ata/ata.conf
rom/devs/ata/lowlevel.c