CVSROOT: /cvs Module name: src Changes by: matt...@cvs.openbsd.org 2011/05/05 13:23:05
Modified files: sys/dev/ata : atascsi.c Log message: Go back to only attempting one IDENTIFY command against directly attached devices as in the pre-port-multiplier code. (Devices attached via port multipliers still get multiple attempts though.) Also don't bother sleeping after the last iteration if all attempts failed. Discussed with dlg@ and Jonathan Matthew; ok dlg@