From owner-freebsd-current@FreeBSD.ORG Fri May 26 10:40:06 2006 Return-Path: X-Original-To: current@FreeBSD.ORG Delivered-To: freebsd-current@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E8EFC16A432; Fri, 26 May 2006 10:40:05 +0000 (UTC) (envelope-from sos@deepcore.dk) Received: from spider.deepcore.dk (cpe.atm2-0-53484.0x50a6c9a6.abnxx9.customer.tele.dk [80.166.201.166]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3A46243D48; Fri, 26 May 2006 10:40:05 +0000 (GMT) (envelope-from sos@deepcore.dk) Received: from [194.192.25.142] (spider.deepcore.dk [194.192.25.142]) by spider.deepcore.dk (8.13.6/8.13.4) with ESMTP id k4QAe3aA094631; Fri, 26 May 2006 12:40:04 +0200 (CEST) (envelope-from sos@deepcore.dk) Message-ID: <4476DB03.40802@deepcore.dk> Date: Fri, 26 May 2006 12:40:03 +0200 From: =?ISO-8859-1?Q?S=F8ren_Schmidt?= User-Agent: Thunderbird 1.5 (X11/20060213) MIME-Version: 1.0 To: Martin Nilsson References: <20060525153743.268850@gmx.net> <4476C3EB.30105@FreeBSD.org> <4476D7FD.2070006@gneto.com> In-Reply-To: <4476D7FD.2070006@gneto.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-mail-scanned: by DeepCore Virus & Spam killer v1.16 Cc: b-tuck@gmx.net, current@FreeBSD.ORG, =?ISO-8859-1?Q?S=F8ren_Schmidt?= Subject: Re: Broadcom ServerWorks HT-1000 support in OpenBSD 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: Fri, 26 May 2006 10:40:08 -0000 Martin Nilsson wrote: > Søren Schmidt wrote: >>>>>>> It seems like OpenBSD 3.9 has support for the HT-1000 IDE/SATA >>>>>>> chipset, and we are still missing it. Is there any way to port >>>>>>> their code over? There are a few nice motherboards out there that >>>>>>> use this chipset (most amd server boards use the crappy nvidia >>>>>>> chipset and the accompanying crappy network card). > > I'm running FreeBSD 6.1 on boards with HT1000 chipset, both ATA and SATA > works as well under FreeBSD as it does under OpenBSD. Neither of them > supports anything else than IDE mode for SATA. Yep, they are supported as GENERIC ATA devices. > >> Hardware has arrived here and I'm working on support as time permits, >> watch -current for the commit when I'm done... > > Are you working on supporting the MMIO mode for SATA? (the one used by > Linux - which does not support IDE mode!) There is also a really nice > RAID mode (for a non HW-raid solution!) that depends on a binary blob > from Broadcom available only for Linux/Windows. I have proper PATA support done, and SATA MMIO mode is also working in a proof of concept mode here, the problem beeing lack lack of decent docs. I'll look at the RAID stuff when I have the HW support licked, it should be an easy job adding support for it to ataraid. -Søren