Sync with GENERIC:
> Add CARP to GENERIC kernel configs. CARP is not enabled by default.
This commit is contained in:
parent
6117af14a1
commit
17e0f13ac0
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue