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/powerpc | |
parent | c133ffa9b430ff6130e9afcf1511f024b2c70afb (diff) |
move gif* and faith* into sys/conf/GENERIC. deraadt and angelos ok
Diffstat (limited to 'sys/arch/powerpc')
-rw-r--r-- | sys/arch/powerpc/conf/GENERIC-NONMAC | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/sys/arch/powerpc/conf/GENERIC-NONMAC b/sys/arch/powerpc/conf/GENERIC-NONMAC index 4e72f7d153e..0cfddcf16f2 100644 --- a/sys/arch/powerpc/conf/GENERIC-NONMAC +++ b/sys/arch/powerpc/conf/GENERIC-NONMAC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC-NONMAC,v 1.1 2000/08/08 01:07:52 deraadt Exp $ +# $OpenBSD: GENERIC-NONMAC,v 1.2 2001/03/08 03:37:19 itojun Exp $ # # PPC GENERIC config file # @@ -77,7 +77,3 @@ ofrtc* at openfirm? ofdisk* at openfirm? # used for floppy support #ofnet* at openfirm? #ofcons* at openfirm? - -# for IPv6 -pseudo-device gif 4 -#pseudo-device faith 1 |