From owner-freebsd-current Tue May 18 19: 4:59 1999 Delivered-To: freebsd-current@freebsd.org Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.26.10.9]) by hub.freebsd.org (Postfix) with ESMTP id BC12314CE0 for ; Tue, 18 May 1999 19:04:57 -0700 (PDT) (envelope-from bde@godzilla.zeta.org.au) Received: (from bde@localhost) by godzilla.zeta.org.au (8.8.7/8.8.7) id MAA25133; Wed, 19 May 1999 12:04:54 +1000 Date: Wed, 19 May 1999 12:04:54 +1000 From: Bruce Evans Message-Id: <199905190204.MAA25133@godzilla.zeta.org.au> To: luoqi@watermarkgroup.com, sheldonh@uunet.co.za Subject: Re: MFS still hosed Cc: current@FreeBSD.ORG, Jos.Backus@nl.origin-it.com Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG >I think I know why a lot of people _aren't_ seeing this panic: it >doesn't show up if you #undef DEVT_FASCIST in kern/kern_conf.c . #undef DEVT_FASICIST weakens tthe error detection. >I found this by accident because I can't get a crash dump using the wd >driver. I get > >dumping to dev (0, 131089), offset 524288 >dump device bad 131089 is the ordinary minor number 0x20011 (slice 2, unit 2, partition 1) (for wd2s1b). The dev_t changes obfuscated it by printing it in %d format instead of as part of the dev number in [0x]%x format. They should have used %#x format. Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message