diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2010-08-30 18:56:19 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2010-08-30 18:56:19 +0000 |
commit | 41c90d59e2dccceb5e3cdd2e5d240b7bc21ae31f (patch) | |
tree | f0599a5490c3c09616e3ad68433e2d4065c08c51 /sys | |
parent | 65e3d4616f8c536cefc755d66224c6e10224254a (diff) |
delete PROCFS we will never support
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/amd64/conf/GENERIC | 4 | ||||
-rw-r--r-- | sys/arch/hppa/conf/GENERIC | 4 | ||||
-rw-r--r-- | sys/arch/hppa64/conf/GENERIC | 4 |
3 files changed, 3 insertions, 9 deletions
diff --git a/sys/arch/amd64/conf/GENERIC b/sys/arch/amd64/conf/GENERIC index 51476816e4f..eb9d4b419c7 100644 --- a/sys/arch/amd64/conf/GENERIC +++ b/sys/arch/amd64/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.300 2010/08/08 14:27:43 kettenis Exp $ +# $OpenBSD: GENERIC,v 1.301 2010/08/30 18:56:18 deraadt Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -22,8 +22,6 @@ option MTRR # CPU memory range attributes control #option KGDB # Remote debugger support; exclusive of DDB #option "KGDB_DEVNAME=\"com\"",KGDBADDR=0x2f8,KGDBRATE=9600 -#option PROCFS # /proc - #option NTFS # Experimental NTFS support config bsd swap generic diff --git a/sys/arch/hppa/conf/GENERIC b/sys/arch/hppa/conf/GENERIC index 12bfac84c76..ebd73e0725d 100644 --- a/sys/arch/hppa/conf/GENERIC +++ b/sys/arch/hppa/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.137 2010/08/18 21:01:14 jasper Exp $ +# $OpenBSD: GENERIC,v 1.138 2010/08/30 18:56:17 deraadt Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -29,8 +29,6 @@ option FPEMUL option USELEDS # blink 'em option USER_PCICONF # user-space PCI configuration -#option PROCFS # /proc - config bsd swap generic mainbus0 at root # root bus diff --git a/sys/arch/hppa64/conf/GENERIC b/sys/arch/hppa64/conf/GENERIC index 3eb938931a7..d7039daa916 100644 --- a/sys/arch/hppa64/conf/GENERIC +++ b/sys/arch/hppa64/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.21 2010/08/18 21:01:14 jasper Exp $ +# $OpenBSD: GENERIC,v 1.22 2010/08/30 18:56:18 deraadt Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -16,8 +16,6 @@ maxusers 80 # estimated number of users option DEBUG option USER_PCICONF # user-space PCI configuration -#option PROCFS # /proc - config bsd swap generic mainbus0 at root # root bus |