summaryrefslogtreecommitdiffstats
path: root/sys/dev/ata/ata-pci.h
diff options
context:
space:
mode:
authormav <mav@FreeBSD.org>2010-11-17 17:52:04 +0000
committermav <mav@FreeBSD.org>2010-11-17 17:52:04 +0000
commit2d8b9a31983f57d991934616995ec05c0929051e (patch)
tree4ba090046f8b287b6be8a0daf76427f948d5b517 /sys/dev/ata/ata-pci.h
parent2422e8c5a0ebb74ade171388963cf72bdce90dfb (diff)
downloadFreeBSD-src-2d8b9a31983f57d991934616995ec05c0929051e.zip
FreeBSD-src-2d8b9a31983f57d991934616995ec05c0929051e.tar.gz
Add IDs for VIA VX900 chipset SATA controller.
(Missed part of r215428)
Diffstat (limited to 'sys/dev/ata/ata-pci.h')
-rw-r--r--sys/dev/ata/ata-pci.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/dev/ata/ata-pci.h b/sys/dev/ata/ata-pci.h
index 258212e..7964601 100644
--- a/sys/dev/ata/ata-pci.h
+++ b/sys/dev/ata/ata-pci.h
@@ -512,7 +512,10 @@ struct ata_pci_controller {
#define ATA_VIACX700 0x83241106
#define ATA_VIASATAIDE 0x53241106
#define ATA_VIAVX800 0x83531106
+#define ATA_VIASATAIDE2 0xc4091106
#define ATA_VIAVX855 0x84091106
+#define ATA_VIASATAIDE3 0x90011106
+#define ATA_VIAVX900 0x84101106
/* global prototypes ata-pci.c */
int ata_pci_probe(device_t dev);
OpenPOWER on IntegriCloud