Subject: Re: autoconfiguration question
To: Bill Studenmund <wrstuden@loki.stanford.edu>
From: Jeremy Cooper <jeremy@broder.com>
List: tech-kern
Date: 05/20/1997 12:43:43
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