summaryrefslogtreecommitdiffstats
path: root/sys/dev/ata/ata-pci.h
diff options
context:
space:
mode:
authormav <mav@FreeBSD.org>2011-04-21 11:44:16 +0000
committermav <mav@FreeBSD.org>2011-04-21 11:44:16 +0000
commit7551e50fbf11c24c32cb72dd676d92530785aad9 (patch)
treeb5061c79dc3906c0ed2c6d9120a99105935be424 /sys/dev/ata/ata-pci.h
parentf5bcaec9aa31019628ffc1ae4b84f1457e883ef7 (diff)
downloadFreeBSD-src-7551e50fbf11c24c32cb72dd676d92530785aad9.zip
FreeBSD-src-7551e50fbf11c24c32cb72dd676d92530785aad9.tar.gz
- Fix mapping of the last two SATA ports on 6-port Intel controllers.
This improves hard-reset and hot-plug on these ports. - Device with ID 0x29218086 is a 2-port variant of ICH9 in legacy mode. Skip probing for nonexistent slave devices there.
Diffstat (limited to 'sys/dev/ata/ata-pci.h')
-rw-r--r--sys/dev/ata/ata-pci.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/ata/ata-pci.h b/sys/dev/ata/ata-pci.h
index 101cad5..d4395d6 100644
--- a/sys/dev/ata/ata-pci.h
+++ b/sys/dev/ata/ata-pci.h
@@ -187,7 +187,7 @@ struct ata_pci_controller {
#define ATA_I82801HBM_S2 0x28298086
#define ATA_I82801HBM_S3 0x282a8086
#define ATA_I82801IB_S1 0x29208086
-#define ATA_I82801IB_AH2 0x29218086
+#define ATA_I82801IB_S3 0x29218086
#define ATA_I82801IB_AH6 0x29228086
#define ATA_I82801IB_AH4 0x29238086
#define ATA_I82801IB_R1 0x29258086
OpenPOWER on IntegriCloud