diff options
author | Jun-ichiro itojun Hagino <itojun@cvs.openbsd.org> | 2001-03-08 03:37:21 +0000 |
---|---|---|
committer | Jun-ichiro itojun Hagino <itojun@cvs.openbsd.org> | 2001-03-08 03:37:21 +0000 |
commit | 37b9458625cf8520c818e3a3cd00c6385f0bb78f (patch) | |
tree | 55b53423574faeea86d2e7218c038f30272c1f42 /sys/arch/sun3/conf/GENERIC | |
parent | c133ffa9b430ff6130e9afcf1511f024b2c70afb (diff) |
move gif* and faith* into sys/conf/GENERIC. deraadt and angelos ok
Diffstat (limited to 'sys/arch/sun3/conf/GENERIC')
-rw-r--r-- | sys/arch/sun3/conf/GENERIC | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/sys/arch/sun3/conf/GENERIC b/sys/arch/sun3/conf/GENERIC index 31365a32b53..4139047cff8 100644 --- a/sys/arch/sun3/conf/GENERIC +++ b/sys/arch/sun3/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.22 2001/01/03 01:51:56 miod Exp $ +# $OpenBSD: GENERIC,v 1.23 2001/03/08 03:37:20 itojun Exp $ # $NetBSD: GENERIC,v 1.27.4.1 1996/08/19 23:35:06 gwr Exp $ # @@ -151,7 +151,3 @@ option PMAP_DEBUG #option SYSCALL_DEBUG #option EXEC_DEBUG #option SCSIDEBUG - -# for IPv6 -pseudo-device gif 4 -#pseudo-device faith 1 |