From owner-freebsd-hackers@FreeBSD.ORG Sat May 15 09:11:37 2004 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 444B616A4CE for ; Sat, 15 May 2004 09:11:37 -0700 (PDT) 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 5437443D3F for ; Sat, 15 May 2004 09:11:36 -0700 (PDT) (envelope-from sos@DeepCore.dk) Received: from DeepCore.dk (sos.deepcore.dk [194.192.25.130]) by spider.deepcore.dk (8.12.11/8.12.10) with ESMTP id i4FGAwkc070897; Sat, 15 May 2004 18:11:03 +0200 (CEST) (envelope-from sos@DeepCore.dk) Message-ID: <40A64113.6040305@DeepCore.dk> Date: Sat, 15 May 2004 18:10:59 +0200 From: =?ISO-8859-1?Q?S=F8ren_Schmidt?= User-Agent: Mozilla Thunderbird 0.5 (X11/20040329) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Mark References: <200405142217.I4EMHKEA011561@asarian-host.net><001b01c43a13$88fd5570$b3db87d4@asarian-host.net> <40A6166C.1050500@DeepCore.dk> <200405151345.I4FDJPKU031004@asarian-host.net> In-Reply-To: <200405151345.I4FDJPKU031004@asarian-host.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-mail-scanned: by DeepCore Virus & Spam killer v1.4 cc: freebsd-hackers@freebsd.org cc: Steven Hartland Subject: Re: Third IDE hard disk X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 15 May 2004 16:11:37 -0000 Mark wrote: > Søren Schmidt wrote: > > >>>>Find out what the controller is it might not be supported or may >>>>need compiling into a custom kernel. >>> >>>It is a fairly standard onboard Promise 20376 controller. Perhaps I >>>need to recompile the kernel? Something like: >>> >>>"device ata2 at isa? port IO_WD3 irq 16" >> >>You need freebsd-5.x for that to work, the promise pdc203xx chips are >>not supported by the ATA driver in -stable (and probably wont be)... > > > Ok, what then if I buy a Promise TX2 card for it? Will I be able to use that card as third IDE controller? (I know the TX2 is on the hardware compatibility list). Just making sure now; I'm tired of surprises. You need to get a controller with the old pdc202xx chip family on it, the Ultra133 TX2 is one of them. -- -Søren