Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/zaurus/conf Move pseudo-device bpfilter to proper p...



details:   https://anonhg.NetBSD.org/src/rev/1ce22f9300fa
branches:  trunk
changeset: 765149:1ce22f9300fa
user:      tsutsui <tsutsui%NetBSD.org@localhost>
date:      Fri May 20 09:01:39 2011 +0000

description:
Move pseudo-device bpfilter to proper place.

diffstat:

 sys/arch/zaurus/conf/GENERIC |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (22 lines):

diff -r 3b45106bd18d -r 1ce22f9300fa sys/arch/zaurus/conf/GENERIC
--- a/sys/arch/zaurus/conf/GENERIC      Fri May 20 08:40:04 2011 +0000
+++ b/sys/arch/zaurus/conf/GENERIC      Fri May 20 09:01:39 2011 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: GENERIC,v 1.38 2011/05/20 07:49:31 tsutsui Exp $
+#      $NetBSD: GENERIC,v 1.39 2011/05/20 09:01:39 tsutsui Exp $
 #
 # GENERIC machine description file
 #
@@ -360,6 +360,7 @@
 options        VND_COMPRESSION         # compressed vnd(4)
 
 # network pseudo-devices
+pseudo-device   bpfilter                # Berkeley packet filter
 pseudo-device  loop                    # network loopback
 
 #
@@ -386,4 +387,3 @@
 # wscons pseudo-devices
 pseudo-device  wsmux                   # mouse & keyboard multiplexor
 pseudo-device  wsfont
-pseudo-device   bpfilter                # Berkeley packet filter



Home | Main Index | Thread Index | Old Index