From owner-freebsd-current Tue Dec 10 23:43:53 1996 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id XAA24598 for current-outgoing; Tue, 10 Dec 1996 23:43:53 -0800 (PST) Received: from tahoma.cwu.edu (skynyrd@tahoma.cwu.edu [198.104.65.220]) by freefall.freebsd.org (8.8.4/8.8.4) with SMTP id XAA24593 for ; Tue, 10 Dec 1996 23:43:51 -0800 (PST) Received: by tahoma.cwu.edu; id AA12494; Tue, 10 Dec 1996 23:43:45 -0800 Date: Tue, 10 Dec 1996 23:43:45 -0800 (PST) From: Chris Timmons To: FreeBSD-current@freebsd.org Subject: Re: Problems with PLIP driver? In-Reply-To: <96Dec7.103059pst.177711@crevenia.parc.xerox.com> Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-current@freebsd.org X-Loop: FreeBSD.org Precedence: bulk "Well, lets keep in mind that PLIP is a disgusting thing in the first place, but as we all know, in certain circumstances that may not matter." -Poul-Henning Kamp, noted FreeBSD developer (I'm sorry - I saved this a few months ago and put it into my .plan and just couldn't help but resurrect it after a peek in the code :) -c On Sat, 7 Dec 1996, Bill Fenner wrote: > I'm wrong, it's more than just the header. I went through this in > great detail quite a while ago. Look at ppp and tun for hints, > you probably have to change the bpf_attach() call too. And I'd > move the bpf_mtap() in the output routine way up to the top, > since right now it completely misses the LINK0 case, and even > if it doesn't the output routine has already zeroed out the length > field in each mbuf in the chain. > > Fun fun. > > Bill >