Date: Fri, 4 Dec 1998 17:36:36 +1100 From: Bruce Evans <bde@zeta.org.au> To: hasty@rah.star-gate.com, seggers@semyam.dinoco.de Cc: current@FreeBSD.ORG Subject: Re: nlpt and severe system slow down Message-ID: <199812040636.RAA06444@godzilla.zeta.org.au>
next in thread | raw e-mail | index | archive | help
>> controller ppbus0 >> controller ppc0 at isa? irq 7 vector ppcintr >> device nlpt0 at ppbus? > >Mine is this: > >controller ppbus0 >device nlpt0 at ppbus? >device plip0 at ppbus? >controller ppc0 at isa? port ? tty irq 7 vector ppcintr >controller ppc1 at isa? port ? tty irq 5 vector ppcintr > >I added the plip0 entry to be able to attach another system to plip1 >one day. None connected, yet and plip1 is not configured by the >network code during startup. The device class should be "net" for plip. See the plip man page. This is incompatible (*) with the device class being tty or cam - you should only use ppc for one of nlpt, plip or vpo. (*) Except when slip is statically configured, net and tty are essentially the same for statically configured devices. Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199812040636.RAA06444>