diff options
author | Jun-ichiro itojun Hagino <itojun@cvs.openbsd.org> | 2000-01-09 22:00:27 +0000 |
---|---|---|
committer | Jun-ichiro itojun Hagino <itojun@cvs.openbsd.org> | 2000-01-09 22:00:27 +0000 |
commit | 8f8953eb3c984f4a840336aa6e50f76aa9d66e55 (patch) | |
tree | 0388a22baf91c1711a2d671a1e23db65bdcba195 /sys/arch/alpha/conf | |
parent | e143917a91709dc58b159a4cef5fc824d6f66c3a (diff) |
add INET6 into conf/GENERIC.
add pseudo-devices for IPv6 into arch/*/conf/GENERIC.
nuke arch/*/conf/GENERIC.v6.
Diffstat (limited to 'sys/arch/alpha/conf')
-rw-r--r-- | sys/arch/alpha/conf/GENERIC | 6 | ||||
-rw-r--r-- | sys/arch/alpha/conf/GENERIC.v6 | 7 |
2 files changed, 5 insertions, 8 deletions
diff --git a/sys/arch/alpha/conf/GENERIC b/sys/arch/alpha/conf/GENERIC index bf94c4b946d..5d064e76b8f 100644 --- a/sys/arch/alpha/conf/GENERIC +++ b/sys/arch/alpha/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.45 1999/12/14 21:30:07 jason Exp $ +# $OpenBSD: GENERIC,v 1.46 2000/01/09 22:00:17 itojun Exp $ # $NetBSD: GENERIC,v 1.31 1996/12/03 17:25:29 cgd Exp $ # # Generic Alpha kernel. Enough to get booted, etc., but not much more. @@ -161,3 +161,7 @@ wscons* at cfb? wscons* at vga? wscons* at sfb? wscons* at tga? + +# for IPv6 +pseudo-device gif 4 +#pseudo-device faith 1 diff --git a/sys/arch/alpha/conf/GENERIC.v6 b/sys/arch/alpha/conf/GENERIC.v6 deleted file mode 100644 index 8812cf25eeb..00000000000 --- a/sys/arch/alpha/conf/GENERIC.v6 +++ /dev/null @@ -1,7 +0,0 @@ -include "arch/alpha/conf/GENERIC" - -options INET6 # IPV6 - -# for IPv6 -pseudo-device gif 4 -#pseudo-device faith 1 |