Uncomment ipfilter and rnd, add md.
This commit is contained in:
parent
a1784400cd
commit
4436f7ad26
@ -2,7 +2,7 @@
|
||||
# Distribution kernel (any model) kernel config file
|
||||
|
||||
#
|
||||
# $NetBSD: GENERIC,v 1.35 1999/02/07 07:14:21 jonathan Exp $
|
||||
# $NetBSD: GENERIC,v 1.36 1999/03/27 11:10:25 simonb Exp $
|
||||
#
|
||||
include "arch/pmax/conf/std.pmax"
|
||||
|
||||
@ -143,14 +143,15 @@ pseudo-device sl 4 # serial-line IP ports
|
||||
pseudo-device ppp 2 # serial-line IP ports
|
||||
pseudo-device pty 64 # pseudo ptys
|
||||
pseudo-device bpfilter 16 # packet filter ports
|
||||
#pseudo-device ipfilter # IP filter, NAT
|
||||
pseudo-device ipfilter # IP filter, NAT
|
||||
#pseudo-device gre 2 # generic L3 over IP tunnel
|
||||
|
||||
pseudo-device vnd 4 # virtual disk ick
|
||||
pseudo-device ccd 4 # concatenated disks
|
||||
#pseudo-device raid 4 # RAIDframe disk driver
|
||||
pseudo-device md 1 # memory disk device (ramdisk)
|
||||
|
||||
pseudo-device rasterconsole 1 # NB: raster console requires "fb"
|
||||
pseudo-device fb 1 # up to 3 framebuffers
|
||||
# rnd is EXPERIMENTAL
|
||||
#pseudo-device rnd # /dev/random and in-kernel generator
|
||||
|
||||
pseudo-device rnd # /dev/random and in-kernel generator
|
||||
|
Loading…
Reference in New Issue
Block a user