-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi, I have added ICH10 PCI IDs according to Intel's specification. Testing appreciated. If possible please test 6 devices with IDE compatible, AHCI and RAID modes, thank you! Cheers, - -- Xin LI <delphij_at_delphij.net> http://www.delphij.net/ FreeBSD - The Power to Serve! -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.9 (FreeBSD) iEYEARECAAYFAkiMd0QACgkQi+vbBBjt66BL8ACeL8gRdofjCWEXXtC8SUQu8fR7 VDUAoKYhyDRqMupoMYSCBt5G0oZ1ZRw/ =h1r7 -----END PGP SIGNATURE----- Index: ata-chipset.c =================================================================== --- ata-chipset.c (版本 180815) +++ ata-chipset.c (工作副本) _at__at_ -2139,6 +2139,10 _at__at_ { ATA_I82801IB_AH4, 0, AHCI, 0x00, ATA_SA300, "ICH9" }, { ATA_I82801IB_AH6, 0, AHCI, 0x00, ATA_SA300, "ICH9" }, { ATA_I82801IB_R1, 0, AHCI, 0x00, ATA_SA300, "ICH9" }, + { ATA_I82801JIB_S1, 0, 0, 0x00, ATA_SA300, "ICH10" }, + { ATA_I82801JIB_AH6,0, AHCI, 0x00, ATA_SA300, "ICH10" }, + { ATA_I82801JIB_R1, 0, AHCI, 0x00, ATA_SA300, "ICH10" }, + { ATA_I82801JIB_S2, 0, 0, 0x00, ATA_SA300, "ICH10" }, { ATA_I31244, 0, 0, 0x00, ATA_SA150, "31244" }, { 0, 0, 0, 0, 0, 0}}; Index: ata-pci.h =================================================================== --- ata-pci.h (版本 180815) +++ ata-pci.h (工作副本) _at__at_ -183,6 +183,10 _at__at_ #define ATA_I82801IB_AH4 0x29238086 #define ATA_I82801IB_R1 0x29258086 #define ATA_I82801IB_S2 0x29268086 +#define ATA_I82801JIB_S1 0x3a208086 +#define ATA_I82801JIB_AH6 0x3a228086 +#define ATA_I82801JIB_R1 0x3a258086 +#define ATA_I82801JIB_S2 0x3a268086 #define ATA_I31244 0x32008086 #define ATA_ITE_ID 0x1283Received on Sun Jul 27 2008 - 11:25:35 UTC
This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:39:33 UTC