diff options
Diffstat (limited to 'sys/arch/vax/conf')
-rw-r--r-- | sys/arch/vax/conf/GENERIC | 5 | ||||
-rw-r--r-- | sys/arch/vax/conf/GENERIC.v6 | 7 |
2 files changed, 4 insertions, 8 deletions
diff --git a/sys/arch/vax/conf/GENERIC b/sys/arch/vax/conf/GENERIC index 8a612ee1504..43c5b0a3081 100644 --- a/sys/arch/vax/conf/GENERIC +++ b/sys/arch/vax/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.13 1997/10/02 19:55:16 niklas Exp $ +# $OpenBSD: GENERIC,v 1.14 2000/01/09 22:00:25 itojun Exp $ # $NetBSD: GENERIC,v 1.24 1997/08/23 19:19:31 ragge Exp $ # # GENERIC VAX configuration file; all supported devices. @@ -151,3 +151,6 @@ pseudo-device tun 2 pseudo-device tb 1 pseudo-device vnd 4 pseudo-device ccd 4 +# for IPv6 +pseudo-device gif 4 +#pseudo-device faith 1 diff --git a/sys/arch/vax/conf/GENERIC.v6 b/sys/arch/vax/conf/GENERIC.v6 deleted file mode 100644 index 645b1c022f5..00000000000 --- a/sys/arch/vax/conf/GENERIC.v6 +++ /dev/null @@ -1,7 +0,0 @@ -include "arch/vax/conf/GENERIC" - -options INET6 # IPV6 - -# for IPv6 -pseudo-device gif 4 -#pseudo-device faith 1 |