Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 12 Nov 2000 17:00:15 +0100 (CET)
From:      Soren Schmidt <sos@freebsd.dk>
To:        nakaji@tutrp.tut.ac.jp (NAKAJI Hiroyuki)
Cc:        freebsd-bugs@FreeBSD.ORG
Subject:   Re: kern/22634: 4.2-Beta (11/06) Kernel does not detect Slave HDs
Message-ID:  <200011121600.RAA67295@freebsd.dk>
In-Reply-To: <200011121550.HAA44720@freefall.freebsd.org> from NAKAJI Hiroyuki at "Nov 12, 2000 07:50:03 am"

next in thread | previous in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200011121600.RAA67295>