From owner-freebsd-stable@FreeBSD.ORG Thu Aug 29 09:15:19 2013 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 1D5F452C; Thu, 29 Aug 2013 09:15:19 +0000 (UTC) (envelope-from kpaasial@gmail.com) Received: from mail-qe0-x22f.google.com (mail-qe0-x22f.google.com [IPv6:2607:f8b0:400d:c02::22f]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id B50F921CB; Thu, 29 Aug 2013 09:15:18 +0000 (UTC) Received: by mail-qe0-f47.google.com with SMTP id b4so71839qen.20 for ; Thu, 29 Aug 2013 02:15:17 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=tA7Htti2OL1zeeRvjcrqUh80iH0lXzTmHQHqCjyxmwc=; b=I5PD/MNrvdzL4zzns3YpmbeGL0S8Aseo39AK9UiO6XpaOnFTdeBTkgMgwJUKphE9UA M12kN1c/4TmsOVwJXokGfWhIZzM0Eic7MO8JqE4MnPDaJs1ZKGvChnFXOCzpBiX/SPfy jLO7kMl6ApzNCfpIENNFA1zdAH7deNPVgmTP2/3qKP8KoY/HuL52ZjOcTtYnNkqGd7fy 6C/Ai3SO7AzRAwDtyCOlNSVK3kP2ZrUagtw1mN13UB31CjvxjzOcLXyg0p/2snXfzcy/ UWmCHf3jqlGewyHhZqrO9xOmY4RsuqC0lJAt66Iy9IEoPmAMUs6Y+0yNBiA1c4s+0xbp pTAg== MIME-Version: 1.0 X-Received: by 10.49.76.98 with SMTP id j2mr2587551qew.41.1377767717789; Thu, 29 Aug 2013 02:15:17 -0700 (PDT) Received: by 10.224.5.195 with HTTP; Thu, 29 Aug 2013 02:15:17 -0700 (PDT) Date: Thu, 29 Aug 2013 12:15:17 +0300 Message-ID: Subject: Why are cardbus drivers cbb(4) and pccard(4) still included in GENERIC? From: Kimmo Paasiala To: FreeBSD current , "freebsd-stable@freebsd.org" , freebsd-hardware@freebsd.org Content-Type: text/plain; charset=UTF-8 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Aug 2013 09:15:19 -0000 In reference to this FreeBSD forums post: http://forums.freebsd.org/showpost.php?p=231135&postcount=4 Would it be a good time to remove those from GENERIC since the hardware they are for is becoming so seriously outdated? There's always an option to load those drivers as modules if needed. -Kimmo