From owner-freebsd-current@FreeBSD.ORG Thu Aug 29 16:14:27 2013 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id A5BCB535; Thu, 29 Aug 2013 16:14:27 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: from mail-qa0-x235.google.com (mail-qa0-x235.google.com [IPv6:2607:f8b0:400d:c00::235]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 1CE0624EE; Thu, 29 Aug 2013 16:14:27 +0000 (UTC) Received: by mail-qa0-f53.google.com with SMTP id i13so539102qae.19 for ; Thu, 29 Aug 2013 09:14:26 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=L755AofcUINNwdxYuM3P7OrUWkb8ecn/CWRKz+7P1eE=; b=OJ3CWTjDph/7o+XBsfMQcRKP+IGXAtQnAjUJVliKhbcKINrg7YfiHNDVqtxBHrv08e WGDSorj6bHKR7orVQFsDQj3KRebbZkEP4oklWBwN37DWar+gQfQmUF1vXTFqji5CTbki zdFS1tinuc+1aGlxmRDmhZO98aiQ0C7NwfDizeA5S8Qpy7IaX7wrdxV8tzZMtI57CzoQ doQFT3PTrNExvsgM/gQ5xLyIE5QYStkwLbpW9euYsghuVjWSoomWA+ghQd+m+U2pS02z O14yX+VrxVvAxk8JV2QsSN6ubDhULh7QLuXwmbPpKZBRNHRubZnRa+Xin8IffGhJ+8jw 9XbQ== MIME-Version: 1.0 X-Received: by 10.49.127.179 with SMTP id nh19mr4916627qeb.1.1377792866287; Thu, 29 Aug 2013 09:14:26 -0700 (PDT) Sender: adrian.chadd@gmail.com Received: by 10.224.128.70 with HTTP; Thu, 29 Aug 2013 09:14:26 -0700 (PDT) In-Reply-To: References: <201308291054.02641.jhb@freebsd.org> Date: Thu, 29 Aug 2013 09:14:26 -0700 X-Google-Sender-Auth: 2jwJQpWQp_0eUlmzVO7urAFul0o Message-ID: Subject: Re: Why are cardbus drivers cbb(4) and pccard(4) still included in GENERIC? From: Adrian Chadd To: Warner Losh Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: "freebsd-stable@freebsd.org" , Kimmo Paasiala , freebsd-current , freebsd-hardware@freebsd.org, Warner Losh X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.14 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, 29 Aug 2013 16:14:27 -0000 .. after tinkering in the USB world, i wonder what's wrong with this: * created a basic markup / description language to encapsulate what PCI/USB probing requires; * generated both config files _and_ .c / .h files for drivers to include; * have the kernel build process do .device_description -> .c/.h (for compiling) ; devd.conf (for runtime loading); an elf section if you'd like; and loader-mumble.conf (for loader autoloading.) -adrian