diff options
author | 2010-08-30 18:56:17 +0000 | |
---|---|---|
committer | 2010-08-30 18:56:17 +0000 | |
commit | f8eb6da6ac768d32e0b36e5849cdb66fb8203607 (patch) | |
tree | bd328e3353015d1ffb6b326795850fee3e124698 | |
parent | During boot probe walk disklist rather than alldevs. This avoids a race (diff) | |
download | wireguard-openbsd-f8eb6da6ac768d32e0b36e5849cdb66fb8203607.tar.xz wireguard-openbsd-f8eb6da6ac768d32e0b36e5849cdb66fb8203607.zip |
delete PROCFS we will never support
-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 |