From 74f0636334389873f87b2fe20018bb9dae01d468 Mon Sep 17 00:00:00 2001 From: Thomas Nikolajsen Date: Thu, 26 Jan 2012 23:58:05 +0100 Subject: [PATCH] sys/config: Readd COMPAT_DF12 to i386 kernels, to run FreeBSD 4 binaries Commit ce6b2144 made this change to GENERIC, do the same for the other i386 kernels. --- sys/config/SOEKRIS | 2 +- sys/config/VKERNEL | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/config/SOEKRIS b/sys/config/SOEKRIS index a6239d8dda..273626f2bf 100644 --- a/sys/config/SOEKRIS +++ b/sys/config/SOEKRIS @@ -37,7 +37,7 @@ options MSDOSFS #MSDOS Filesystem options CD9660 #ISO 9660 Filesystem options PROCFS #Process filesystem options COMPAT_43 #Compatible with BSD 4.3 -#options COMPAT_DF12 +options COMPAT_DF12 options SCSI_DELAY=5000 #Delay (in ms) before probing SCSI options DEVICE_POLLING # Support mixed interrupt-polling # handling of network device drivers diff --git a/sys/config/VKERNEL b/sys/config/VKERNEL index 30dacdf87c..20715f6071 100644 --- a/sys/config/VKERNEL +++ b/sys/config/VKERNEL @@ -56,7 +56,7 @@ options MSDOSFS #MSDOS Filesystem options CD9660 #ISO 9660 Filesystem options PROCFS #Process filesystem options COMPAT_43 #Compatible with BSD 4.3 -#options COMPAT_DF12 #Compatible with DragonFly 1.2 and earlier +options COMPAT_DF12 #Compatible with DragonFly 1.2 and earlier options DEVICE_POLLING # Support mixed interrupt-polling # handling of network device drivers options UCONSOLE #Allow users to grab the console -- 2.41.0