Re: Flags for WD driver

2007-05-14 Thread Ted Unangst
On 5/14/07, Jeff Simmons <[EMAIL PROTECTED]> wrote: On Monday 14 May 2007 11:57, Ted Unangst wrote: > On 5/14/07, Jeff Simmons <[EMAIL PROTECTED]> wrote: > > Is there any documentation on the exact functions of the flags that can > > be passed to WD via config? I haven't found any, and I'm not a

Re: Flags for WD driver

2007-05-14 Thread Jeff Simmons
On Monday 14 May 2007 11:57, Ted Unangst wrote: > On 5/14/07, Jeff Simmons <[EMAIL PROTECTED]> wrote: > > Is there any documentation on the exact functions of the flags that can > > be passed to WD via config? I haven't found any, and I'm not a good > > enough C programmer to tease them out of the

Re: Flags for WD driver

2007-05-14 Thread Matthias Kilian
On Mon, May 14, 2007 at 11:57:55AM -0700, Ted Unangst wrote: > >Is there any documentation on the exact functions of the flags that can be > >passed to WD via config? I haven't found any, and I'm not a good enough C > >programmer to tease them out of the source. > > man wd? That "last" bit confus

Re: Flags for WD driver

2007-05-14 Thread Stuart Henderson
On 2007/05/14 11:50, Jeff Simmons wrote: > Is there any documentation on the exact functions of the flags that can be > passed to WD via config? yes, in wd(4), surprisingly enough. The flags are used only with controllers that support DMA operations and mode settings (like some pciide(

Re: Flags for WD driver

2007-05-14 Thread Ted Unangst
On 5/14/07, Jeff Simmons <[EMAIL PROTECTED]> wrote: Is there any documentation on the exact functions of the flags that can be passed to WD via config? I haven't found any, and I'm not a good enough C programmer to tease them out of the source. man wd?

Re: Flags for WD driver

2007-05-14 Thread Miod Vallat
> Is there any documentation on the exact functions of the flags that can be > passed to WD via config? I haven't found any, and I'm not a good enough C > programmer to tease them out of the source. Unexpectably, these flags are described in the wd(4) manual page. Miod