>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 majord...@freebsd.org
with "unsubscribe freebsd-current" in the body of the message

Reply via email to