Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/ews4800mips/conf Disable npf instead of obsolete ip...



details:   https://anonhg.NetBSD.org/src/rev/a1ea2612b63a
branches:  trunk
changeset: 934570:a1ea2612b63a
user:      tsutsui <tsutsui%NetBSD.org@localhost>
date:      Sun Jun 14 04:35:49 2020 +0000

description:
Disable npf instead of obsolete ipfilter.  Saves ~82kbytes.

Maybe other installation kernels that include GENEIRIC-like ones
and use "no pseudo-device" options should be checked:
 https://mail-index.netbsd.org/source-changes/2018/08/01/msg097235.html

diffstat:

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

diffs (18 lines):

diff -r 017a1d0aa104 -r a1ea2612b63a sys/arch/ews4800mips/conf/RAMDISK
--- a/sys/arch/ews4800mips/conf/RAMDISK Sun Jun 14 01:40:02 2020 +0000
+++ b/sys/arch/ews4800mips/conf/RAMDISK Sun Jun 14 04:35:49 2020 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: RAMDISK,v 1.29 2020/06/09 17:13:41 tsutsui Exp $
+#      $NetBSD: RAMDISK,v 1.30 2020/06/14 04:35:49 tsutsui Exp $
 #
 # kernel config file with memory disk for installation
 #
@@ -68,7 +68,7 @@
 no pseudo-device       vnd
 no pseudo-device       fss
 no pseudo-device       putter
-no pseudo-device       ipfilter
+no pseudo-device       npf
 no pseudo-device       ppp
 no pseudo-device       pppoe
 no pseudo-device       tap



Home | Main Index | Thread Index | Old Index