Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/conf Define net attribute. Always select it for now.
details: https://anonhg.NetBSD.org/src/rev/b019cd7636a6
branches: trunk
changeset: 332842:b019cd7636a6
user: uebayasi <uebayasi%NetBSD.org@localhost>
date: Fri Oct 10 12:46:32 2014 +0000
description:
Define net attribute. Always select it for now.
diffstat:
sys/conf/files | 28 +++++++++++++++-------------
sys/conf/std | 8 +++++++-
2 files changed, 22 insertions(+), 14 deletions(-)
diffs (89 lines):
diff -r 0ac3f3f9c50b -r b019cd7636a6 sys/conf/files
--- a/sys/conf/files Fri Oct 10 12:43:15 2014 +0000
+++ b/sys/conf/files Fri Oct 10 12:46:32 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: files,v 1.1115 2014/10/10 12:39:53 uebayasi Exp $
+# $NetBSD: files,v 1.1116 2014/10/10 12:46:32 uebayasi Exp $
# @(#)files.newconf 7.5 (Berkeley) 5/10/93
version 20141010
@@ -1700,11 +1700,13 @@
file miscfs/syncfs/sync_subr.c vfs
file miscfs/syncfs/sync_vnops.c vfs
+# XXX CLEANUP
+define net
file net/bpf.c bpfilter
file net/bpf_filter.c bpf_filter
-file net/bpf_stub.c
+file net/bpf_stub.c net
file net/bsd-comp.c ppp & ppp_bsdcomp
-file net/if.c
+file net/if.c net
file net/if_arcsubr.c arcnet needs-flag
file net/if_atmsubr.c atm
file net/if_bridge.c bridge needs-flag
@@ -1720,7 +1722,7 @@
file net/if_hippisubr.c hippi needs-flag
file net/if_ieee1394subr.c ieee1394
file net/if_loop.c loop
-file net/if_media.c
+file net/if_media.c net
file net/if_mpls.c ifmpls needs-flag
file net/if_ppp.c ppp needs-flag
file net/if_srt.c srt
@@ -1733,17 +1735,17 @@
file net/if_tun.c tun
file net/if_vlan.c vlan needs-flag
file net/if_pppoe.c pppoe needs-flag
-file net/pfil.c
+file net/pfil.c net
file net/ppp-deflate.c ppp & ppp_deflate
file net/ppp_tty.c ppp
-file net/pktqueue.c
-file net/net_stats.c
-file net/radix.c
-file net/raw_cb.c
-file net/raw_usrreq.c
-file net/route.c
-file net/rtbl.c
-file net/rtsock.c
+file net/pktqueue.c net
+file net/net_stats.c net
+file net/radix.c net
+file net/raw_cb.c net
+file net/raw_usrreq.c net
+file net/route.c net
+file net/rtbl.c net
+file net/rtsock.c net
file net/slcompress.c sl | ppp | strip | (irip & irip_vj)
file net/zlib.c (ppp & ppp_deflate) | opencrypto | vnd_compression | kdtrace_hooks
file netinet/accf_data.c accf_data
diff -r 0ac3f3f9c50b -r b019cd7636a6 sys/conf/std
--- a/sys/conf/std Fri Oct 10 12:43:15 2014 +0000
+++ b/sys/conf/std Fri Oct 10 12:46:32 2014 +0000
@@ -1,10 +1,14 @@
-# $NetBSD: std,v 1.18 2014/10/10 09:31:40 uebayasi Exp $
+# $NetBSD: std,v 1.19 2014/10/10 12:46:32 uebayasi Exp $
#
# standard MI 'options'
#
# this file is for options which can't be off-by-default for some reasons.
# "it's commonly used" is NOT a good reason to enable options here.
+#
+# Always include "kern" attribute (module). Other attributes don't need to
+# depend on "kern".
+#
options KERN
# the following options are on-by-default to keep
@@ -18,6 +22,8 @@
options AIO # POSIX asynchronous I/O
options MQUEUE # POSIX message queues
+options NET # XXX Clean up dependency
+
#
# Security model.
#
Home |
Main Index |
Thread Index |
Old Index