Remove netns and netccitt options.
This commit is contained in:
parent
6fed756003
commit
dca3a6d117
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: GENERIC,v 1.12 2006/08/26 07:59:21 tsutsui Exp $
|
||||
# $NetBSD: GENERIC,v 1.13 2006/08/26 08:10:44 tsutsui Exp $
|
||||
#
|
||||
# GENERIC machine description file
|
||||
# This machine description file is used to generate the default NetBSD
|
||||
|
@ -25,7 +25,7 @@ include "arch/ews4800mips/conf/std.ews4800mips"
|
|||
|
||||
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
|
||||
|
||||
#ident "GENERIC-$Revision: 1.12 $"
|
||||
#ident "GENERIC-$Revision: 1.13 $"
|
||||
|
||||
maxusers 16
|
||||
|
||||
|
@ -135,11 +135,8 @@ options INET6 # IPV6
|
|||
#options IPSEC_DEBUG # debug for IP security
|
||||
#options MROUTING # IP multicast routing
|
||||
#options PIM # Protocol Independent Multicast
|
||||
#options NS # XNS
|
||||
#options NSIP # XNS tunneling over IP
|
||||
#options ISO,TPIP # OSI
|
||||
#options EON # OSI tunneling over IP
|
||||
#options CCITT,LLC,HDLC # X.25
|
||||
options NETATALK # AppleTalk networking protocols
|
||||
options PPP_BSDCOMP # BSD-Compress compression support for PPP
|
||||
options PPP_DEFLATE # Deflate compression support for PPP
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: GENERIC,v 1.134 2006/08/26 07:59:21 tsutsui Exp $
|
||||
# $NetBSD: GENERIC,v 1.135 2006/08/26 08:09:35 tsutsui Exp $
|
||||
#
|
||||
# GENERIC machine description file
|
||||
#
|
||||
|
@ -22,7 +22,7 @@ include "arch/hp300/conf/std.hp300"
|
|||
|
||||
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
|
||||
|
||||
#ident "GENERIC-$Revision: 1.134 $"
|
||||
#ident "GENERIC-$Revision: 1.135 $"
|
||||
|
||||
maxusers 32 # estimated number of users
|
||||
|
||||
|
@ -142,11 +142,8 @@ options INET6 # IPV6
|
|||
options GATEWAY # IP forwarding + larger mb_map
|
||||
options MROUTING # Multicast routing
|
||||
options PIM # Protocol Independent Multicast
|
||||
options NS # XNS
|
||||
#options NSIP # XNS tunneling over IP
|
||||
options ISO,TPIP # OSI
|
||||
#options EON # OSI tunneling over IP
|
||||
options CCITT,LLC,HDLC # X.25
|
||||
options NETATALK # AppleTalk networking protocols
|
||||
options PPP_BSDCOMP # BSD-Compress compression support for PPP
|
||||
options PPP_DEFLATE # Deflate compression support for PPP
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: GENERIC,v 1.81 2006/08/26 07:59:22 tsutsui Exp $
|
||||
# $NetBSD: GENERIC,v 1.82 2006/08/26 08:08:30 tsutsui Exp $
|
||||
#
|
||||
# GENERIC machine description file
|
||||
#
|
||||
|
@ -22,7 +22,7 @@ include "arch/news68k/conf/std.news68k"
|
|||
|
||||
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
|
||||
|
||||
#ident "GENERIC-$Revision: 1.81 $"
|
||||
#ident "GENERIC-$Revision: 1.82 $"
|
||||
|
||||
maxusers 8
|
||||
|
||||
|
@ -120,11 +120,8 @@ options INET6 # IPV6
|
|||
#options GATEWAY # IP packet forwarding
|
||||
#options MROUTING # IP multicast routing
|
||||
#options PIM # Protocol Independent Multicast
|
||||
#options NS # XNS
|
||||
#options NSIP # XNS tunneling over IP
|
||||
#options ISO,TPIP # OSI
|
||||
#options EON # OSI tunneling over IP
|
||||
#options CCITT,LLC,HDLC # X.25
|
||||
#options NETATALK # AppleTalk networking protocols
|
||||
options PPP_BSDCOMP # BSD-Compress compression support for PPP
|
||||
options PPP_DEFLATE # Deflate compression support for PPP
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: GENERIC_TINY,v 1.51 2006/08/12 15:29:54 christos Exp $
|
||||
# $NetBSD: GENERIC_TINY,v 1.52 2006/08/26 08:08:30 tsutsui Exp $
|
||||
|
||||
# news68k GENERIC config file for low memory machines;
|
||||
#
|
||||
|
@ -6,7 +6,7 @@ include "arch/news68k/conf/std.news68k"
|
|||
|
||||
#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
|
||||
|
||||
#ident "GENERIC_TINY-$Revision: 1.51 $"
|
||||
#ident "GENERIC_TINY-$Revision: 1.52 $"
|
||||
|
||||
maxusers 4
|
||||
|
||||
|
@ -103,11 +103,8 @@ options INET6 # IPV6
|
|||
#options GATEWAY # IP packet forwarding
|
||||
#options MROUTING # IP multicast routing
|
||||
#options PIM # Protocol Independent Multicast
|
||||
#options NS # XNS
|
||||
#options NSIP # XNS tunneling over IP
|
||||
#options ISO,TPIP # OSI
|
||||
#options EON # OSI tunneling over IP
|
||||
#options CCITT,LLC,HDLC # X.25
|
||||
#options NETATALK # AppleTalk networking protocols
|
||||
options PPP_BSDCOMP # BSD-Compress compression support for PPP
|
||||
options PPP_DEFLATE # Deflate compression support for PPP
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: NEWS1200,v 1.37 2006/02/05 05:01:56 cube Exp $
|
||||
# $NetBSD: NEWS1200,v 1.38 2006/08/26 08:08:30 tsutsui Exp $
|
||||
|
||||
# news1200 config file
|
||||
#
|
||||
|
@ -87,11 +87,8 @@ options INET6 # IPV6
|
|||
#options GATEWAY # IP packet forwarding
|
||||
#options MROUTING # IP multicast routing
|
||||
#options PIM # Protocol Independent Multicast
|
||||
#options NS # XNS
|
||||
#options NSIP # XNS tunneling over IP
|
||||
#options ISO,TPIP # OSI
|
||||
#options EON # OSI tunneling over IP
|
||||
#options CCITT,LLC,HDLC # X.25
|
||||
#options NETATALK # AppleTalk networking protocols
|
||||
#options PPP_BSDCOMP # BSD-Compress compression support for PPP
|
||||
#options PPP_DEFLATE # Deflate compression support for PPP
|
||||
|
|
Loading…
Reference in New Issue