Problem with Micom ethernet tcp/ip and SysV/AT 2.4

John Limpert johnl at n3dmc.UU.NET
Tue Aug 22 21:48:34 AEST 1989


In article <65 at tor.nhh.no> geo_rsb at tor.nhh.no writes:
>In addition I have a Micom-interlan NP600A ethernet card, and
>accompanying NP626 software for uport System V (version 2.3 or
>later)(sic). On installation, which involved running the linkkit,
>it turned out that there was an unreferenced call on putchar() !!

I had a similar problem with the Bell Tech ICC serial board.
Add the following code to one of your kernel link kit libraries:

putchar(c)
int c;
{
	return kdcputc(c);
}

This enabled me to build a 2.4 kernel from the link kit.

-- 
John A. Limpert			I'm the NRA!
Internet: johnl at n3dmc.UU.NET	UUCP: uunet!n3dmc!johnl



More information about the Comp.unix.microport mailing list