From owner-freebsd-current Wed Mar 3 12:37:35 1999 Delivered-To: freebsd-current@freebsd.org Received: from ianai.BlackSun.org (Ianai.blacksun.org [168.100.186.33]) by hub.freebsd.org (Postfix) with ESMTP id 09E9A14ED0 for ; Wed, 3 Mar 1999 12:37:33 -0800 (PST) (envelope-from tugrul@ianai.BlackSun.org) Received: from localhost (tugrul@localhost) by ianai.BlackSun.org (8.8.8/8.8.7) with SMTP id PAA02115 for ; Wed, 3 Mar 1999 15:36:05 -0500 (EST) (envelope-from tugrul@ianai.BlackSun.org) Date: Wed, 3 Mar 1999 15:36:05 -0500 (EST) From: Tugrul To: current@freebsd.org Subject: New ata driver failure on a ISA machine. Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I deleted the annoucement email, but looking over LINT, the following lines seemed appropiate for my 486: controller ata0 at isa? port "IO_WD1" bio irq 14 device atadisk0 First problem I had was that the kernel would not link without defining: controller pci0 Second, at boot: [...] ata0 at 0x1f0-0x1f7 irq 14 on isa [...] ad0: ATA-? disk at ata0 as master ad0: 0MB (0 sectors), 723 cyls, 13 heads, 51 S/T, 512 B/S ad0: 16 secs/int, 0 depth queue changing root device to ad0a error 22: panic cannot mount root (2) Here is what happens on the old driver: [...] wdc0 at 0x1f0-0x1f7 irq 14 flags 0xa0ffa0ff on isa wdc0: unit 0 (wd0): , multi-block-8 wd0: 234MB (479349 sectors), 723 cyls, 13 heads, 51 S/T, 512 B/S [...] Did I miss something? Either you can provide tips or I can provide debug info :-) Tugrul Galatali To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message