Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 19 May 1999 12:04:54 +1000
From:      Bruce Evans <bde@zeta.org.au>
To:        luoqi@watermarkgroup.com, sheldonh@uunet.co.za
Cc:        current@FreeBSD.ORG, Jos.Backus@nl.origin-it.com
Subject:   Re: MFS still hosed
Message-ID:  <199905190204.MAA25133@godzilla.zeta.org.au>

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




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