On 10/9/07, LI Xin <[EMAIL PROTECTED]> 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 <[EMAIL PROTECTED]> 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/
patch-i82801ib-6.diff
Description: Binary data
_______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "[EMAIL PROTECTED]"
