]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
ide: fix for EATA SCSI HBA in ATA emulating mode
authorBartlomiej Zolnierkiewicz <bzolnier@gmail.com>
Thu, 24 Jul 2008 20:53:36 +0000 (22:53 +0200)
committerBartlomiej Zolnierkiewicz <bzolnier@gmail.com>
Thu, 24 Jul 2008 20:53:36 +0000 (22:53 +0200)
commit52f3a771feafe3e9c56f8d00c8eb53fd8f578f2d
treed8175c70f54c525c2b106f3a21cff90e6e9e8d7d
parentd0b53f6866fa185da94968e62ae97923db18298c
ide: fix for EATA SCSI HBA in ATA emulating mode

IDE probing code used to skip devices attached to EATA SCSI HBA
in ATA emulating mode but because of warm-plug support port I/O
resources are no longer freed if no devices are detected on a port
and the decision about the driver to use is left up to the user.

Remove no longer valid EATA SCSI HBA quirk from do_identify().

Noticed-by: Alan Cox <alan@lxorguk.ukuu.org.uk>
Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
drivers/ide/ide-probe.c