From owner-freebsd-current@FreeBSD.ORG Thu Nov 15 19:50:47 2007 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C944B16A46B for ; Thu, 15 Nov 2007 19:50:47 +0000 (UTC) (envelope-from jfvogel@gmail.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.189]) by mx1.freebsd.org (Postfix) with ESMTP id 5510F13C4C4 for ; Thu, 15 Nov 2007 19:50:47 +0000 (UTC) (envelope-from jfvogel@gmail.com) Received: by nf-out-0910.google.com with SMTP id b2so586848nfb for ; Thu, 15 Nov 2007 11:50:46 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; bh=9WukBoLv6WSh8zWCbghoA2YvvXhumlCFqylv0No6228=; b=Fjr8vOutLiL3eLWadc3JAaJObEpi6Df1piLvxZKz67zRjhTpQmGD7RODPrQUE0zEjkysf/jLV17GiORpLiZZehWtqxxCC+gpAZ5kPiOsDbllAxnHsPIRbCaDzX3u0vpcYnfUm0VU+vAo/Mf74oSLY7lxKePA15OCNg7FCKsjpFw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=iymMbOY5Dn/2yRXaU2/pUH+t3DhX/3E8Fi98UWUyabqH8r9whsWu/1XWJJ4ueL3NqFyfGtKqLYNDkQ0drcsy7LXt/4TKx9nswMNIgpuMAeB3jbIyyLIqtO2QQsmBpXEApbQkp9UOyqN1AoqcHUU844yLT4pxuLr4X9QdaPBUSXg= Received: by 10.86.97.7 with SMTP id u7mr944778fgb.1195156245553; Thu, 15 Nov 2007 11:50:45 -0800 (PST) Received: by 10.86.100.19 with HTTP; Thu, 15 Nov 2007 11:50:45 -0800 (PST) Message-ID: <2a41acea0711151150v411a6b4o9d168cea03e247f5@mail.gmail.com> Date: Thu, 15 Nov 2007 11:50:45 -0800 From: "Jack Vogel" To: "FreeBSD Current" , "FreeBSD Stable List" MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Cc: Subject: New Device IDs X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Nov 2007 19:50:47 -0000 I was curious, is there any organized method to funnel new IDs into the code or is it just willy nilly as a driver owner notices it? I will be having some patches to add IDs from this bringup I've been working on and wondered if there was a 'canonical' way to make this stuff happen? Cheers, Jack