From owner-freebsd-current@FreeBSD.ORG Fri Apr 29 00:27:45 2005 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 B35E816A4CE for ; Fri, 29 Apr 2005 00:27:45 +0000 (GMT) Received: from harmony.village.org (rover.village.org [168.103.84.182]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0BFF843D45 for ; Fri, 29 Apr 2005 00:27:45 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from localhost (localhost.village.org [127.0.0.1]) by harmony.village.org (8.13.3/8.13.1) with ESMTP id j3T0QmoM013279; Thu, 28 Apr 2005 18:26:48 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Thu, 28 Apr 2005 18:26:48 -0600 (MDT) Message-Id: <20050428.182648.74737522.imp@bsdimp.com> To: fierykylin@gmail.com From: Warner Losh In-Reply-To: <87ab37ab05042816056854d803@mail.gmail.com> References: <20050427113418.GD5585@empiric.icir.org> <20050427.224439.91313267.imp@bsdimp.com> <87ab37ab05042816056854d803@mail.gmail.com> 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 Subject: Re: when will pci hotplug in Freebsd 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, 29 Apr 2005 00:27:45 -0000 > have you seen the linux 2.6 way and the open bsd's? Don't confuse Hot Plug interfaces with pci hot plug. The stuff OpenBSD has is basically the same as FreeBSD's devd. FreeBSD does implement a subset of the pci hot=plug stuff, it is called CardBus and works. Have you looked at FreeBSD's devd? Warner