diff options
| author | Konstantin Belousov <kib@FreeBSD.org> | 2015-11-28 08:31:32 +0000 |
|---|---|---|
| committer | Konstantin Belousov <kib@FreeBSD.org> | 2015-11-28 08:31:32 +0000 |
| commit | 493a48901f42aab140a4ef72bd0811d156875331 (patch) | |
| tree | cd5d01e1de836313a1cdca95d6a3b88adf68d76d /sys | |
| parent | 2c9b30a91fa7e4b24f491657fbf7d56a42b16e0a (diff) | |
Notes
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/i386/conf/NOTES | 2 | ||||
| -rw-r--r-- | sys/modules/Makefile | 2 | ||||
| -rw-r--r-- | sys/pc98/conf/NOTES | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/sys/i386/conf/NOTES b/sys/i386/conf/NOTES index 8ee521966990..5d8eaa3b9a3b 100644 --- a/sys/i386/conf/NOTES +++ b/sys/i386/conf/NOTES @@ -989,7 +989,7 @@ options NKPT=31 # ABI Emulation # Enable iBCS2 runtime support for SCO and ISC binaries -options IBCS2 +#options IBCS2 # Emulate spx device for client side of SVR3 local X interface options SPX_HACK diff --git a/sys/modules/Makefile b/sys/modules/Makefile index 6ae1e3d0d775..02431669d505 100644 --- a/sys/modules/Makefile +++ b/sys/modules/Makefile @@ -682,7 +682,7 @@ _cp= cp _elink= elink _glxiic= glxiic _glxsb= glxsb -_ibcs2= ibcs2 +#_ibcs2= ibcs2 _ie= ie _mse= mse _ncr= ncr diff --git a/sys/pc98/conf/NOTES b/sys/pc98/conf/NOTES index 5442002cdf13..1dfc2601c863 100644 --- a/sys/pc98/conf/NOTES +++ b/sys/pc98/conf/NOTES @@ -506,7 +506,7 @@ options KVA_PAGES=260 # ABI Emulation # Enable iBCS2 runtime support for SCO and ISC binaries -options IBCS2 +#options IBCS2 # Emulate spx device for client side of SVR3 local X interface options SPX_HACK |
