Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 8 Jul 2007 08:52:26 +0200 (CEST)
From:      "Michael Fuckner" <michael@fuckner.net>
To:        freebsd-hardware@freebsd.org
Subject:   FreeBSD-7 on G33/ICH9R
Message-ID:  <64034.85.176.141.207.1183877546.squirrel@dedihh.fuckner.net>

next in thread | raw e-mail | index | archive | help
Hi,

I just added the ICH9 IDs to the ata-files, compiled a new kernel and
moved the disk to my new box. Now I can boot from ICH9R using AHCI.

But before submitting a patch, I'd like to know what ID 2921 might be.
Description: Desktop Non-AHCI and Non-RAID Mode (Ports 0 and 1). WIll it
ever be used?
Raid Mode on ICH9 is the same ID as raid mode on ICH8 (2822)?
(from: http://www.intel.com/design/chipsets/specupdt/316973.htm)

What I did to get my Gigabyte GA-G33-DS3R running:
g33# diff ata-pci.h.orig  ata-pci.h
169a170,173
> #define ATA_I82801IB_S1         0x29208086
> #define ATA_I82801IB_AH6        0x29228086
> #define ATA_I82801IB_AH4        0x29238086
> #define ATA_I82801IB_S2         0x29268086
g33# diff ata-chipset.c.orig  ata-chipset.c
1712a1713,1716
>      { ATA_I82801IB_S1,  0, AHCI, 0x00, ATA_SA300, "ICH9" },
>      { ATA_I82801IB_S2,  0, AHCI, 0x00, ATA_SA300, "ICH9" },
>      { ATA_I82801IB_AH4, 0, AHCI, 0x00, ATA_SA300, "ICH9" },
>      { ATA_I82801IB_AH6, 0, AHCI, 0x00, ATA_SA300, "ICH9" },

Regards,
 Michael Fuckner




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