From owner-freebsd-hackers@FreeBSD.ORG Sat May 15 06:27:33 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 7F9DB16A4CE for ; Sat, 15 May 2004 06:27:33 -0700 (PDT) Received: from asarian-host.net (mail.asarian-host.net [194.109.160.70]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9160E43D53 for ; Sat, 15 May 2004 06:27:32 -0700 (PDT) SRS0=YfksLbI0=IJ=asarian-host.net=admin@asarian-host.net) Comments: To protect the identity of the sender, certain header fields are either not shown, or masked. Anonymous email accounts can be requested by filling in the appropriate form at: https://asarian-host.net/cgi-bin/signup.cgi Received: (from root@localhost) by mail.asarian-host.net (8.12.11/8.12.11) id i4FDRTiI030523 for freebsd-hackers@freebsd.org; Sat, 15 May 2004 15:27:29 +0200 (CEST) (envelope-from admin@asarian-host.net) From: Mark Received-SPF: pass (asarian-host.net: domain of admin@asarian-host.net designates sender IP as SASL permitted sender) Message-Id: <200405151327.I4FDRTE7030506@asarian-host.net> Date: Sat, 15 May 2004 13:27:29 GMT X-Authenticated-Sender: admin@asarian-host.net X-Trace: Q8QbIaod+ydC3UVCzDwCQgVFQe8CJGrWaTaYPkiJk/OR7taEQJN29iCJfwBrFrDxcuG3gPXxxTMfmQznAwiMOA== X-Complaints-To: abuse@asarian-host.net X-Abuse-Info: Please be sure to forward a copy of ALL headers, otherwise we are unable to process your complaint Organization: Asarian-host To: =?iso-8859-1?Q?S=F8ren_Schmidt?= References: <200405142217.I4EMHKEA011561@asarian-host.net><001b01c43a13$88fd5570$b3db87d4@asarian-host.net> <40A6166C.1050500@DeepCore.dk> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Priority: 3 X-MSMail-Priority: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1409 X-Auth: Asarian-host PGP signature iQEVAwUAQKYawTFqW1BleBN9AQEAMQf+I49hCOL9mViaFqDEkmA7cMHHFHfNHTE8 V60tYJXHpDHvMfRx7tBpMkZtjfYW9N0bGxZMjFrIq76hvLybeodkFipk41TsCzZZ D0Dh6jODXzbvIqmRxiNWGb9bSnHlEt94BHJivSdS0+YLRQ8dTs/MYvn1FYXmdV98 IpfY22xklZgum9SvFwsUa4suRzjNay/Lhr6s/Rxp0/UzGys1j7Y+nWc3YRWbhtmG Ho+mY2RbhJx1ps1Ok1xLSoCOxKCG3ItEZm8wPYWhnOqJRA04LifLQYRMGqZeEaey /YOaPQW1ubj2KIam6raky9t+/rmDWtUYG1quCXWLeh+LEwjYhSGdyw== =Wxjj 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 13:27:33 -0000 S=F8ren Schmidt wrote: >> Steven Hartland wrote: >>=20 >>> Find out what the controller is it might not be supported or may >>> need compiling into a custom kernel. >>=20 >> It is a fairly standard onboard Promise 20376 controller. Perhaps I >> need to recompile the kernel? Something like:=20 >>=20 >> "device ata2 at isa? port IO_WD3 irq 16" >=20 > 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)... But the PDC 20378 (actually) is not running in SATA mode, but standard = ATA 133. Is there no way then I can use it in 'compatibility' mode, or = something? Sigh. - Mark