From owner-freebsd-current Wed Dec 8 11:49: 8 1999 Delivered-To: freebsd-current@freebsd.org Received: from ns1.cioe.com (ns1.cioe.com [204.120.165.37]) by hub.freebsd.org (Postfix) with ESMTP id 2C72815A4E; Wed, 8 Dec 1999 11:46:57 -0800 (PST) (envelope-from steve@virtual-voodoo.com) Received: from ny1wsh031 (tek.cioe.com [204.120.165.120]) by ns1.cioe.com (8.9.3/8.9.3) with SMTP id OAA41564; Wed, 8 Dec 1999 14:33:59 -0500 (EST) (envelope-from steve@virtual-voodoo.com) Message-ID: <023501bf41b3$242c07c0$851a050a@winstar.com> From: "Steven E. Ames" To: "Julian Elischer" , "Mike Smith" Cc: References: <199912081856.KAA06231@mass.cdrom.com> Subject: Re: HEADSUP: wd driver will be retired! Date: Wed, 8 Dec 1999 14:33:42 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2314.1300 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Agreed. -CURRENT is all about development. New ideas will be tried, sometimes (sometimes a lot :) things are going to be broke. I switched to the new ATA driver on Monday. Seems to work but I have some questions. Could someone (sos?) post a quick primer on how to read the probe messages? With the old wd driver I understood the messages and it was readily apparent when something wasn't using DMA, large blocks, etc... The new ATA driver is here to stay. Yep. It needs some serious testing. Yep. If someone would post a quick how-to of stuff to do/look-for I'm sure more people would be willing to test with a smile on their face. Here's the relevant portion of my probe: ata-pci0: irq 0 at device 1.1 on pci0 ata-pci0: Busmastering DMA supported ata0 at 0x01f0 irq 14 on ata-pci0 ata1 at 0x0170 irq 15 on ata-pci0 . . ad0: ATA-? disk at ata0 as master ad0: 1554MB (3183264 sectors), 3158 cyls, 16 heads, 63 S/T, 512 B/S ad0: 16 secs/int, 1 depth queue, PIO ad1: ATA-? disk at ata0 as slave ad1: 4134MB (8467200 sectors), 8960 cyls, 15 heads, 63 S/T, 512 B/S ad1: 16 secs/int, 1 depth queue, PIO acd0: CDROM drive at ata1 as master acd0: read 1033KB/s (1033KB/s), 256KB buffer, PIO acd0: supported read types: acd0: Audio: play, 255 volume levels acd0: Mechanism: ejectable tray acd0: Medium: CD-ROM 120mm data disc loaded, unlocked ata_command: timeout waiting for interrupt I have no idea what have of these messages mean. This is less clear to me (probably because I'm used to the old messages) than the 'wd' messages. Also, like others, I'm getting that 'ata_command: timeout waiting for interrupt' at the end. -Steve ----- Original Message ----- From: Mike Smith To: Julian Elischer Cc: Sent: Wednesday, December 08, 1999 1:56 PM Subject: Re: HEADSUP: wd driver will be retired! > > > > because it doesn't support the chipsets that the old one does. > > (namely the 200 or so lines of support in pci_ide.c needed for the Cyrix > > GXM series). > > > > You shouldn't remove a function until it has been properly replaced. > > A very simple concept some people seem to have trouble grasping. > > Actually, that's not at all correct. We've demonstrated a number of > times now that you reach a point where a brutal cutover is required. > Failure to do so leaves people clutching the old security blanket for > years, and massively impedes further development. > > This is a good time for this particular cutover. A little more public > announcement would perhaps have been nice, but that's probably asking > more of our axe-wielding friends than we're ever going to get. > > The right attitude to be taking now is "here is where the ata drivers > still fall down" or "here are patches to them to replace this > functionality". Think about the longer-term goals here folks. > > -- > \\ Give a man a fish, and you feed him for a day. \\ Mike Smith > \\ Tell him he should learn how to fish himself, \\ msmith@freebsd.org > \\ and he'll hate you for a lifetime. \\ msmith@cdrom.com > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-current" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message