Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/evbarm/conf let MINI2440 kernel to have bpf(4) for ...



details:   https://anonhg.NetBSD.org/src/rev/8b30b1d4d85b
branches:  trunk
changeset: 780811:8b30b1d4d85b
user:      nisimura <nisimura%NetBSD.org@localhost>
date:      Wed Aug 08 02:18:36 2012 +0000

description:
let MINI2440 kernel to have bpf(4) for DHCP.

diffstat:

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

diffs (18 lines):

diff -r 85e4c5af2587 -r 8b30b1d4d85b sys/arch/evbarm/conf/MINI2440
--- a/sys/arch/evbarm/conf/MINI2440     Tue Aug 07 19:38:28 2012 +0000
+++ b/sys/arch/evbarm/conf/MINI2440     Wed Aug 08 02:18:36 2012 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: MINI2440,v 1.3 2012/03/31 02:45:37 tsutsui Exp $
+#      $NetBSD: MINI2440,v 1.4 2012/08/08 02:18:36 nisimura Exp $
 #
 #      MINI2440 -- Friendly ARM evaluation board based on Samsung S3C2440
 #
@@ -362,7 +362,7 @@
 #pseudo-device fss             4       # file system snapshot device
 
 # network pseudo-devices
-#pseudo-device bpfilter                # Berkeley packet filter
+pseudo-device  bpfilter                # Berkeley packet filter
 #pseudo-device ipfilter                # IP filter (firewall) and NAT
 pseudo-device  loop                    # network loopback
 #pseudo-device ppp                     # Point-to-Point Protocol



Home | Main Index | Thread Index | Old Index