Subject: Re: ep0 doesn't work with ec509 neither
To: None <entropy@zippy.bernstein.com>
From: None <Havard.Eidnes@runit.sintef.no>
List: port-i386
Date: 07/22/1997 10:34:56
> >Is the ep drivers really screwed up or something?  or is it
> >just *me*???
>
> I'm using 3c509's in several different machines without trouble.

But not with a fresh enough -current to expose the problem, I
guess.

There's a compiler bug which prevents correct compilation with
optimization of the elink3.c file in face of the recent changes
to mbuf.h with the 'do { ... } while(0)' constructs.

Compile elink3.c without optimization and the driver will work
again.

- H=E5vard