[EMAIL PROTECTED] wrote:
> 
> "Andrew Morton" <[EMAIL PROTECTED]> writes:
> 
> > Hi, Alex.  Thanks for the reply.
> 
> Hi,
> 
> > It sounds like I need to retest with the CVS version.  This is awkward
> > for me because Nortel's firewalls won't pass CVS traffic, so I'll have
> > to use my crappy University account :-(.
> 
> I don't know how you use CVS but you can try to use -z3 option to use compression.

Oh, no probs.  It's just a hassle to switch from using Nortel's intranet
to using the real net.  I have a magical /var/named/named.ca which
helps...

The 'lothar-tar.sh' script on your FTP server has zero length, BTW.


I pulled the latest detect from CVS and it builds fine now (but still no
-g in the pnpdump directory Makefile)

The machine is freezing on the very first pass through
pnpdump.c:initiate()

            if(do_fullreset)
                WRITE_DATA(CONFIG_RESET_DRV);
            else
                WRITE_DATA(CONFIG_RESET_CSN | CONFIG_WAIT_FOR_KEY);
            delaynus(2000L);
            /* Send the key again */
            sendkey();
            {
                CONFIGCONTROL;
--->>>          WRITE_DATA(CONFIG_RESET);
                delaynus(2000L);
            }


So I need to learn something about PnP to debug this.  Can you suggest
where I should look?

Reply via email to