From owner-svn-src-head@freebsd.org Mon Feb 12 19:13:07 2018 Return-Path: Delivered-To: svn-src-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 927AEF13E14; Mon, 12 Feb 2018 19:13:07 +0000 (UTC) (envelope-from garga.bsd@gmail.com) Received: from mail-qt0-x230.google.com (mail-qt0-x230.google.com [IPv6:2607:f8b0:400d:c0d::230]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 294FE68321; Mon, 12 Feb 2018 19:13:07 +0000 (UTC) (envelope-from garga.bsd@gmail.com) Received: by mail-qt0-x230.google.com with SMTP id f18so827413qth.11; Mon, 12 Feb 2018 11:13:07 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=subject:to:references:from:message-id:date:user-agent:mime-version :in-reply-to:content-language:content-transfer-encoding; bh=Az+XFPQpcVk/nZ3WuhWxfNgH79FPVsy0K+zC/SJVwsI=; b=p+joBmF8agjOOzP2/AgKrC8JFGnDiL5xjYTCQ83gjJezH/kQmu+W4kx0tMI08LLTbh KTamGWy8Y0xlMcv9W/YMourWuw9WuB1h4DVeLSbuEHnJjXC317lF/WOEnYjbphG4hXa5 KMrqLoZQbGXY4vdDRN1yX9zzwT1E2o3KneMUpYMMxTznt/i+Uh4jzoJ0SxSA26kfJWuT he1Rx/BeCUCcUDDYIM43Tf14Q1W0ygL8v7qTD8LxtD9moGauYDpcuejc34XL2AghU1J6 7Q18nWc/esgC+eyBa6+g2/pgRRJZVgNTk/OsvCX1nS/RkWuO2wVJueBrqkCxbmEprojS XxkA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:subject:to:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-language :content-transfer-encoding; bh=Az+XFPQpcVk/nZ3WuhWxfNgH79FPVsy0K+zC/SJVwsI=; b=OKRUSZZnH4fncY0HhiQOf70BBnTVPBoTE87onfVjY39832ilDBhcFeKkh4Lhhlk+FU P0q5pVkL5JdfCEEaSZh8gh90yfDab3QPU834ZsJnTPxXzAjBwv8WciytOIq/lGFqnD9y lToNJFtWsjlsGk9RMK4+uddTbLI6fzK1KP4+VW1r2tEoIXZrrIUn5AwfpzIQOrxxPYOc jLXUhyrFNHQgeEdaqT/9FBioooP8r8ok7hfm/FaBdndDNnagaORHL3c3GT8innT24NaS D+RRyX9nMt02cVtWGkpZNejy9LZCCEvXllH7SSqAPcNPlIjxeQHH/Gmd0yt1mCEibAue cumg== X-Gm-Message-State: APf1xPAVEAoeq6oOAl4YnfXWyC341n3GaVHIaT7RmRmCKvukvRPy1xig ZQPkckWIxkCorncJ8SIaD0QX8CvQ X-Google-Smtp-Source: AH8x22618dB9rfauYHOWSic1GcFyKOjnYFgRGI0n4QJ272Ees9hy7vTutlTo3YgJGL+Klk8HSJAf5g== X-Received: by 10.200.80.67 with SMTP id h3mr727091qtm.211.1518462786496; Mon, 12 Feb 2018 11:13:06 -0800 (PST) Received: from mbp.home ([177.53.86.172]) by smtp.gmail.com with ESMTPSA id e46sm6865757qte.9.2018.02.12.11.13.04 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 12 Feb 2018 11:13:05 -0800 (PST) Subject: Re: svn commit: r329148 - head/etc/devd To: Warner Losh , src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org References: <201802120445.w1C4jQBL081885@repo.freebsd.org> From: Renato Botelho Message-ID: <1f2b78cb-c27b-6b3b-0ee7-130de756bbb7@gmail.com> Date: Mon, 12 Feb 2018 17:13:01 -0200 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.13; rv:52.0) Gecko/20100101 Thunderbird/52.6.0 MIME-Version: 1.0 In-Reply-To: <201802120445.w1C4jQBL081885@repo.freebsd.org> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Feb 2018 19:13:07 -0000 On 12/02/18 02:45, 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 > > Added: head/etc/devd/devmatch.conf > ============================================================================== > --- /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" Config syntax is broken. It's missing ; in the end of above line -- Renato Botelho