summaryrefslogtreecommitdiffstats
path: root/sys/amd64/conf
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1998-01-11 02:16:38 +0000
committerjkh <jkh@FreeBSD.org>1998-01-11 02:16:38 +0000
commit4a0e83676dbc996626e236c1ec2ab0add11f9b63 (patch)
treeb23b97409d200568b1adec38760c9b4debdbc971 /sys/amd64/conf
parent8a2e578b97eae342a68b0c47bf3bd7f938f4d2aa (diff)
downloadFreeBSD-src-4a0e83676dbc996626e236c1ec2ab0add11f9b63.zip
FreeBSD-src-4a0e83676dbc996626e236c1ec2ab0add11f9b63.tar.gz
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.
Diffstat (limited to 'sys/amd64/conf')
-rw-r--r--sys/amd64/conf/GENERIC5
1 files changed, 2 insertions, 3 deletions
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
OpenPOWER on IntegriCloud