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/arc/conf/GENERIC | |
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/arc/conf/GENERIC')
-rw-r--r-- | sys/arch/arc/conf/GENERIC | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/sys/arch/arc/conf/GENERIC b/sys/arch/arc/conf/GENERIC index 2b481554d15..eded2aa6054 100644 --- a/sys/arch/arc/conf/GENERIC +++ b/sys/arch/arc/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.29 1999/08/29 12:14:03 niklas Exp $ +# $OpenBSD: GENERIC,v 1.30 2000/01/09 22:00:18 itojun Exp $ # # Generic configuration file for MIPS R4x00 ARC Systems # @@ -93,3 +93,7 @@ cd* at scsibus? target ? lun ? ch* at scsibus? target ? lun ? ss* at scsibus? target ? lun ? uk* at scsibus? target ? lun ? + +# for IPv6 +pseudo-device gif 4 +#pseudo-device faith 1 |