Skip site navigation (1)Skip section navigation (2)
Date:      04 Jul 2001 19:10:29 +0900
From:      NAKAJI Hiroyuki <nakaji@tutrp.tut.ac.jp>
To:        freebsd-bugs@freebsd.org
Subject:   Re: wd discontinued? Was: Re: IBM Netfinity 5000 Problem (ATA Driver Bug)
Message-ID:  <86lmm5ngx6.fsf@xa12.heimat.gr.jp>
In-Reply-To: <200107040633.f646Xai34324@freebsd.dk> (Sxren Schmidt's message of "4 Jul 2001 08:34:15 %2B0200")
References:  <200107040537.f645b0K48418@harmony.village.org> <200107040633.f646Xai34324@freebsd.dk>

next in thread | previous in thread | raw e-mail | index | archive | help
>>>>> In <200107040633.f646Xai34324@freebsd.dk> 
>>>>>	sos@freebsd.dk (Sxren Schmidt) wrote:

Sxren> I have pc98 support in the works, I could need a couble of
Sxren> testers though since I dont have any pc98 HW here.

I have wd trouble with pc98 that the kernel panics just after wd
devices are detected.

wdc0 at port 0x640-0x647 irq 9 on isa0
wdc0: unit 0 (wd0): <WDC AC2850F>
wd0: 814MB (1667224 sectors), 12259 cyls, 8 heads, 17 S/T, 512 B/S
wdc0: unit 2 (wd1): <FUJITSU MPC3043AT>
wd1: 4125MB (8448184 sectors), 62119 cyls, 8 heads, 17 S/T, 512 B/S

panic: drive attached twice

This message is found at line 515 of /sys/pc98/pc98/wd.c:

		if (wddrives[lunit] != NULL)
			panic("drive attached twice");

I didn't check tha value of lunit or wddrives[] because I'm not sure
about kernel debug.
-- 
NAKAJI Hiroyuki

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?86lmm5ngx6.fsf>