Date: Tue, 24 Nov 1998 16:09:38 +1100 From: Bruce Evans <bde@zeta.org.au> To: green@unixhelp.org, mike@smith.net.au Cc: bartol@salk.edu, dfr@nlsystems.com, freebsd-current@FreeBSD.ORG Subject: Re: NFS problems in -current Message-ID: <199811240509.QAA04542@godzilla.zeta.org.au>
next in thread | raw e-mail | index | archive | help
>> Please also make it clear whether you're using the old 'lpt' driver or >> the newer ppbus code, so that we can work out what needs attention... > >I'm using the newer ppbus code entirely: > >controller ppbus0 >device nlpt0 at ppbus? >device plip0 at ppbus? >device ppi0 at ppbus? >device pps0 at ppbus? > >controller ppc0 at isa? port ? tty irq 7 vector ppcintr ^^^ ppc must be a `net' device for plip to work properly. See the plip man page. ppc must also be a `tty' device for lpt0 and a `cam' device for vp0. These requirements conflict. lpt0 and lp0 have related bugs. lpt0 needs to be a `net' device for lp0 to work. This can be configured by specifying that it is a `tty' device and statically configuring slip. PR: 5699, 6099 The slip LKM has related bugs. 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?199811240509.QAA04542>