From owner-freebsd-hackers Thu Aug 31 3:51:48 2000 Delivered-To: freebsd-hackers@freebsd.org Received: from tokyogw.iij.ad.jp (tokyogw.iij.ad.jp [202.232.15.22]) by hub.freebsd.org (Postfix) with ESMTP id C2A7E37B449; Thu, 31 Aug 2000 03:51:41 -0700 (PDT) Received: by tokyogw.iij.ad.jp; id TAA07769; Thu, 31 Aug 2000 19:51:40 +0900 (JST) Received: from mercury.iij.ad.jp(192.168.4.89) by tokyogw.iij.ad.jp via smap (V4.2) id xma007557; Thu, 31 Aug 00 19:51:03 +0900 Received: from localhost (shigeru@localhost [127.0.0.1]) by mercury.iij.ad.jp (8.9.3/8.9.3) with ESMTP id TAA06735; Thu, 31 Aug 2000 19:51:02 +0900 (JST) To: msmith@freebsd.org Cc: imp@village.org, hackers@freebsd.org Subject: Re: PCI BIOS In-Reply-To: Your message of "Wed, 30 Aug 2000 18:25:16 -0700" <200008310125.SAA06154@mass.osd.bsdi.com> References: <200008310125.SAA06154@mass.osd.bsdi.com> X-Mailer: Mew version 1.93b38 on XEmacs 21.2 (Shinjuku) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-Id: <20000831195102V.shigeru@iij.ad.jp> Date: Thu, 31 Aug 2000 19:51:02 +0900 From: YAMAMOTO Shigeru X-Dispatcher: imput version 991025(IM133) Lines: 26 Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG From: Mike Smith Subject: Re: PCI BIOS Date: Wed, 30 Aug 2000 18:25:16 -0700 > Just to note that I've been looking at this code a bit, and at least the > PCI bus interface/implementation is really nice. It could do with a > little cleaning up, but this would give us the ability to assign PCI > resources on the fly (can you say "hot-plug PCI"?). > > Do you plan to continue with this work? Could you write a few words > describing what the goal of this particular development tree is? Yes. I'm wrinting a code now. My first goal is to support dynamic assignment of PCI interrupt. It is required to support CardBus. Final goal is to support CompactPCI. A CompactPCI device is dinamically inserted/removed like a PC Card. I think we need to assign PCI resource(interrupt, bus number, etc...) on the fly to support a CompactPCI and other Hot-plug PCI devices. #Maybe, Docking Station is a Hot-plug device. ------- YAMAMOTO Shigeru To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message