From 17e0f13ac08bbe6a730f1bdae19834968104bdc1 Mon Sep 17 00:00:00 2001 From: tsutsui Date: Wed, 28 Jun 2006 18:11:18 +0000 Subject: [PATCH] Sync with GENERIC: > Add CARP to GENERIC kernel configs. CARP is not enabled by default. --- sys/arch/sun3/conf/GENERIC3X | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/sys/arch/sun3/conf/GENERIC3X b/sys/arch/sun3/conf/GENERIC3X index dff4db04b02a..e8fa9662800f 100644 --- a/sys/arch/sun3/conf/GENERIC3X +++ b/sys/arch/sun3/conf/GENERIC3X @@ -1,4 +1,4 @@ -# $NetBSD: GENERIC3X,v 1.88 2006/03/28 20:58:41 pavel Exp $ +# $NetBSD: GENERIC3X,v 1.89 2006/06/28 18:11:18 tsutsui Exp $ # GENERIC Sun3X (3/80, 3/470) # Supports root on: ie0, le0, sd*, ... @@ -7,7 +7,7 @@ include "arch/sun3/conf/std.sun3x" options INCLUDE_CONFIG_FILE # embed config file in kernel binary -#ident "GENERIC3X-$Revision: 1.88 $" +#ident "GENERIC3X-$Revision: 1.89 $" # Machines to be supported by this kernel #options FPU_EMULATE # XXX - Ever needed? @@ -249,6 +249,7 @@ pseudo-device md 2 # Misc. pseudo-device loop 1 # network loopback pseudo-device bpfilter # packet filter +#pseudo-device carp # Common Address Redundancy Protocol pseudo-device sl # CSLIP pseudo-device ppp # PPP pseudo-device pppoe # PPP over Ethernet (RFC 2516)