Source-Changes-HG archive

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

[src/netbsd-1-5]: src/sys/arch/hpcmips/conf Pull up revision 1.62 (Approved b...



details:   https://anonhg.NetBSD.org/src/rev/838584cd4a12
branches:  netbsd-1-5
changeset: 489228:838584cd4a12
user:      takemura <takemura%NetBSD.org@localhost>
date:      Wed Aug 23 15:02:20 2000 +0000

description:
Pull up revision 1.62 (Approved by jhawk and thorpej)

> move "options PULLDOWN_TEST" into sys/sys/mbuf.h (in #ifdef _KERNEL),
> as it is no wthe default setting for everyone.
>
> the reason we still use the name "PULLDOWN_TEST" while it is now default:
> kame code sharing.

NOTE: This pull-up equals 'sync with current' because previous pull-up
      contains modification between 1.54-1.61 by my mistake.

diffstat:

 sys/arch/hpcmips/conf/GENERIC |  5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diffs (25 lines):

diff -r 5fecb6862d15 -r 838584cd4a12 sys/arch/hpcmips/conf/GENERIC
--- a/sys/arch/hpcmips/conf/GENERIC     Wed Aug 23 12:40:05 2000 +0000
+++ b/sys/arch/hpcmips/conf/GENERIC     Wed Aug 23 15:02:20 2000 +0000
@@ -2,11 +2,11 @@
 # Distribution kernel (NEC VR based model) kernel config file
 
 #
-#      $NetBSD: GENERIC,v 1.54.2.2 2000/08/06 04:05:55 takemura Exp $
+#      $NetBSD: GENERIC,v 1.54.2.3 2000/08/23 15:02:20 takemura Exp $
 #
 include                "arch/hpcmips/conf/std.hpcmips"
 
-#ident                 "GENERIC-$Revision: 1.54.2.2 $"
+#ident                 "GENERIC-$Revision: 1.54.2.3 $"
 
 maxusers       8
 
@@ -70,7 +70,6 @@
 #options       GATEWAY         # IP packet forwarding
 options        INET            # IP + ICMP + TCP + UDP
 options        INET6           # IPV6
-options        PULLDOWN_TEST   # use m_pulldown for IPv4/v6 processing
 #options       IPSEC           # IP security
 #options       IPSEC_ESP       # IP security (encryption part; define w/ IPSEC)
 #options       IPSEC_DEBUG     # debug for IP security



Home | Main Index | Thread Index | Old Index