From owner-freebsd-mips@FreeBSD.ORG Sat Jun 4 08:01:00 2011 Return-Path: Delivered-To: freebsd-mips@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3BE96106566C for ; Sat, 4 Jun 2011 08:01:00 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from harmony.bsdimp.com (bsdimp.com [199.45.160.85]) by mx1.freebsd.org (Postfix) with ESMTP id E01628FC0A for ; Sat, 4 Jun 2011 08:00:59 +0000 (UTC) Received: from 63.imp.bsdimp.com (63.imp.bsdimp.com [10.0.0.63]) (authenticated bits=0) by harmony.bsdimp.com (8.14.4/8.14.3) with ESMTP id p547v5rn060595 (version=TLSv1/SSLv3 cipher=DHE-DSS-AES128-SHA bits=128 verify=NO); Sat, 4 Jun 2011 01:57:05 -0600 (MDT) (envelope-from imp@bsdimp.com) Mime-Version: 1.0 (Apple Message framework v1084) Content-Type: text/plain; charset=us-ascii From: Warner Losh X-Priority: 3 (Normal) In-Reply-To: Date: Sat, 4 Jun 2011 01:57:05 -0600 Content-Transfer-Encoding: 7bit Message-Id: <0A081886-16AD-41B6-88F9-33E318C6A44D@bsdimp.com> References: To: "Nenhum_de_Nos" X-Mailer: Apple Mail (2.1084) X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.0.1 (harmony.bsdimp.com [10.0.0.6]); Sat, 04 Jun 2011 01:57:05 -0600 (MDT) Cc: freebsd-mips@freebsd.org Subject: Re: True IDE mode on Octeon CF X-BeenThere: freebsd-mips@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to MIPS List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Jun 2011 08:01:00 -0000 On Jun 4, 2011, at 1:34 AM, Nenhum_de_Nos wrote: > > On Sat, June 4, 2011 04:08, Warner Losh wrote: >> I just added True IDE mode on Octeon CF in current. >> >> If you are using Octeon CF, please test this change to make sure that I've >> not broken something. I'm especially interested in folks that have 8-bit >> CF bus, since none of my boards have that. Or if you have non-functional >> CF slots, give it a try to see if they are lurking True IDE CF slots. > > Warner, > > would this help in Seagate Microdrives and i386 arch ? > > I have a current to test, as it never worked :( No. This is completely MIPS specific... Warner