From owner-freebsd-bugs Sun Nov 12 8: 2:14 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freebsd.dk (freebsd.dk [212.242.42.178]) by hub.freebsd.org (Postfix) with ESMTP id E5C3637B479 for ; Sun, 12 Nov 2000 08:02:10 -0800 (PST) Received: (from sos@localhost) by freebsd.dk (8.9.3/8.9.1) id RAA67295; Sun, 12 Nov 2000 17:00:15 +0100 (CET) (envelope-from sos) From: Soren Schmidt Message-Id: <200011121600.RAA67295@freebsd.dk> Subject: Re: kern/22634: 4.2-Beta (11/06) Kernel does not detect Slave HDs In-Reply-To: <200011121550.HAA44720@freefall.freebsd.org> from NAKAJI Hiroyuki at "Nov 12, 2000 07:50:03 am" To: nakaji@tutrp.tut.ac.jp (NAKAJI Hiroyuki) Date: Sun, 12 Nov 2000 17:00:15 +0100 (CET) Cc: freebsd-bugs@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL54 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org It seems NAKAJI Hiroyuki wrote: > I see. I got dmesg again with '-v' option. But new diff-4.2-1 did not > fix the problem, acd0 disappeared again... > > Here are dmesges. First is kernel of 2000.08.22 and the other is > kernel of 2000.11.11 patched with diff-4.2-1. > ata0: iobase=0x01f0 altiobase=0x03f6 bmaddr=0xd000 > ata0: mask=03 status0=50 status1=50 > ata0: mask=03 status0=50 status1=00 > ata0: devices = 0x1 > ata0: at 0x1f0 irq 14 on atapci0 > ata1: iobase=0x0170 altiobase=0x0376 bmaddr=0xd008 > ata1: mask=00 status0=50 status1=51 > ata1: probe allocation failed Uhm this cannot be from a kernel with diff-4.2-1 installed.... It would look like this: ata0: mask=03 status0=50 status1=50 ata0: mask=03 ostat0=50 ostat2=50 ata0-master: ATAPI probe a=00 b=00 ata0-slave: ATAPI probe a=14 b=eb ata0: mask=03 status0=50 status1=00 ata0-master: ATA probe a=01 b=a5 ata0: devices=09 ata0: at 0x1f0 irq 14 on atapci2 ata1: mask=03 status0=50 status1=50 ata1: mask=03 ostat0=50 ostat2=50 ata1-master: ATAPI probe a=14 b=eb ata1-slave: ATAPI probe a=14 b=eb ata1: mask=03 status0=00 status1=00 ata1: devices=0c ata1: at 0x170 irq 15 on atapci2 Note the missing printf's.... -Søren To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message