From owner-freebsd-current@FreeBSD.ORG Thu Apr 1 16:23:41 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 881CE16A4CE; Thu, 1 Apr 2004 16:23:41 -0800 (PST) Received: from harmony.village.org (rover.bsdimp.com [204.144.255.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 15B2043D1D; Thu, 1 Apr 2004 16:23:41 -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 i320Nakj048958; Thu, 1 Apr 2004 17:23:37 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Thu, 01 Apr 2004 17:23:59 -0700 (MST) Message-Id: <20040401.172359.22439329.imp@bsdimp.com> To: jhb@freebsd.org From: "M. Warner Losh" In-Reply-To: <200403241615.51298.jhb@FreeBSD.org> References: <200403241615.51298.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: julian@elischer.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:23:41 -0000 In message: <200403241615.51298.jhb@FreeBSD.org> John Baldwin writes: : On Wednesday 24 March 2004 03:31 pm, Julian Elischer wrote: : > 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" : : That is something that devd is supposed to handle, though the kernel doesn't : have support for that sort of thing yet. pccardd is dead however and only : for OLDCARD. No. devd does not handle it. Nor shall it. devd will handle dispatching events that can be used to load devices, but another mechanism is necessary to cope. I'm trying to do it in a bus independent manner, but it may wind up being bus specific. Warner