From 11af89626342efe9a85c2b4c0f53257f6e73524a Mon Sep 17 00:00:00 2001 From: "Jordan K. Hubbard" Date: Thu, 9 Feb 1995 11:21:07 +0000 Subject: [PATCH] Add PPP to the generic kernel. Now that Poul has made us all this space, maybe I can get us back into the slip/ppp game without having to tell users to reconfigure their kernels all the time! :) --- sys/amd64/conf/GENERIC | 5 +++-- sys/i386/conf/GENERIC | 5 +++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/sys/amd64/conf/GENERIC b/sys/amd64/conf/GENERIC index f7961dfc057d..e27fcf91fcfd 100644 --- a/sys/amd64/conf/GENERIC +++ b/sys/amd64/conf/GENERIC @@ -1,7 +1,7 @@ # # GENERIC -- Generic machine with WD/AHx/NCR/BTx family disks # -# $Id: GENERIC,v 1.29 1995/01/27 07:48:58 phk Exp $ +# $Id: GENERIC,v 1.30 1995/01/28 05:01:43 jkh Exp $ # machine "i386" @@ -92,7 +92,8 @@ device ze0 at isa? port 0x300 net irq 5 iomem 0xd8000 vector zeintr pseudo-device loop pseudo-device ether pseudo-device log -pseudo-device sl 2 +pseudo-device sl 1 +pseudo-device ppp 1 pseudo-device pty 16 pseudo-device speaker pseudo-device gzip # Exec gzipped a.out's diff --git a/sys/i386/conf/GENERIC b/sys/i386/conf/GENERIC index f7961dfc057d..e27fcf91fcfd 100644 --- a/sys/i386/conf/GENERIC +++ b/sys/i386/conf/GENERIC @@ -1,7 +1,7 @@ # # GENERIC -- Generic machine with WD/AHx/NCR/BTx family disks # -# $Id: GENERIC,v 1.29 1995/01/27 07:48:58 phk Exp $ +# $Id: GENERIC,v 1.30 1995/01/28 05:01:43 jkh Exp $ # machine "i386" @@ -92,7 +92,8 @@ device ze0 at isa? port 0x300 net irq 5 iomem 0xd8000 vector zeintr pseudo-device loop pseudo-device ether pseudo-device log -pseudo-device sl 2 +pseudo-device sl 1 +pseudo-device ppp 1 pseudo-device pty 16 pseudo-device speaker pseudo-device gzip # Exec gzipped a.out's