mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-16 23:57:54 +01:00
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:
parent
e17312113c
commit
11af896263
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=6270
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user