diff options
Diffstat (limited to 'sys/arch/wgrisc/conf')
-rw-r--r-- | sys/arch/wgrisc/conf/GENERIC | 5 | ||||
-rw-r--r-- | sys/arch/wgrisc/conf/GENERIC.v6 | 7 |
2 files changed, 4 insertions, 8 deletions
diff --git a/sys/arch/wgrisc/conf/GENERIC b/sys/arch/wgrisc/conf/GENERIC index 39fc21c1bb2..b64c99939fd 100644 --- a/sys/arch/wgrisc/conf/GENERIC +++ b/sys/arch/wgrisc/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.4 1997/08/24 12:01:12 pefo Exp $ +# $OpenBSD: GENERIC,v 1.5 2000/01/09 22:00:26 itojun Exp $ # # Generic configuration file for Willowglen RISC-PC 9100 # @@ -124,3 +124,6 @@ pseudo-device tb 1 # tablet line discipline pseudo-device vnd 4 # paging to files #pseudo-device ccd 4 # concatenated disk devices +# for IPv6 +pseudo-device gif 4 +#pseudo-device faith 1 diff --git a/sys/arch/wgrisc/conf/GENERIC.v6 b/sys/arch/wgrisc/conf/GENERIC.v6 deleted file mode 100644 index 982f95ea0dc..00000000000 --- a/sys/arch/wgrisc/conf/GENERIC.v6 +++ /dev/null @@ -1,7 +0,0 @@ -include "arch/wgrisc/conf/GENERIC" - -options INET6 # IPV6 - -# for IPv6 -pseudo-device gif 4 -#pseudo-device faith 1 |