Author: imp Date: Mon Feb 12 06:42:38 2018 New Revision: 329153 URL: https://svnweb.freebsd.org/changeset/base/329153
Log: Add usb.conf to ObsoleteFiles. Add a note to UPDATING. Fix a missing tab. Relnotes: Yes Modified: head/ObsoleteFiles.inc head/UPDATING head/etc/devd/Makefile Modified: head/ObsoleteFiles.inc ============================================================================== --- head/ObsoleteFiles.inc Mon Feb 12 05:55:44 2018 (r329152) +++ head/ObsoleteFiles.inc Mon Feb 12 06:42:38 2018 (r329153) @@ -38,6 +38,8 @@ # xargs -n1 | sort | uniq -d; # done +# 20180211: remove usb.conf +OLD_FILES+=etc/devd/usb.conf # 20180208: remove c_rehash(1) OLD_FILES+=usr/share/openssl/man/man1/c_rehash.1.gz # 20180206: remove gdbtui Modified: head/UPDATING ============================================================================== --- head/UPDATING Mon Feb 12 05:55:44 2018 (r329152) +++ head/UPDATING Mon Feb 12 06:42:38 2018 (r329153) @@ -51,6 +51,11 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 12.x IS SLOW: ****************************** SPECIAL WARNING: ****************************** +20180211: + devmatch functionality has been turned on in devd. It will automatically + load drivers for unattached devices. This may cause unexpected drivers to + be loaded. Please report any problems to current@ and i...@freebsd.org. + 20180114: Clang, llvm, lld, lldb, compiler-rt and libc++ have been upgraded to 6.0.0. Please see the 20141231 entry below for information about Modified: head/etc/devd/Makefile ============================================================================== --- head/etc/devd/Makefile Mon Feb 12 05:55:44 2018 (r329152) +++ head/etc/devd/Makefile Mon Feb 12 06:42:38 2018 (r329153) @@ -12,7 +12,7 @@ FILES+= apple.conf .if ${MK_ACPI} != "no" FILES+= asus.conf .endif -FILES+=devmatch.conf +FILES+= devmatch.conf .if ${MK_HYPERV} != "no" FILES+= hyperv.conf .endif _______________________________________________ svn-src-all@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"