Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/i386/conf Make this a little more realistic.



details:   https://anonhg.NetBSD.org/src/rev/5745379097b4
branches:  trunk
changeset: 503589:5745379097b4
user:      mycroft <mycroft%NetBSD.org@localhost>
date:      Fri Feb 09 19:12:08 2001 +0000

description:
Make this a little more realistic.

diffstat:

 sys/arch/i386/conf/MINBAR |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r ff69a69d95a5 -r 5745379097b4 sys/arch/i386/conf/MINBAR
--- a/sys/arch/i386/conf/MINBAR Fri Feb 09 18:38:32 2001 +0000
+++ b/sys/arch/i386/conf/MINBAR Fri Feb 09 19:12:08 2001 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: MINBAR,v 1.22 2001/01/19 14:44:11 fvdl Exp $
+#      $NetBSD: MINBAR,v 1.23 2001/02/09 19:12:08 mycroft Exp $
 #      From: GENERIC,v 1.212 1999/01/06 23:30:53 thorpej Exp
 #
 #      MINBAR -- offshore CVS server
@@ -598,7 +598,7 @@
 
 # network pseudo-devices
 pseudo-device  bpfilter        8       # Berkeley packet filter
-#pseudo-device ipfilter                # IP filter (firewall) and NAT
+pseudo-device  ipfilter                # IP filter (firewall) and NAT
 pseudo-device  loop                    # network loopback
 #pseudo-device ppp             2       # Point-to-Point Protocol
 #pseudo-device sl              2       # Serial Line IP
@@ -611,7 +611,7 @@
 pseudo-device  pty             64      # pseudo-terminals
 #pseudo-device tb              1       # tablet line discipline
 #pseudo-device sequencer       1       # MIDI sequencer
-#pseudo-device rnd                     # /dev/random and in-kernel generator
+pseudo-device  rnd                     # /dev/random and in-kernel generator
 #options       RND_COM                 # use "com" randomness as well (BROKEN)
 
 # a pseudo device needed for Coda      # also needs CODA (above)



Home | Main Index | Thread Index | Old Index