From owner-freebsd-stable@FreeBSD.ORG Fri Aug 30 10:02:12 2013 Return-Path: Delivered-To: freebsd-stable@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 CF1205B3 for ; Fri, 30 Aug 2013 10:02:12 +0000 (UTC) (envelope-from kpaasial@gmail.com) Received: from mail-qc0-x235.google.com (mail-qc0-x235.google.com [IPv6:2607:f8b0:400d:c01::235]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 915812741 for ; Fri, 30 Aug 2013 10:02:12 +0000 (UTC) Received: by mail-qc0-f181.google.com with SMTP id x12so747994qcv.26 for ; Fri, 30 Aug 2013 03:02:11 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=+CSA3B81FosYzGavgnxOuUmAkHrTBQSeDGyRgdSlIt8=; b=DGsllPayndbwV6yKULrpY6MrBTZ2RFc98796Nz7nytdXbQHJi3sYhiUUxrwCgYYu0f hUqQGlOLZ61q8/j9gWlSoxFuRIxB0vw2bHxIZVIb/jyZ9diX3HT2ej6nqP5eeWkCI/o5 gy4k1cggqHS0WdpyOuaJ4aOWbNlXJBLND7rLCbzIxgXfKI/01jsyQ3wCEmi5P8J+BfMT 2TfFRRgjFXrBoycT80HaukeSjR5/8fIaZ2RWbIcU5fpU0berTR9/XdpBOe9vRou1A+ST fGj6ZqHhhoQt5M9TwEkm5GuhTKtBeGmhUzYlv4SvNc/nx2SNdV6YcvlrG+XQgwx43P+q 3erA== MIME-Version: 1.0 X-Received: by 10.224.20.7 with SMTP id d7mr10650819qab.2.1377856931744; Fri, 30 Aug 2013 03:02:11 -0700 (PDT) Received: by 10.224.5.195 with HTTP; Fri, 30 Aug 2013 03:02:11 -0700 (PDT) In-Reply-To: <521FE233.4050102@andyit.com.au> References: <201308291054.02641.jhb@freebsd.org> <521FE233.4050102@andyit.com.au> Date: Fri, 30 Aug 2013 13:02:11 +0300 Message-ID: Subject: Re: Why are cardbus drivers cbb(4) and pccard(4) still included in GENERIC? From: Kimmo Paasiala To: Andy Farkas Content-Type: text/plain; charset=UTF-8 Cc: "freebsd-stable@freebsd.org" 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: Fri, 30 Aug 2013 10:02:12 -0000 On Fri, Aug 30, 2013 at 3:07 AM, Andy Farkas wrote: >> There's still plenty of laptops that would be crippled if these were >> removed. >> > > Indeed: > > dc0: port 0x1000-0x10ff mem > 0x88000000-0x880003ff irq 11 at device 0.0 on cardbus1 > > -andyf > Just to be clear, I'm not suggesting to retire the drivers but to take them out of the GENERIC kernel config and move them to be loaded as modules only. Adrian Chadd undestood perfectly what I was after. -Kimmo