Date: Sun, 11 Feb 2018 22:11:31 -0700 From: Warner Losh <imp@bsdimp.com> To: "Rodney W. Grimes" <rgrimes@freebsd.org> Cc: Warner Losh <imp@freebsd.org>, src-committers <src-committers@freebsd.org>, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: Re: svn commit: r329148 - head/etc/devd Message-ID: <CANCZdfqEu54YK_JZ4xaqbNpGiEdABLxkuDdn9NOarU5p%2BZhSwA@mail.gmail.com> In-Reply-To: <201802120508.w1C58Nj1042383@pdx.rh.CN85.dnsmgr.net> References: <201802120445.w1C4jQBL081885@repo.freebsd.org> <201802120508.w1C58Nj1042383@pdx.rh.CN85.dnsmgr.net>
next in thread | previous in thread | raw e-mail | index | archive | help
On Feb 11, 2018 10:08 PM, "Rodney W. Grimes" <freebsd@pdx.rh.cn85.dnsmgr.net> 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 I know you did this in a hurry and as you said while angry, perhaps take a day and step back? I think this was rather hap hazzard, and now devmatch is stucking files in devd that is to be obsoleted, is this really how we want this nice clean solution to start its new life? No time like the present. > Added: head/etc/devd/devmatch.conf Shouldnt this gone to head/etc/devmatch? No. Warner > ============================================================ ================== > --- /dev/null 00:00:00 1970 (empty, because file is newly added) > +++ head/etc/devd/devmatch.conf Mon Feb 12 04:45:26 2018 (r329148) > @@ -0,0 +1,13 @@ > +# > +# $FreeBSD$ > +# > + > +# > +# Example devd configuration file for automatically > +# loading what modules we can based on nomatch > +# events. > +# > +# Generic NOMATCH event > +nomatch 100 { > + action "service devmatch onestart" > +}; > > -- Rod Grimes rgrimes@freebsd.org
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CANCZdfqEu54YK_JZ4xaqbNpGiEdABLxkuDdn9NOarU5p%2BZhSwA>