From owner-freebsd-stable@FreeBSD.ORG Mon Aug 21 09:16:57 2006 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 26CE616A4E8 for ; Mon, 21 Aug 2006 09:16:57 +0000 (UTC) (envelope-from chris@hitnet.RWTH-Aachen.DE) Received: from ms-dienst.rz.rwth-aachen.de (ms-2.rz.RWTH-Aachen.DE [134.130.3.131]) by mx1.FreeBSD.org (Postfix) with ESMTP id 94D2643D6E for ; Mon, 21 Aug 2006 09:16:51 +0000 (GMT) (envelope-from chris@hitnet.RWTH-Aachen.DE) Received: from circe (circe.rz.RWTH-Aachen.DE [134.130.3.36]) by ms-dienst.rz.rwth-aachen.de (iPlanet Messaging Server 5.2 Patch 2 (built Jul 14 2004)) with ESMTP id <0J4C005RLCG1J1@ms-dienst.rz.rwth-aachen.de> for freebsd-stable@freebsd.org; Mon, 21 Aug 2006 11:16:50 +0200 (MEST) Received: from talos.rz.RWTH-Aachen.DE ([134.130.3.22]) by circe (MailMonitor for SMTP v1.2.2 ) ; Mon, 21 Aug 2006 11:16:49 +0200 (MEST) Received: from bigboss.hitnet.rwth-aachen.de (bigspace.hitnet.RWTH-Aachen.DE [137.226.181.2]) by smarthost.rwth-aachen.de (8.13.7/8.13.1/1) with ESMTP id k7L9Gm6g022369; Mon, 21 Aug 2006 11:16:48 +0200 Received: from haakonia.hitnet.rwth-aachen.de ([137.226.181.92]) by bigboss.hitnet.rwth-aachen.de with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA:32) (Exim 4.50) id 1GF5tp-0005iI-8S; Mon, 21 Aug 2006 11:16:49 +0200 Received: by haakonia.hitnet.rwth-aachen.de (Postfix, from userid 1001) id 0894F3F40B; Mon, 21 Aug 2006 11:16:49 +0200 (CEST) Date: Mon, 21 Aug 2006 11:16:48 +0200 From: Christian Brueffer In-reply-to: To: Nikolas Britton Message-id: <20060821091648.GB1669@haakonia.hitnet.RWTH-Aachen.DE> MIME-version: 1.0 Content-type: multipart/signed; boundary="rS8CxjVDS/+yyDmU"; protocol="application/pgp-signature"; micalg=pgp-sha1 Content-disposition: inline User-Agent: Mutt/1.5.11 X-Operating-System: FreeBSD 6.1-STABLE X-PGP-Key: http://people.FreeBSD.org/~brueffer/brueffer.key.asc X-PGP-Fingerprint: A5C8 2099 19FF AACA F41B B29B 6C76 178C A0ED 982D References: <2a41acea0606011523k462c8fedw3678558024d72191@mail.gmail.com> Cc: freebsd-stable@freebsd.org, Jack Vogel Subject: Re: diffs to add newer Intel ATA and ICHSMB IDs X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Aug 2006 09:16:57 -0000 --rS8CxjVDS/+yyDmU Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, Aug 20, 2006 at 07:55:31PM -0700, Nikolas Britton wrote: > On 6/1/06, Jack Vogel wrote: > >I occasionally run into issues that newer PCI device IDs are > >not yet supported, these in particular are on a new box > >I am working on. Can someone see that these changes > >get integrated please :) > > > >Cheers, > > > >Jack > > > >--- dev/ata/ata-chipset.orig.c Fri Jun 2 05:39:18 2006 > >+++ dev/ata/ata-chipset.c Fri Jun 2 05:38:34 2006 > >@@ -1595,6 +1595,8 @@ > > { ATA_I82801GB_R1, 0, AHCI, 0x00, ATA_SA300, "ICH7" }, > > { ATA_I82801GB_M, 0, AHCI, 0x00, ATA_SA300, "ICH7" }, > > { ATA_I82801GB_AH, 0, AHCI, 0x00, ATA_SA300, "ICH7" }, > >+ { ATA_I631xESB, 0, 0, 0x00, ATA_UDMA5, "631xESB" }, > >+ { ATA_I631xESB_S1, 0, AHCI, 0x00, ATA_SA300, "631xESB" }, > > { ATA_I31244, 0, 0, 0x00, ATA_SA150, "31244" }, > > { 0, 0, 0, 0, 0, 0}}; > > char buffer[64]; > >--- dev/ata/ata-pci.orig.h Fri Jun 2 05:30:03 2006 > >+++ dev/ata/ata-pci.h Fri Jun 2 05:30:47 2006 > >@@ -148,6 +148,8 @@ > > #define ATA_I82801FB_S1 0x26518086 > > #define ATA_I82801FB_R1 0x26528086 > > #define ATA_I82801FB_M 0x26538086 > >+#define ATA_I631xESB_S1 0x26808086 > >+#define ATA_I631xESB 0x269e8086 > > #define ATA_I82801GB 0x27df8086 > > #define ATA_I82801GB_S1 0x27c08086 > > #define ATA_I82801GB_R1 0x27c38086 > >--- dev/ichsmb/ichsmb_pci.orig.c Fri Jun 2 05:17:21 2006 > >+++ dev/ichsmb/ichsmb_pci.c Fri Jun 2 05:20:04 2006 > >@@ -74,6 +74,7 @@ > > #define ID_82801DC 0x24C38086 > > #define ID_82801EB 0x24D38086 > > #define ID_6300ESB 0x25a48086 > >+#define ID_631xESB 0x269b8086 > > > > #define PCIS_SERIALBUS_SMBUS_PROGIF 0x00 > > > >@@ -145,6 +146,9 @@ > > break; > > case ID_6300ESB: > > device_set_desc(dev, "Intel 6300ESB (ICH) SMBus=20 > > controller"); > >+ break; > >+ case ID_631xESB: > >+ device_set_desc(dev, "Intel 631xESB (ESB2) SMBus=20 > >controller"); > > break; > > default: > > if (pci_get_class(dev) =3D=3D PCIC_SERIALBUS > >_______________________________________________ >=20 >=20 > Did this ever get commited? I have a Intel 5000p MCH + 6321ESB ICH and > onboard SATA is basically completely broken. If you hookup more then > one SATA drive it will hang the system at boot... I've played with > every setting in the BIOS... I'm Running 6-STABLE 200608180000. Would > this fix my problems? >=20 Not exactly the above patch, but a similar one: http://www.freebsd.org/cgi/cvsweb.cgi/src/sys/dev/ata/ata-chipset.c?rev=3D1= =2E169&content-type=3Dtext/x-cvsweb-markup This is likely to be MFCed before 6.2 gets released. - Christian --=20 Christian Brueffer chris@unixpages.org brueffer@FreeBSD.org GPG Key: http://people.freebsd.org/~brueffer/brueffer.key.asc GPG Fingerprint: A5C8 2099 19FF AACA F41B B29B 6C76 178C A0ED 982D --rS8CxjVDS/+yyDmU Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (FreeBSD) iD8DBQFE6XoAbHYXjKDtmC0RAtM4AKDsm8MZa0shA+vYCGMI8kjovzPv5wCg31t1 Z1r/r+nNMZHjm4pKxrjO3X4= =dQfN -----END PGP SIGNATURE----- --rS8CxjVDS/+yyDmU--