Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/pmax/conf Uncomment ipfilter and rnd, add md.



details:   https://anonhg.NetBSD.org/src/rev/b7f16a477b4c
branches:  trunk
changeset: 467698:b7f16a477b4c
user:      simonb <simonb%NetBSD.org@localhost>
date:      Sat Mar 27 11:10:25 1999 +0000

description:
Uncomment ipfilter and rnd, add md.

diffstat:

 sys/arch/pmax/conf/GENERIC |  9 +++++----
 1 files changed, 5 insertions(+), 4 deletions(-)

diffs (31 lines):

diff -r a4b0dd6d7600 -r b7f16a477b4c sys/arch/pmax/conf/GENERIC
--- a/sys/arch/pmax/conf/GENERIC        Sat Mar 27 09:41:03 1999 +0000
+++ b/sys/arch/pmax/conf/GENERIC        Sat Mar 27 11:10:25 1999 +0000
@@ -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  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



Home | Main Index | Thread Index | Old Index