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.
This commit is contained in:
jkh 1998-01-11 02:16:38 +00:00
parent 8a2e578b97
commit 4a0e83676d
2 changed files with 4 additions and 6 deletions

View File

@ -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

View File

@ -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