Subject: Re: autoconfiguration question
To: None <jeremy@broder.com>
From: Gordon W. Ross <gwr@mc.com>
List: tech-kern
Date: 05/20/1997 16:16:47
> Date: Tue, 20 May 1997 12:43:43 -0700 (PDT)
> From: Jeremy Cooper <jeremy@broder.com>
> On Tue, 20 May 1997, Bill Studenmund wrote:
>
> > (unchnged config search in arch/mac68k/dev/zs.c)
> >
> > if (!config_found(self, (void *)&zsc_args, zsc_print)) {
> > /* No sub-driver. Just reset it. */
> > stuff
> > }
> >
> > Thoughts on how I can get BOTH a zstty and zshdlc on the same zsc
> > channel?
>
> I think you need to change this into a while() loop.
>
> -J
The snippet of code above is already in an appropriate loop.