From owner-freebsd-current@FreeBSD.ORG Tue Nov 6 02:27:21 2007 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 93A5F16A421 for ; Tue, 6 Nov 2007 02:27:21 +0000 (UTC) (envelope-from delphij@delphij.net) Received: from tarsier.geekcn.org (tarsier.geekcn.org [210.51.165.229]) by mx1.freebsd.org (Postfix) with ESMTP id 1AAA513C4B3 for ; Tue, 6 Nov 2007 02:27:20 +0000 (UTC) (envelope-from delphij@delphij.net) Received: from localhost (tarsier.geekcn.org [210.51.165.229]) by tarsier.geekcn.org (Postfix) with ESMTP id D40A4EBB501; Tue, 6 Nov 2007 10:27:28 +0800 (CST) X-Virus-Scanned: amavisd-new at geekcn.org Received: from tarsier.geekcn.org ([210.51.165.229]) by localhost (mail.geekcn.org [210.51.165.229]) (amavisd-new, port 10024) with ESMTP id nZyN1Z1mHcGG; Tue, 6 Nov 2007 10:27:23 +0800 (CST) Received: from charlie.delphij.net (71.5.7.139.ptr.us.xo.net [71.5.7.139]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by tarsier.geekcn.org (Postfix) with ESMTP id 7C301EB3DFE; Tue, 6 Nov 2007 10:27:21 +0800 (CST) DomainKey-Signature: a=rsa-sha1; s=default; d=delphij.net; c=nofws; q=dns; h=message-id:date:from:reply-to:organization:user-agent: mime-version:to:cc:subject:references:in-reply-to: x-enigmail-version:content-type; b=tRF7pPORh6vIKNhWxqbEnSkWU4+9Q5FWvHMYuyKBUTzUHKWHIR+bCt4g9RMqHTi8W l9zo0ZZxhFlv02VDkKUzw== Message-ID: <472FD0FB.9090608@delphij.net> Date: Mon, 05 Nov 2007 18:27:07 -0800 From: Xin LI Organization: The FreeBSD Project User-Agent: Thunderbird 2.0.0.6 (X11/20071031) MIME-Version: 1.0 To: "Aryeh M. Friedman" 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> In-Reply-To: <472FCC15.9040903@gmail.com> X-Enigmail-Version: 0.95.5 Content-Type: multipart/mixed; boundary="------------010100040100010601060903" Cc: freebsd-current@freebsd.org, d@delphij.net, Justin Hibbits Subject: Re: [ANNOUNCEMENT] Wiki for discussing P35/IHC9(R)/SATA issues set up X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: d@delphij.net List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Nov 2007 02:27:21 -0000 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 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--