diff options
| author | liamjfoy <liamjfoy@NetBSD.org> | 2006-06-29 14:00:55 +0000 |
|---|---|---|
| committer | liamjfoy <liamjfoy@NetBSD.org> | 2006-06-29 14:00:55 +0000 |
| commit | d00a9ac91b0709be7459e9f8120b1c52e2736aac (patch) | |
| tree | a0d4012187933a8521e3e63ec34cb8d9173a8ed3 /sys/arch/atari | |
| parent | 7a08c82b0bb34edc29e8d20d82b2ec1855db2898 (diff) | |
Add CARP to further platforms
ok christos, julian coleman and matthew green
Diffstat (limited to 'sys/arch/atari')
| -rw-r--r-- | sys/arch/atari/conf/GENERIC.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/atari/conf/GENERIC.in b/sys/arch/atari/conf/GENERIC.in index 1772bdfa2dc..0de131b2067 100644 --- a/sys/arch/atari/conf/GENERIC.in +++ b/sys/arch/atari/conf/GENERIC.in @@ -1,5 +1,5 @@ # -# $NetBSD: GENERIC.in,v 1.61 2006/03/28 20:58:39 pavel Exp $ +# $NetBSD: GENERIC.in,v 1.62 2006/06/29 14:00:55 liamjfoy Exp $ # # Generic atari # @@ -251,6 +251,7 @@ pseudo-device md 3 # Boot memory disk #ifndef INSTALL_KERNEL pseudo-device bpfilter # berkeley packet filters +#pseudo-device carp # Common Address Redundancy Protocol pseudo-device tun # network tunnel pseudo-device tap # virtual Ethernet #pseudo-device gre # generic L3 over IP tunnel |
