diff options
Diffstat (limited to 'sys/conf')
-rw-r--r-- | sys/conf/GENERIC | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/conf/GENERIC b/sys/conf/GENERIC index 56c43e64832..1033715c84f 100644 --- a/sys/conf/GENERIC +++ b/sys/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.195 2013/03/14 11:18:37 mpi Exp $ +# $OpenBSD: GENERIC,v 1.196 2013/04/15 15:32:19 jsing Exp $ # # Machine-independent option; used by all architectures for their # GENERIC kernel @@ -30,6 +30,7 @@ option UVM_SWAP_ENCRYPT# support encryption of pages going to swap option COMPAT_43 # Kernel compatibility with 4.3BSD option COMPAT_O51 # Kernel compatibility with OpenBSD 5.1 +option COMPAT_O53 # Kernel compatibility with OpenBSD 5.3 option LKM # loadable kernel modules |