Subject: Re: [2.0-RC1] shutdown is not clean
To: None <port-sparc64@netbsd.org>
From: Michael Gerhards <HM-Gerhards@uni.de>
List: port-sparc64
Date: 10/24/2004 22:48:22
Manuel Bouyer <bouyer@antioche.eu.org> wrote:
>> I tried to compile a GENERIC kernel with your patch. But now I get the
>> following error:
(...)
>> ../../../../dev/ata/wd.c: In function `wd_flushcache':
>> ../../../../dev/ata/wd.c:1707: warning: too many arguments for format
>> *** Error code 1
> 
> Ops, just change line 1707:
>        printf("flush cache command completed\n", wdc_c.r_command);
> to
>        printf("flush cache command completed\n");

Okay, I will try this again. But I won't have the possibility to test
it before next Friday.

Are you sure this time that the file will compile? ;-)

Michael