]> git.proxmox.com Git - mirror_edk2.git/commit
MdeModulePkg/AtaBusDxe: Fix some ATA hard drives cannot be discovered
authorCinnamon Shia <cinnamon.shia@hpe.com>
Mon, 6 Jun 2016 04:07:58 +0000 (12:07 +0800)
committerHao Wu <hao.a.wu@intel.com>
Tue, 7 Jun 2016 00:44:32 +0000 (08:44 +0800)
commit2d273c8db95430b680e542e38cf07b97f9b57d11
tree656d6ee0ab60bf170caf1183ffb42a0e67c6713c
parentbe266b10907ac553deac9e2291ad691446cd5180
MdeModulePkg/AtaBusDxe: Fix some ATA hard drives cannot be discovered

If there is no multiplier, the DEV bit of the ATA device register would
always be set. It causes that some ATA hard drives don't response the
ATA identity command sent to them.

Below is the description about DEV bit in ATA spec:
A device is selected when the DEV bit of the Device register is equal to
the device number assigned to the device by means of a Device 0/Device 1
jumper or switch, or use of the CSEL signal.

Below is the description about DEV bit in SATA spec:
When the DEV bit in the Device register is set to one, selecting the
non-existent Device 1, the host adapter shall respond to register reads
and writes as specified for a Device 0 with no Device 1 present, as
defined in the ATA/ATAPI-5 standard.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Cinnamon Shia <cinnamon.shia@hpe.com>
Reviewed-by: Feng Tian <feng.tian@intel.com>
Reviewed-by: Hao Wu <hao.a.wu@intel.com>
MdeModulePkg/Bus/Ata/AtaBusDxe/AtaPassThruExecute.c