Date: Mon, 12 Feb 2018 10:43:53 -0800 From: John Baldwin <jhb@freebsd.org> To: Warner Losh <imp@freebsd.org> Cc: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: Re: svn commit: r329148 - head/etc/devd Message-ID: <1851723.CDKeKmhBc8@ralph.baldwin.cx> In-Reply-To: <201802120445.w1C4jQBL081885@repo.freebsd.org> References: <201802120445.w1C4jQBL081885@repo.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Monday, February 12, 2018 04:45:26 AM Warner Losh wrote: > Author: imp > Date: Mon Feb 12 04:45:26 2018 > New Revision: 329148 > URL: https://svnweb.freebsd.org/changeset/base/329148 > > Log: > Switch to using devmatch to autoload drivers. Remove usb.conf > as obsolete because devmatch gets its information from the same > place as the genration scripts. > > Added: > head/etc/devd/devmatch.conf (contents, props changed) > Deleted: > head/etc/devd/usb.conf This is a bigger hammer. The old approach only loaded the specific driver for the device plugged in. This might load other drivers as well which users might find surprising. -- John Baldwin
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1851723.CDKeKmhBc8>