Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 05 Nov 2007 18:27:07 -0800
From:      Xin LI <delphij@delphij.net>
To:        "Aryeh M. Friedman" <aryeh.friedman@gmail.com>
Cc:        freebsd-current@freebsd.org, d@delphij.net, Justin Hibbits <jrh29@alumni.cwru.edu>
Subject:   Re: [ANNOUNCEMENT] Wiki for discussing P35/IHC9(R)/SATA issues set up
Message-ID:  <472FD0FB.9090608@delphij.net>
In-Reply-To: <472FCC15.9040903@gmail.com>
References:  <472D56A1.7070206@gmail.com>	<200711041119.45971.jrh29@alumni.cwru.edu> <472DD231.9030501@gmail.com> <472E67CC.9040201@delphij.net> <472E4FF0.3080801@gmail.com> <472EB211.7050001@delphij.net> <472EEADF.1000008@gmail.com> <472F466E.8050405@delphij.net> <472F5846.1020304@gmail.com> <472F5D9A.9050900@delphij.net> <472FCC15.9040903@gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
This is a multi-part message in MIME format.
--------------010100040100010601060903
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit

-----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@delphij.net>	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-----

--------------010100040100010601060903
Content-Type: text/x-patch;
 name="i82801-marvell.diff"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline;
 filename="i82801-marvell.diff"

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

--------------010100040100010601060903--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?472FD0FB.9090608>