Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 25 Apr 2006 11:10:19 +0200
From:      =?ISO-8859-1?Q?S=F8ren?= Schmidt <sos@FreeBSD.org>
To:        Maxim Sobolev <sobomax@FreeBSD.org>
Cc:        "current@freebsd.org" <current@FreeBSD.org>
Subject:   Re: Support for ICH7 controller in PowerBook Pro
Message-ID:  <1145956219.2968.31.camel@sos.deepcore.dk>
In-Reply-To: <444DD7DF.6010402@FreeBSD.org>
References:  <444DD7DF.6010402@FreeBSD.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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"




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