From owner-freebsd-current Thu Apr 23 22:13:51 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA23582 for freebsd-current-outgoing; Thu, 23 Apr 1998 22:13:51 -0700 (PDT) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from watermarkgroup.com (lor.watermarkgroup.com [207.202.73.33]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id WAA23577 for ; Thu, 23 Apr 1998 22:13:48 -0700 (PDT) (envelope-from luoqi@watermarkgroup.com) Received: by watermarkgroup.com (4.1/SMI-4.1) id AA12050; Fri, 24 Apr 98 01:12:40 EDT Date: Fri, 24 Apr 98 01:12:40 EDT From: luoqi@watermarkgroup.com (Luoqi Chen) Message-Id: <9804240512.AA12050@watermarkgroup.com> To: abial@nask.pl, julian@whistle.com Subject: Re: Ouch... (DEVFS) Cc: freebsd-current@FreeBSD.ORG Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > Andrzej Bialecki wrote: > > > > Hi! > > > > Hmmm... Here's another strange behaviour. > > > > > At least partially fixed.. > see 1.162 for the fix. > > http://www.freebsd.org/cgi/cvsweb.cgi/src/sys/i386/isa/wd.c > I cvsup'd the lastest wd.c and now I had the same panic Andrzej saw. The problem is dk_state should never be set back to DK_CLOSE once the controller is initialized. It is the state of the controller rather then the device driver's. Just remove the line with DK_CLOSE from the code. -lq To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message