From owner-freebsd-current@FreeBSD.ORG Mon Nov 26 19:08:19 2007 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E8A7516A41B; Mon, 26 Nov 2007 19:08:19 +0000 (UTC) (envelope-from sos@freebsd.org) Received: from spider.deepcore.dk (cpe.atm2-0-70484.0x50a6c9a6.abnxx16.customer.tele.dk [80.166.201.166]) by mx1.freebsd.org (Postfix) with ESMTP id 776E813C442; Mon, 26 Nov 2007 19:08:19 +0000 (UTC) (envelope-from sos@freebsd.org) Received: from ws.local (ws.deepcore.dk [194.192.25.137]) by spider.deepcore.dk (8.13.8/8.13.8) with ESMTP id lAQJ8F6D011972; Mon, 26 Nov 2007 20:08:15 +0100 (CET) (envelope-from sos@freebsd.org) Message-ID: <474B199F.5020601@freebsd.org> Date: Mon, 26 Nov 2007 20:08:15 +0100 From: =?ISO-8859-1?Q?S=F8ren_Schmidt?= User-Agent: Thunderbird 2.0.0.9 (Macintosh/20071031) MIME-Version: 1.0 To: Bruce Cran References: <473D4464.1080504@FreeBSD.org> <474B0AD3.8080904@cran.org.uk> In-Reply-To: <474B0AD3.8080904@cran.org.uk> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable Cc: freebsd-current@freebsd.org, Martin Matuska Subject: Re: ata(4) support for IXP600 and IXP700 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Nov 2007 19:08:20 -0000 Bruce Cran wrote: > Martin Matuska wrote: >> Hi all, >> >> I have several systems with mainboards that use IXP600 and IXP700 SATA= >> controllers. >> These arebut not supported by ata(4) yet, I am successfully using the >> proposed patch at >> >> kern/116125 >> ( http://www.freebsd.org/cgi/query-pr.cgi?pr=3D116125 ). >> >> The patch works very well on 6-STABLE, 7-STABLE and 8-CURRENT, me and >> several other people are using it for two months now. >> If I can help with more testing to introduce this patch to the tree, >> just tell me what to do. > > I recently noticed support for the IXP600 controller was committed to=20 > RELENG_7, but the name for atapci0 is corrupted on my Dell laptop: > > atapci0:=20 > <\M-PG}\M^@\M^?\M^?\M^?\M^?\M-rv+\M^@\M^?\M^?\M^?\M^?\M-PG}\M^@\M^?\M^?= \M^?\M^?\M-^\M-t,\M^@\M^?\M^?\M^?\M^?>=20 > port=20 > 0x8438-0x843f,0x8454-0x8457,0x8430-0x8437,0x8450-0x8453,0x8400-0x840f > > atapci1: port=20 > 0x1f0-0x1f7,0x3f6,0x170-0x177,0x376,0x8420-0x842f at device 20.1 on pci= 0 > > This is on RELENG_7 from a few days ago: Sorry, thats an error on my part, fixed on -current, I'll ask re@ for=20 perm for r7 and r6.3... -S=F8ren