From owner-freebsd-current@FreeBSD.ORG Thu Apr 1 16:21:55 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AF8DA16A4CE; Thu, 1 Apr 2004 16:21:55 -0800 (PST) Received: from harmony.village.org (rover.bsdimp.com [204.144.255.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 507B343D3F; Thu, 1 Apr 2004 16:21:55 -0800 (PST) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.12.10/8.12.9) with ESMTP id i320Lkkj048945; Thu, 1 Apr 2004 17:21:47 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Thu, 01 Apr 2004 17:22:08 -0700 (MST) Message-Id: <20040401.172208.106534802.imp@bsdimp.com> To: julian@elischer.org From: "M. Warner Losh" In-Reply-To: References: <200403241316.25310.jhb@FreeBSD.org> X-Mailer: Mew version 3.3 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: freebsd-current@freebsd.org cc: ttz@cobbled.net Subject: Re: pci cardbus X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 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: Fri, 02 Apr 2004 00:21:55 -0000 In message: Julian Elischer writes: : : : On Wed, 24 Mar 2004, John Baldwin wrote: : : > On Thursday 18 March 2004 05:46 pm, n0g0013 wrote: : > > : cbb0: irq 11 at device \ : > > : 13.0 on pci0 : > > : cardbus0: on cbb0 : > > : pccard0: <16-bit PCCard bus> on cbb0 : > > : > > however, still no evidence of results from either : > : > Note that the cbb driver and NEWCARD don't use pccardc or pccardd. You should : > just be able to insert a card and if it is supported it will just start : > working. : : Of course we do NEED a daemon involved so that it is possible to support : new cards without recompiling the kernel.. : We certainly need to be able to say : "this new card should be treated like that card 'X' that you already : know about" We do *NOT* need a daemon involed to implement that. I have some crude prototypes that do the right thing. A simple ioctl to devctl should be sufficient. Warner