From owner-freebsd-stable Mon Jan 21 22: 4:49 2002 Delivered-To: freebsd-stable@freebsd.org Received: from nixie.ods.net (nixie.ods.net [206.55.70.27]) by hub.freebsd.org (Postfix) with ESMTP id C82B037B405; Mon, 21 Jan 2002 22:04:43 -0800 (PST) Received: from grungy.dstorm.net (scottymail@localhost) by nixie.ods.net (8.9.3/8.9.3) with ESMTP id AAA05342; Tue, 22 Jan 2002 00:04:32 -0600 (CST) (envelope-from scotty@klement.dstorm.net) From: scotty@klement.dstorm.net Received: from localhost (scotty@localhost) by grungy.dstorm.net (8.11.6/8.11.6) with ESMTP id g0M64ac57737; Tue, 22 Jan 2002 00:04:37 -0600 (CST) (envelope-from scotty@klement.dstorm.net) Date: Tue, 22 Jan 2002 00:04:30 -0600 (CST) X-X-Sender: scotty@grungy.dstorm.net To: Dmitry Valdov Cc: Bill Moran , , Subject: Re: ATA driver feature request In-Reply-To: Message-ID: <20020121235548.D40648-100000@grungy.dstorm.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sun, 20 Jan 2002, Dmitry Valdov wrote: > > On Sun, 20 Jan 2002, Bill Moran wrote: > > > FreeBSD limits both > > > drives on the bus because there is 'non-ATA66 compliant cable'. > > > > Are you sure you have an 80 conductor cable and that it isn't too long? > > Yes. When I disconnect secondary (non ATA-66/100 compliant) drive from this > cable, FreeBSD use ATA-100 on primary. > FWIW, I'm seeing the exact same symptom. I just added to 80gb Western Digital (IDE) drives to the system. I used the 80-wire cables that came with the drives, and I see the following messages: atapci0: port 0xd000-0xd00f at device 7.1 on pci0 ata0: at 0x1f0 irq 14 on atapci0 ata1: at 0x170 irq 15 on atapci0 . . . ad0: 19458MB [39535/16/63] at ata0-master UDMA66 ad1: 76319MB [155061/16/63] at ata0-slave UDMA66 ata1-master: DMA limited to UDMA33, non-ATA66 compliant cable ad2: 76319MB [155061/16/63] at ata1-master UDMA33 ad3: 2503MB [5086/16/63] at ata1-slave UDMA33 They are the exact same drives using the exact same cable. My controller only supports UDMA66, not 100... but the reason that the 2nd controller seems to print out "non-ATA66 compiant cable" appears to simply be that ad3 is only ATA33 capable. Just thought I'd pipe up, since the subject came up :) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message