From owner-freebsd-current@FreeBSD.ORG Mon Feb 2 23:12:16 2004 Return-Path: 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 E54ED16A4CE for ; Mon, 2 Feb 2004 23:12:16 -0800 (PST) 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 DB36343D2F for ; Mon, 2 Feb 2004 23:12:07 -0800 (PST) (envelope-from sos@DeepCore.dk) Received: from DeepCore.dk (sos.deepcore.dk [194.192.25.130]) by spider.deepcore.dk (8.12.10/8.12.10) with ESMTP id i13798Cm022855; Tue, 3 Feb 2004 08:09:10 +0100 (CET) (envelope-from sos@DeepCore.dk) Message-ID: <401F4991.4010503@DeepCore.dk> Date: Tue, 03 Feb 2004 08:11:13 +0100 From: =?ISO-8859-1?Q?S=F8ren_Schmidt?= User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.6b) Gecko/20040126 Thunderbird/0.4 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Matt Dawson References: <200402021549.i12Fn1Nu078057@repoman.freebsd.org> <1075754712.697.3.camel@kaiser.sig11.org> <200402030110.53973.matt@mattsnetwork.co.uk> In-Reply-To: <200402030110.53973.matt@mattsnetwork.co.uk> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-mail-scanned: by DeepCore Virus & Spam killer v1.3 X-Mailman-Approved-At: Tue, 03 Feb 2004 05:23:39 -0800 cc: freebsd-current@freebsd.org Subject: Re: cvs commit: src/sys/dev/ata ata-lowlevel.c X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 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: Tue, 03 Feb 2004 07:12:17 -0000 Matt Dawson wrote: > Interestingly, I note that with verbose boot logging enabled, the point where > it fails when the ATA channel transfer mode is set also shows up my LiteOn as > being on a 40 conductor cable. It's not. It and the master drive, a Pioneer > DRV-104 are on an 80 conductor as recommended for all UDMA devices. The > Pioneer's entry on ata1-master shows correctly an 80 conductor cable. How can > this be possible? If both drives are on the same cable and one shows 80 and > the other shows 40 conductors, surely something is a bit screwy? Not sure if > this has any bearing, but I thought I'd point it out. The 80 conductor info is only valid for devices that can do more than UDMA2. -- -Søren