From 4a0e83676dbc996626e236c1ec2ab0add11f9b63 Mon Sep 17 00:00:00 2001 From: jkh Date: Sun, 11 Jan 1998 02:16:38 +0000 Subject: Add ppp, at long last, back to GENERIC. We have enough room in the kernel for it and I'm tired of reading the "This system lacks kernel support for PPP..." line in people's tech support messages. --- sys/amd64/conf/GENERIC | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'sys/amd64/conf') diff --git a/sys/amd64/conf/GENERIC b/sys/amd64/conf/GENERIC index 75d876e..14db321 100644 --- a/sys/amd64/conf/GENERIC +++ b/sys/amd64/conf/GENERIC @@ -11,7 +11,7 @@ # device lines is present in the ./LINT configuration file. If you are # in doubt as to the purpose or necessity of a line, check first in LINT. # -# $Id: GENERIC,v 1.100 1997/10/28 07:24:30 joerg Exp $ +# $Id: GENERIC,v 1.101 1997/10/31 22:10:02 jseger Exp $ machine "i386" cpu "I386_CPU" @@ -145,8 +145,7 @@ device zp0 at isa? port 0x300 net irq 10 iomem 0xd8000 vector zpintr pseudo-device loop pseudo-device ether pseudo-device sl 1 -# iijppp uses tun instead of ppp device -#pseudo-device ppp 1 +pseudo-device ppp 1 pseudo-device tun 1 pseudo-device pty 16 pseudo-device gzip # Exec gzipped a.out's -- cgit v1.1