From owner-freebsd-current Sun Mar 7 13: 8:21 1999 Delivered-To: freebsd-current@freebsd.org Received: from mail.HiWAAY.net (fly.HiWAAY.net [208.147.154.56]) by hub.freebsd.org (Postfix) with ESMTP id 5324F14D5A for ; Sun, 7 Mar 1999 13:08:02 -0800 (PST) (envelope-from sprice@hiwaay.net) Received: from localhost (sprice@localhost) by mail.HiWAAY.net (8.9.1a/8.9.0) with SMTP id PAA15126; Sun, 7 Mar 1999 15:05:04 -0600 (CST) Date: Sun, 7 Mar 1999 15:05:04 -0600 (CST) From: Steve Price To: Doug Rabson Cc: Sren Schmidt , current@freebsd.org Subject: Re: UPDATE2: ATA/ATAPI driver new version available. In-Reply-To: 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 On Sun, 7 Mar 1999, Doug Rabson wrote: # > Are you sure it tries to probe the slave ?? # > Could please try to have it printout scp->devices in ata_probe ?? # # Here is a log of an attempted boot with ATA_DEBUG defined. It looks like # ata_probe() detected a slave where there isn't one. # # ata-pci0: rev 0x01 on pci0.5.1 # ata: type=71118086 class=01018001 cmd=02800005 [...] # ata0: devices = 0x1 [...] # ata1: devices = 0xc [snip] For what it's worth I get the same two lines: ata0: devices = 0x1 ata1: devices = 0xc So it found the master (the HD) on the first controller, but it appears to find both a master and a slave on the second controller. The problem is that the DVD-ROM doesn't appear to repsond correctly to either of the attempts to determine which one it wants to be. Just for grins I changed the ata_probe to ignore all but the first controller and it is back to the ufs_dirbad panic. :( To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message