From owner-freebsd-current@FreeBSD.ORG Tue Apr 25 09:10:25 2006 Return-Path: X-Original-To: current@FreeBSD.org Delivered-To: freebsd-current@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5D3C016A406; Tue, 25 Apr 2006 09:10:25 +0000 (UTC) (envelope-from sos@FreeBSD.org) Received: from spider.deepcore.dk (cpe.atm2-0-53484.0x50a6c9a6.abnxx9.customer.tele.dk [80.166.201.166]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3077643D46; Tue, 25 Apr 2006 09:10:21 +0000 (GMT) (envelope-from sos@FreeBSD.org) Received: from sos.deepcore.dk (sos.deepcore.dk [194.192.25.130]) by spider.deepcore.dk (8.13.6/8.13.4) with ESMTP id k3P9AKgY062422; Tue, 25 Apr 2006 11:10:20 +0200 (CEST) (envelope-from sos@FreeBSD.org) From: =?ISO-8859-1?Q?S=F8ren?= Schmidt To: Maxim Sobolev In-Reply-To: <444DD7DF.6010402@FreeBSD.org> References: <444DD7DF.6010402@FreeBSD.org> Content-Type: text/plain; charset=iso8859-1 Organization: FreeBSD project Date: Tue, 25 Apr 2006 11:10:19 +0200 Message-Id: <1145956219.2968.31.camel@sos.deepcore.dk> Mime-Version: 1.0 X-Mailer: Evolution 2.4.2.1 FreeBSD GNOME Team Port Content-Transfer-Encoding: 8bit X-mail-scanned: by DeepCore Virus & Spam killer v1.16 Cc: "current@freebsd.org" Subject: Re: Support for ICH7 controller in PowerBook Pro X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: sos@FreeBSD.org List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Apr 2006 09:10:25 -0000 On Tir, 2006-04-25 at 01:03 -0700, Maxim Sobolev wrote: > Hi Søren, > > Attached please find small patch which adds support for 82801GBM/GHM > SATA controller found in intel-based Macs, particularly in MacBook Pro. > > Please review & approve. I'll look into it, I think Intel has a few other new chips I should add in the same go, give me a few days... -Søren > > Thanks! > > -Maxim > plain text document attachment (pbook.diff) > Index: ata-chipset.c > =================================================================== > RCS file: /home/ncvs/src/sys/dev/ata/ata-chipset.c,v > retrieving revision 1.161 > diff -d -u -r1.161 ata-chipset.c > --- ata-chipset.c 13 Mar 2006 14:01:37 -0000 1.161 > +++ ata-chipset.c 25 Apr 2006 08:00:49 -0000 > @@ -1593,6 +1593,7 @@ > { ATA_I82801GB, 0, 0, 0x00, ATA_UDMA5, "ICH7" }, > { ATA_I82801GB_S1, 0, AHCI, 0x00, ATA_SA300, "ICH7" }, > { ATA_I82801GB_R1, 0, AHCI, 0x00, ATA_SA300, "ICH7" }, > + { ATA_I82801GBM_GHM,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_I31244, 0, 0, 0x00, ATA_SA150, "31244" }, > Index: ata-pci.h > =================================================================== > RCS file: /home/ncvs/src/sys/dev/ata/ata-pci.h,v > retrieving revision 1.64 > diff -d -u -r1.64 ata-pci.h > --- ata-pci.h 13 Mar 2006 14:01:37 -0000 1.64 > +++ ata-pci.h 25 Apr 2006 08:00:49 -0000 > @@ -152,6 +152,7 @@ > #define ATA_I82801GB_S1 0x27c08086 > #define ATA_I82801GB_R1 0x27c38086 > #define ATA_I82801GB_AH 0x27c18086 > +#define ATA_I82801GBM_GHM 0x27c48086 > #define ATA_I82801GB_M 0x27c58086 > #define ATA_I31244 0x32008086 > > _______________________________________________ > freebsd-current@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org"