From owner-freebsd-questions@FreeBSD.ORG  Wed Dec  8 01:57:39 2004
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id AB2AE16A4CE
	for <freebsd-questions@freebsd.org>;
	Wed,  8 Dec 2004 01:57:39 +0000 (GMT)
Received: from chaos.eyede.com (chaos.eyede.com [202.21.136.251])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 52C7843D6E
	for <freebsd-questions@freebsd.org>;
	Wed,  8 Dec 2004 01:57:39 +0000 (GMT)
	(envelope-from mailadmin@eyede.com)
Received: from localhost (localhost.eyede.com [127.0.0.1])
	by chaos.eyede.com (Postfix) with ESMTP id D505A54A3;
	Wed,  8 Dec 2004 14:58:17 +1300 (NZDT)
Received: from [172.16.99.14] (ewsn04.ntdns.eyede.com [172.16.99.14])
	by chaos.eyede.com (Postfix) with ESMTP id 1475B54A1;
	Wed,  8 Dec 2004 14:58:16 +1300 (NZDT)
Message-ID: <41B65F8E.7010102@eyede.com>
Date: Wed, 08 Dec 2004 14:57:34 +1300
From: Mail Admin <mailadmin@eyede.com>
User-Agent: Mozilla Thunderbird 1.0RC1 (X11/20041207)
X-Accept-Language: en-us, en
MIME-Version: 1.0
To: freebsd-questions@freebsd.org
References: <41B659F2.90901@netual.pt>
In-Reply-To: <41B659F2.90901@netual.pt>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 8bit
X-Virus-Scanned: Amavisd at eyede.com
cc: =?ISO-8859-1?Q?M=E1rio_Gamito?= <gamito@netual.pt>
Subject: Re: Intel ICH5 SATA controler on FreeBSD 5.3
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>,
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>,
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Wed, 08 Dec 2004 01:57:39 -0000

Hi,

I have it working, though could not manage to get the hardware RAID going:

atapci0: <Intel ICH5 UDMA100 controller> port 0xffa0-0xffaf,0x376,0x170-0x177,0x3f6,0x1f0-0x1f7 at device 31.1 on pci0
ata0: channel #0 on atapci0
ata1: channel #1 on atapci0

atapci1: <Intel ICH5 SATA150 controller> port 0xdc00-0xdc0f,0xe000-0xe003,0xe400-0xe407,0xe800-0xe803,0xec00-0xec07 irq 18 at device 31.2 on pci0
ata2: channel #0 on atapci1
ata3: channel #1 on atapci1

acd0: CDRW <HL-DT-ST GCE-8160B/1.02> at ata0-master PIO4
ad4: 78167MB <Maxtor 6Y080M0/YAR51BW0> [158816/16/63] at ata2-master SATA150
ad6: 78167MB <Maxtor 6Y080M0/YAR51BW0> [158816/16/63] at ata3-master SATA150

NB if you recompile your kernel leave ATA_STATIC_ID in.

Regards,
Nigel.


Mário Gamito wrote:
> Hi,
> 
> Searching in the hardware suported by 5.3 i see no (obvious) reference 
> to Intel ICH5 SATA disk controler.
> 
> But googling for "intel ich5 freebsd", there are lots os links about 
> this issue.
> Some talk about patches, even in this list, several months before 5.3
> 
> In the end, i do not know if this controler is or isn't suported 
> natively by FreeBSD 5.3, and if not, how can one make it work.
> 
> Any help would be apreciated.
> I have a server to re-install from Linux to FreeBSD tomorrow :(
> 
> Warm Regards.