Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 17 Jul 1995 02:25:24 -0700 (PDT)
From:      "Rodney W. Grimes" <rgrimes@gndrsh.aac.dev.com>
To:        graichen@sirius.physik.fu-berlin.de (Thomas Graichen)
Cc:        bugs@freebsd.org
Subject:   Re: mcd0: timeout getreply
Message-ID:  <199507170925.CAA01207@gndrsh.aac.dev.com>
In-Reply-To: <9507170910.AA26972@sirius.physik.fu-berlin.de> from "Thomas Graichen" at Jul 17, 95 11:10:52 am

next in thread | previous in thread | raw e-mail | index | archive | help
> 
> hello
> 
> i always get a "mcd0: timeout getreply" then halting the machine (after the
> syncing disks line is printed) - two questions:
> 
> * why i get this ?

I am not sure, never having played with a mcd0 type drive :-(.

> * i it possible to change it in the kernel sources generally by:
> 
>  - changing the default DELAY_GETREPLY to a higher value (i think this should
>    solve it - or am i wrong - i'll try it) 

Please try this and let us know if that fixed the problem.  If you can make
the problem go away with say a value of 15000000 (ie, 10x what it is now)
please do a binary search for the value that just makes it work and send
that to us.

>  - or better - make it configurable via the config file by changing
> 
>     #define DELAY_GETREPLY  1500000
> 
>    to
> 
>     #if !defined(DELAY_GETREPLY)
>     #define DELAY_GETREPLY  1500000
>     #endif

I'd rather not, we want to eliminate config and kernel options like this,
not make more of them.  

-- 
Rod Grimes                                      rgrimes@gndrsh.aac.dev.com
Accurate Automation Company                 Reliable computers for FreeBSD



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