Date: Thu, 14 Aug 1997 11:42:02 -0400 (EDT) From: Patrick Gardella <patrick@cre8tivegroup.com> To: Stefan Molnar <stefan@exis.net> Cc: Tim Moony <timm@uniqsite.com>, isp@FreeBSD.ORG, questions@FreeBSD.ORG Subject: RE: Is ppp compatible with K56flex? Message-ID: <XFMail.970814120605.patrick@cre8tivegroup.com> In-Reply-To: <Pine.LNX.3.95.970814113616.21397B-100000@sailfish.exis.net>
next in thread | previous in thread | raw e-mail | index | archive | help
It worked just fine in Windows 95.
Yes, it was during boot. I added the 0x80 flag to sio3 and saw the phase 3
error. When I commented out the check for phase 3 in /sys/i386/isa/sio.c
and remade the kernel, I didn't get the error (of course), but it
wouldn't work still. The lines I changed were:
/* EXTRA DELAY? */
failures[0] = inb(iobase + com_cfcr) - CFCR_8BITS;
failures[1] = inb(iobase + com_ier) - IER_ETXRDY;
failures[2] = inb(iobase + com_mcr) - mcr_image;
DELAY(10000); /* Some internal modems need this time */
/* if (idev->id_irq != 0)
* failures[3] = isa_irq_pending(idev) ? 0 : 1;*/
DELAY(1000); /* XXX */
failures[4] = (inb(iobase + com_iir) & IIR_IMASK) - IIR_TXRDY;
The irq was set with a jumper so I know it was correct. From the answers I got
from the list archives, I assumed that it was a UART problem. I guessed that
the normal 16550 wouldn't work with the 56k line, so they had developed a new
16550? to run it. Either that, or it was a 16550 emulation. (I had posted the
UART info in an message to the list, but I can't find it in the archives.)
Pat
On 14-Aug-97 Stefan Molnar wrote:
>
>> I was not connected to a K56Flex server. I was trying to use it to connect
>> at 28,800 only. I couldn't run cu to even send it an AT string. The error cam
e
>> up on boot. I edited out the phase 3 check to if it would run then. It didn
't.
>>
>> I returned the modem, so I have no idea what chipset it had.
>
>I have not really seen that error before. But during the bootstrap
>the error occured, when the kernel was probeing the serial ports?
>Have you tried it in a dos environment, or another os. The Hayes
>has the rockwell chipset I belive.
>
>Stefan
----------------------------------
E-Mail: Patrick Gardella <patrick@cre8tivegroup.com>
Date: 14-Aug-97
Time: 11:42:02
This message was sent by XFMail
----------------------------------
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?XFMail.970814120605.patrick>
