From owner-svn-src-all@freebsd.org Mon Feb 12 03:54:19 2018 Return-Path: Delivered-To: svn-src-all@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 EC1FDF12E7A; Mon, 12 Feb 2018 03:54:18 +0000 (UTC) (envelope-from cse.cem@gmail.com) Received: from mail-io0-f182.google.com (mail-io0-f182.google.com [209.85.223.182]) (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 844717B9FE; Mon, 12 Feb 2018 03:54:18 +0000 (UTC) (envelope-from cse.cem@gmail.com) Received: by mail-io0-f182.google.com with SMTP id e7so1633074ioj.1; Sun, 11 Feb 2018 19:54:18 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:reply-to:in-reply-to:references :from:date:message-id:subject:to:cc; bh=VEQQfofDdLot5A6N6ginA5eA3vFPgV0KyLjoxSuBn6s=; b=ZyLULkDe1gmeqmxZo/F8eZhnicJefIhIvZalmmQfmGpvw0l5mxNdtmWV2joEIirsx7 fXyWpouw2o4d+V0UXkxqUtYR2ZChKm6bqwLE5fIk3+utHA2yb0/Q/ZFt/r7nwZHa7SVC 8S2ObYimeqIzFXSY/QGcJ8+AlLqTOY4u5i9jaziF7X+CZ2YqQ7bNnZyB2A6bMeqAUX24 +ZnQCeUEDAcCC3r9aBnUFlcFT44pPZAiDybiW9KlhRpAhftJXnf5j8CmcowlQyIvSevn rINhDWMpiF4XeNXXQlnZ1jNwUH1snce1ER7xgchXCrKbyg7vJsztdSLUTrU5MtgQdquc HMrw== X-Gm-Message-State: APf1xPDAQKIDwqsSiH9b7uj7+/EdJbugaCcFXbkvR7OPyyGjKap+MMiE 7+YEnXy8ditvyG3VbqspUziZMBfG X-Google-Smtp-Source: AH8x226EMKz2hw3+SiAPiVJ2P79MBay1ZCruAhVM76jvodeGNrqCoamLlHWQIwrQXz/LVTJ3C1JpFA== X-Received: by 10.107.13.143 with SMTP id 137mr11474006ion.265.1518407652255; Sun, 11 Feb 2018 19:54:12 -0800 (PST) Received: from mail-it0-f43.google.com (mail-it0-f43.google.com. [209.85.214.43]) by smtp.gmail.com with ESMTPSA id b41sm9313059iod.30.2018.02.11.19.54.11 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sun, 11 Feb 2018 19:54:11 -0800 (PST) Received: by mail-it0-f43.google.com with SMTP id i144so5123648ita.3; Sun, 11 Feb 2018 19:54:11 -0800 (PST) X-Received: by 10.36.21.131 with SMTP id 125mr438813itq.71.1518407651237; Sun, 11 Feb 2018 19:54:11 -0800 (PST) MIME-Version: 1.0 Reply-To: cem@freebsd.org Received: by 10.2.30.149 with HTTP; Sun, 11 Feb 2018 19:54:10 -0800 (PST) In-Reply-To: References: <1518374549.32585.238.camel@freebsd.org> <201802112346.w1BNkPXc041510@pdx.rh.CN85.dnsmgr.net> From: Conrad Meyer Date: Sun, 11 Feb 2018 19:54:10 -0800 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: svn commit: r329126 - head/etc/devd To: Warner Losh Cc: src-committers , svn-src-all@freebsd.org, svn-src-head@freebsd.org Content-Type: text/plain; charset="UTF-8" X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Feb 2018 03:54:19 -0000 On Sun, Feb 11, 2018 at 6:58 PM, Warner Losh wrote: > No, it's another reason why generated devd files are wrong in the face of > devmatch. Devmatch is both vaporware and orthogonal to the placement of pre-devmatch static system databases. I'm on board with the glorious devmatch-autoloads-usb-devices future. But someone has to actually write the logic that incorporates it with devd and remove these databases before it matters.