ata(4): Call for ICH10 owners' test
Xin LI
delphij at delphij.net
Sun Jul 27 13:25:35 UTC 2008
-----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-----
-------------- next part --------------
Index: ata-chipset.c
===================================================================
--- ata-chipset.c ï¼çæ¬ 180815ï¼
+++ ata-chipset.c ï¼å·¥ä½å¯æ¬ï¼
@@ -2139,6 +2139,10 @@
{ 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 ï¼å·¥ä½å¯æ¬ï¼
@@ -183,6 +183,10 @@
#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 0x1283
More information about the freebsd-current
mailing list