ICH9 support for Motherboard: Foxconn G33M?

Abdullah Ibn Hamad Al-Marri almarrie at gmail.com
Tue Oct 9 12:32:58 PDT 2007


On 10/9/07, LI Xin <delphij at delphij.net> wrote:
> Abdullah Ibn Hamad Al-Marri wrote:
> > Hello,
> >
> > This is just a fresh csup buildworld, buildkernel with GENERIC
> >
> > Motherboard: Foxconn G33M
> >
> > ata controllers not found so it runs generic @ udma33 slowest possible
>
> I think the chipset is not yet supported by -HEAD now.  Would you please
> try the attached patch to see if it works?
>
> Cheers,
> --
> Xin LI <delphij at delphij.net>    http://www.delphij.net/
> FreeBSD - The Power to Serve!
>
> Index: ata-chipset.c
> ===================================================================
> RCS file: /home/ncvs/src/sys/dev/ata/ata-chipset.c,v
> retrieving revision 1.201
> diff -u -p -r1.201 ata-chipset.c
> --- ata-chipset.c       4 Oct 2007 19:17:15 -0000       1.201
> +++ ata-chipset.c       9 Oct 2007 18:40:28 -0000
> @@ -1713,6 +1713,7 @@ ata_intel_ident(device_t dev)
>       { ATA_I82801HBM_S2, 0, AHCI, 0x00, ATA_SA300, "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" },
>       { ATA_I82801IB_AH4, 0, AHCI, 0x00, ATA_SA300, "ICH9" },
>       { ATA_I82801IB_AH6, 0, AHCI, 0x00, ATA_SA300, "ICH9" },
>       { 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.80
> diff -u -p -r1.80 ata-pci.h
> --- ata-pci.h   4 Oct 2007 19:17:16 -0000       1.80
> +++ ata-pci.h   9 Oct 2007 18:39:51 -0000
> @@ -169,6 +169,7 @@ struct ata_connect_task {
>  #define ATA_I82801HBM_S1        0x28298086
>  #define ATA_I82801HBM_S2        0x282a8086
>  #define ATA_I82801IB_S1         0x29208086
> +#define ATA_I82801IB_AH2        0x29218086
>  #define ATA_I82801IB_AH6        0x29228086
>  #define ATA_I82801IB_AH4        0x29238086
>  #define ATA_I82801IB_S2         0x29268086

Thank you Li,

It works, and thank you for the RELENG_6 patch too.

I'm attaching it just in case someone needs it.


-- 
Regards,

-Abdullah Ibn Hamad Al-Marri
Arab Portal
http://www.WeArab.Net/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: patch-i82801ib-6.diff
Type: application/octet-stream
Size: 1747 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/freebsd-stable/attachments/20071009/00333a11/patch-i82801ib-6.obj


More information about the freebsd-stable mailing list