summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2018-02-12 06:42:38 +0000
committerWarner Losh <imp@FreeBSD.org>2018-02-12 06:42:38 +0000
commitac28ac4863e4cb2c56a77fa1e27d6c888c75cc86 (patch)
treee28b87b16a552a04aeaec68e4a1dbe5cd9b371dd
parent4f28883dcd009e8200b124aece254643c7d6dd08 (diff)
downloadsrc-test-ac28ac4863e4cb2c56a77fa1e27d6c888c75cc86.tar.gz
src-test-ac28ac4863e4cb2c56a77fa1e27d6c888c75cc86.zip
Add usb.conf to ObsoleteFiles.
Add a note to UPDATING. Fix a missing tab. Relnotes: Yes
Notes
Notes: svn path=/head/; revision=329153
-rw-r--r--ObsoleteFiles.inc2
-rw-r--r--UPDATING5
-rw-r--r--etc/devd/Makefile2
3 files changed, 8 insertions, 1 deletions
diff --git a/ObsoleteFiles.inc b/ObsoleteFiles.inc
index 316270849abe9..254fa755b2c94 100644
--- a/ObsoleteFiles.inc
+++ b/ObsoleteFiles.inc
@@ -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
diff --git a/UPDATING b/UPDATING
index 29e941e9601c1..4e4da15417ba1 100644
--- a/UPDATING
+++ b/UPDATING
@@ -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 imp@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
diff --git a/etc/devd/Makefile b/etc/devd/Makefile
index 8d4f0c1d4cf6a..758ee82d438fc 100644
--- a/etc/devd/Makefile
+++ b/etc/devd/Makefile
@@ -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