From owner-cvs-all Fri Dec 28 5:20:23 2001 Delivered-To: cvs-all@freebsd.org Received: from sax.sax.de (sax.sax.de [193.175.26.33]) by hub.freebsd.org (Postfix) with ESMTP id 8054237B416; Fri, 28 Dec 2001 05:20:15 -0800 (PST) Received: (from uucp@localhost) by sax.sax.de (8.9.3/8.9.3) with UUCP id OAA14384; Fri, 28 Dec 2001 14:20:04 +0100 (CET) Received: (from j@localhost) by uriah.heep.sax.de (8.11.6/8.11.6) id fBSD9J348389; Fri, 28 Dec 2001 14:09:19 +0100 (MET) (envelope-from j) Date: Fri, 28 Dec 2001 14:09:19 +0100 From: Joerg Wunsch To: John Hay , "Niels Chr. Bank-Pedersen" Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/net if_sppp.h if_spppsubr.c Message-ID: <20011228140919.O19756@uriah.heep.sax.de> Reply-To: Joerg Wunsch Mail-Followup-To: Joerg Wunsch , John Hay , "Niels Chr. Bank-Pedersen" , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org References: <200112271649.fBRGnWw20999@freefall.freebsd.org> <20011228004639.F8202@bank-pedersen.dk> <200112272238.fBRMcqf85062@freefall.freebsd.org> <200112280353.fBS3rS589509@zibbi.icomtek.csir.co.za> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200112280353.fBS3rS589509@zibbi.icomtek.csir.co.za>; from jhay@icomtek.csir.co.za on Fri, Dec 28, 2001 at 05:53:28AM +0200 X-Phone: +49-351-2012 669 X-PGP-Fingerprint: DC 47 E6 E4 FF A6 E9 8F 93 21 E0 7D F9 12 D6 4E Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG As John Hay wrote: > Low level sync driver are still broken because they are suddenly required > to include high level network stuff that they previously didn't have to. > They drive the the lines and don't/didn't need to know about ip and things > like that. Please build a kernel with modules and you will see that the > if_ar and if_sr modules break. Sorry for the breakage. I'll probably rewrite the VJ compression handling a bit so struct sppp doesn't require the full inclusion of struct slcompress but rather only a pointer to it. That way, only if_spppsubr.c itself needs to include everything, while all the sppp low-level drivers don't need to deal with that. -- cheers, J"org .-.-. --... ...-- -.. . DL8DTL http://www.sax.de/~joerg/ NIC: JW11-RIPE Never trust an operating system you don't have sources for. ;-) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message