From owner-freebsd-commit Mon Jun 5 17:54:43 1995 Return-Path: commit-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id RAA18244 for commit-outgoing; Mon, 5 Jun 1995 17:54:43 -0700 Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id RAA18231 for cvs-sys-outgoing; Mon, 5 Jun 1995 17:54:40 -0700 Received: from localhost.cdrom.com (localhost.cdrom.com [127.0.0.1]) by freefall.cdrom.com (8.6.10/8.6.6) with SMTP id RAA18224 ; Mon, 5 Jun 1995 17:54:36 -0700 X-Authentication-Warning: freefall.cdrom.com: Host localhost.cdrom.com didn't use HELO protocol To: "Rodney W. Grimes" cc: CVS-commiters@freefall.cdrom.com, cvs-sys@freefall.cdrom.com Subject: Re: cvs commit: src/sys/i386/conf GENERIC In-reply-to: Your message of "Mon, 05 Jun 95 14:55:18 PDT." <199506052155.OAA24434@gndrsh.aac.dev.com> Date: Mon, 05 Jun 1995 17:54:36 -0700 Message-ID: <18223.802400076@freefall.cdrom.com> From: "Jordan K. Hubbard" Sender: commit-owner@FreeBSD.org Precedence: bulk > You just broke my 5 station test bed :-(. I use ppp lines and > GENERIC kernels in it as all machines go out of here with a serial > port in them. [Running ppp at 115k baud is fine for what I need > it for and saves me a pile of ethernet cards!]. A) It's hardly too much to suggest that you use a custom kernel for testing.. :-) B) You can still use the /usr/bin/ppp program to establish your ppp links, and probably with less effort once you have an /etc/ppp/options file all tricked out. So don't say that "we don't support PPP in the GENERIC kernel", we do! Just in a different way.. C) For hard-wired lines where ppp is overkill, there's still SLIP. Jordan