Re: [ANNOUNCEMENT] Wiki for discussing P35/IHC9(R)/SATA issues set up



-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Aryeh M. Friedman wrote:
Thanks for the attention... but I feel this is rather repeative and
useless at best... what I mean it is like your classic scene in American
cop shows where the victim get's fed up with answering questions and
wants to know when the cops will get back to solving the case.

Sorry for not including the output of verbose boot logging but dmesg
truncated some of it... how do I save the entire log?
Yes, please. These information is very important for knowing how to

change the situation, thanks.


I have included comments by placing them on the line below with two
leading tabs and ****

Thanks for the information, I'd appreciate if you would help me to test
the attached patch against RELENG_7 (should apply to HEAD as well).

Cheers,
- --
Xin LI <delphij@xxxxxxxxxxx> http://www.delphij.net/
FreeBSD - The Power to Serve!
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.7 (FreeBSD)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFHL9D6hcUczkLqiksRAnu9AJ9dx0mdLmpw8SnxB/3y4iWOuoDfSgCgzG2n
Jm2fe+67E3q3x2oMINxT8+U=
=29ne
-----END PGP SIGNATURE-----
Index: ata-chipset.c
===================================================================
RCS file: /home/ncvs/src/sys/dev/ata/ata-chipset.c,v
retrieving revision 1.202.2.2
diff -u -p -r1.202.2.2 ata-chipset.c
--- ata-chipset.c 31 Oct 2007 19:59:53 -0000 1.202.2.2
+++ ata-chipset.c 6 Nov 2007 02:23:57 -0000
@@ -1742,6 +1742,7 @@ ata_intel_ident(device_t dev)
{ ATA_I82801HB_AH6, 0, AHCI, 0x00, ATA_SA300, "ICH8" },
{ ATA_I82801HBM_S1, 0, AHCI, 0x00, ATA_SA300, "ICH8M" },
{ ATA_I82801HBM_S2, 0, AHCI, 0x00, ATA_SA300, "ICH8M" },
+ { ATA_I82801HBM_HEM,0, 0, 0x00, ATA_UDMA5, "ICH8M" },
{ ATA_I82801IB_S1, 0, AHCI, 0x00, ATA_SA300, "ICH9" },
{ ATA_I82801IB_S2, 0, AHCI, 0x00, ATA_SA300, "ICH9" },
{ ATA_I82801IB_AH2, 0, AHCI, 0x00, ATA_SA300, "ICH9" },
@@ -2344,7 +2345,9 @@ ata_marvell_ident(device_t dev)
{ ATA_M88SX6041, 0, 4, MV60XX, ATA_SA300, "88SX6041" },
{ ATA_M88SX6081, 0, 8, MV60XX, ATA_SA300, "88SX6081" },
{ ATA_M88SX6101, 0, 1, MV61XX, ATA_UDMA6, "88SX6101" },
- { ATA_M88SX6145, 0, 2, MV61XX, ATA_UDMA6, "88SX6145" },
+ { ATA_M88SX6121, 0, 1, MV61XX, ATA_SA300, "88SX6121" },
+ { ATA_M88SX6141, 0, 1, MV61XX, ATA_SA300, "88SX6121" },
+ { ATA_M88SX6145, 0, 2, MV61XX, ATA_SA300, "88SX6145" },
{ 0, 0, 0, 0, 0, 0}};
char buffer[64];

Index: ata-pci.h
===================================================================
RCS file: /home/ncvs/src/sys/dev/ata/ata-pci.h,v
retrieving revision 1.81
diff -u -p -r1.81 ata-pci.h
--- ata-pci.h 9 Oct 2007 20:15:09 -0000 1.81
+++ ata-pci.h 6 Nov 2007 02:22:36 -0000
@@ -168,6 +168,7 @@ struct ata_connect_task {
#define ATA_I82801HB_S2 0x28258086
#define ATA_I82801HBM_S1 0x28298086
#define ATA_I82801HBM_S2 0x282a8086
+#define ATA_I82801HBM_HEM 0x28508086
#define ATA_I82801IB_S1 0x29208086
#define ATA_I82801IB_AH2 0x29218086
#define ATA_I82801IB_AH6 0x29228086
@@ -195,6 +196,8 @@ struct ata_connect_task {
#define ATA_M88SX6041 0x604111ab
#define ATA_M88SX6081 0x608111ab
#define ATA_M88SX6101 0x610111ab
+#define ATA_M88SX6121 0x612111ab
+#define ATA_M88SX6141 0x614111ab
#define ATA_M88SX6145 0x614511ab

#define ATA_MICRON_ID 0x1042
_______________________________________________
freebsd-current@xxxxxxxxxxx mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscribe@xxxxxxxxxxx"

Relevant Pages