Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/macppc/conf Include CARP support by default



details:   https://anonhg.NetBSD.org/src/rev/7a2e84b863b7
branches:  trunk
changeset: 455675:7a2e84b863b7
user:      sevan <sevan%NetBSD.org@localhost>
date:      Wed Apr 10 00:49:49 2019 +0000

description:
Include CARP support by default

diffstat:

 sys/arch/macppc/conf/GENERIC |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 9e99e6f7852d -r 7a2e84b863b7 sys/arch/macppc/conf/GENERIC
--- a/sys/arch/macppc/conf/GENERIC      Wed Apr 10 00:35:25 2019 +0000
+++ b/sys/arch/macppc/conf/GENERIC      Wed Apr 10 00:49:49 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.352 2019/04/09 22:38:25 sevan Exp $
+# $NetBSD: GENERIC,v 1.353 2019/04/10 00:49:49 sevan Exp $
 #
 # GENERIC machine description file
 # 
@@ -22,7 +22,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "GENERIC-$Revision: 1.352 $"
+#ident                 "GENERIC-$Revision: 1.353 $"
 
 maxusers       32
 
@@ -643,7 +643,7 @@
 pseudo-device  md                      # memory disk device
 pseudo-device  loop                    # network loopback
 pseudo-device  bpfilter                # packet filter
-#pseudo-device carp                    # Common Address Redundancy Protocol
+pseudo-device  carp                    # Common Address Redundancy Protocol
 pseudo-device  npf                     # NPF packet filter
 pseudo-device  ppp                     # Point-to-Point Protocol
 pseudo-device  pppoe                   # PPP over Ethernet (RFC 2516)



Home | Main Index | Thread Index | Old Index