| ce(4) contains sourceless blob for host CPU. |
| |
| diff -ru --exclude-from freebsd-src-diff-exclude-names /usr/src/sys/conf/WITHOUT_SOURCELESS_HOST freebsd-11.1/usr/src/sys/conf/WITHOUT_SOURCELESS_HOST |
| --- /usr/src/sys/conf/WITHOUT_SOURCELESS_HOST 2017-07-21 07:41:43.000000000 +0800 |
| +++ freebsd-11.1/usr/src/sys/conf/WITHOUT_SOURCELESS_HOST 2019-05-10 13:12:15.402690000 +0800 |
| @@ -4,6 +4,7 @@ |
| # |
| # $FreeBSD: releng/11.1/sys/conf/WITHOUT_SOURCELESS_HOST 261975 2014-02-16 12:22:43Z brueffer $ |
| |
| +nodevice ce |
| nodevice hpt27xx |
| nodevice hptmv |
| nodevice hptnr |
| diff -ru --exclude-from freebsd-src-diff-exclude-names /usr/src/sys/modules/Makefile freebsd-11.1/usr/src/sys/modules/Makefile |
| --- /usr/src/sys/modules/Makefile 2017-07-21 07:41:58.000000000 +0800 |
| +++ freebsd-11.1/usr/src/sys/modules/Makefile 2019-05-10 13:13:38.655690000 +0800 |
| @@ -725,7 +724,7 @@ |
| _aic= aic |
| _apm= apm |
| _arcnet= arcnet |
| -.if ${MK_SOURCELESS_UCODE} != "no" |
| +.if ${MK_SOURCELESS_HOST} != "no" && ${MK_SOURCELESS_UCODE} != "no" |
| _ce= ce |
| .endif |
| _coff= coff |