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! :)
This commit is contained in:
Jordan K. Hubbard 1995-02-09 11:21:07 +00:00
parent e17312113c
commit 11af896263
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=6270
2 changed files with 6 additions and 4 deletions

View File

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

View File

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