svn commit: r342244 - in head/sys: i386/ibcs2 modules modules/coff modules/ibcs2
Mateusz Guzik
mjg at FreeBSD.org
Wed Dec 19 22:02:50 UTC 2018
Author: mjg
Date: Wed Dec 19 22:02:49 2018
New Revision: 342244
URL: https://svnweb.freebsd.org/changeset/base/342244
Log:
Remove iBCS2, part3: the implementation
Reviewed by: kib (previous version)
Sponsored by: The FreeBSD Foundation
Deleted:
head/sys/i386/ibcs2/
head/sys/modules/coff/
head/sys/modules/ibcs2/
Modified:
head/sys/modules/Makefile
Modified: head/sys/modules/Makefile
==============================================================================
--- head/sys/modules/Makefile Wed Dec 19 21:57:58 2018 (r342243)
+++ head/sys/modules/Makefile Wed Dec 19 22:02:49 2018 (r342244)
@@ -92,7 +92,6 @@ SUBDIR= \
${_cloudabi32} \
${_cloudabi64} \
${_cmx} \
- ${_coff} \
${_coretemp} \
${_cp} \
${_cpsw} \
@@ -153,7 +152,6 @@ SUBDIR= \
i2c \
${_iavf} \
${_ibcore} \
- ${_ibcs2} \
${_ichwd} \
${_ida} \
if_bridge \
@@ -750,13 +748,11 @@ _apm= apm
.if ${MK_SOURCELESS_UCODE} != "no"
_ce= ce
.endif
-_coff= coff
.if ${MK_SOURCELESS_UCODE} != "no"
_cp= cp
.endif
_glxiic= glxiic
_glxsb= glxsb
-#_ibcs2= ibcs2
_pcfclock= pcfclock
_pst= pst
_sbni= sbni
More information about the svn-src-all
mailing list