| Don't build if_cp.ko as it containing broken codes and can't be fixed. |
| |
| diff -ru --exclude-from freebsd-src-diff-exclude-names /var/archive3/public/freebsd-releng-10.4-src/sys/conf/WITHOUT_SOURCELESS_HOST freebsd-10.4/sys/conf/WITHOUT_SOURCELESS_HOST |
| --- /var/archive3/public/freebsd-releng-10.4-src/sys/conf/WITHOUT_SOURCELESS_HOST 2017-09-29 08:19:45.000000000 +0800 |
| +++ freebsd-10.4/sys/conf/WITHOUT_SOURCELESS_HOST 2019-08-17 23:12:35.792426218 +0800 |
| @@ -4,6 +4,7 @@ |
| # |
| # $FreeBSD: releng/10.4/sys/conf/WITHOUT_SOURCELESS_HOST 252867 2013-07-06 07:49:41Z delphij $ |
| |
| +nodevice cp |
| nodevice hpt27xx |
| nodevice hptmv |
| nodevice hptnr |
| diff -ru --exclude-from freebsd-src-diff-exclude-names /var/archive3/public/freebsd-releng-10.4-src/sys/conf/files.i386 freebsd-10.4/sys/conf/files.i386 |
| --- /var/archive3/public/freebsd-releng-10.4-src/sys/conf/files.i386 2017-09-29 08:19:45.000000000 +0800 |
| +++ freebsd-10.4/sys/conf/files.i386 2019-08-17 23:10:20.506434863 +0800 |
| @@ -187,8 +187,6 @@ |
| compile-with "${NORMAL_C} ${NO_WCONSTANT_CONVERSION}" |
| dev/cm/if_cm_isa.c optional cm isa |
| dev/coretemp/coretemp.c optional coretemp |
| -dev/cp/cpddk.c optional cp |
| -dev/cp/if_cp.c optional cp |
| dev/cpuctl/cpuctl.c optional cpuctl |
| dev/ctau/ctau.c optional ctau |
| dev/ctau/ctddk.c optional ctau |
| Only in freebsd-10.4/sys/conf: files.i386.rej |
| diff -ru --exclude-from freebsd-src-diff-exclude-names /var/archive3/public/freebsd-releng-10.4-src/sys/conf/files.pc98 freebsd-10.4/sys/conf/files.pc98 |
| --- /var/archive3/public/freebsd-releng-10.4-src/sys/conf/files.pc98 2017-09-29 08:19:45.000000000 +0800 |
| +++ freebsd-10.4/sys/conf/files.pc98 2019-08-17 23:10:20.507433486 +0800 |
| @@ -107,8 +107,6 @@ |
| dev/ce/if_ce.c optional ce |
| dev/ce/tau32-ddk.c optional ce \ |
| compile-with "${NORMAL_C} ${NO_WCONSTANT_CONVERSION}" |
| -dev/cp/cpddk.c optional cp |
| -dev/cp/if_cp.c optional cp |
| dev/ct/bshw_machdep.c optional ct |
| dev/ct/ct.c optional ct |
| dev/ct/ct_isa.c optional ct isa |
| diff -ru --exclude-from freebsd-src-diff-exclude-names /var/archive3/public/freebsd-releng-10.4-src/sys/modules/Makefile freebsd-10.4/sys/modules/Makefile |
| --- /var/archive3/public/freebsd-releng-10.4-src/sys/modules/Makefile 2017-09-29 08:19:59.000000000 +0800 |
| +++ freebsd-10.4/sys/modules/Makefile 2019-08-17 23:10:20.508432308 +0800 |
| @@ -73,7 +73,6 @@ |
| ${_cmx} \ |
| ${_coff} \ |
| ${_coretemp} \ |
| - ${_cp} \ |
| ${_cpsw} \ |
| ${_cpuctl} \ |
| ${_cpufreq} \ |
| @@ -507,9 +506,6 @@ |
| _ce= ce |
| .endif |
| _coff= coff |
| -.if ${MK_SOURCELESS_UCODE} != "no" |
| -_cp= cp |
| -.endif |
| _cpuctl= cpuctl |
| _cpufreq= cpufreq |
| _cs= cs |