Subject: Re: port-i386/36920: NetBSD 4.0_BETA2 'supervisor trap integer divide fault' panic
To: None <gnats-bugs@NetBSD.org>
From: Pavel Cahyna <pavel@NetBSD.org>
List: netbsd-bugs
Date: 10/02/2007 20:42:24
>  Definitely fixed.  :)
>  
>  The relevant bit of the diff is
>  
>           div = bsp->f_frsize ? (bsp->f_bsize / bsp->f_frsize) : 1;
>           if (div == 0)
>                   div = 1;
>  
>  , obviously.
>  
>  Thanks! Do you want to request a pull-up to netbsd-4, or shall I do it?

Please do.