From owner-freebsd-hackers Tue Aug 29 3: 2:41 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 4695C37B446 for ; Tue, 29 Aug 2000 03:02:39 -0700 (PDT) Received: by tokyogw.iij.ad.jp; id TAA16245; Tue, 29 Aug 2000 19:02:38 +0900 (JST) Received: from mercury.iij.ad.jp(192.168.4.89) by tokyogw.iij.ad.jp via smap (V4.2) id xma016074; Tue, 29 Aug 00 19:01:42 +0900 Received: from localhost (shigeru@localhost [127.0.0.1]) by mercury.iij.ad.jp (8.9.3/8.9.3) with ESMTP id TAA03628; Tue, 29 Aug 2000 19:01:37 +0900 (JST) To: imp@village.org Cc: hackers@freebsd.org Subject: Re: PCI BIOS In-Reply-To: Your message of "Mon, 28 Aug 2000 15:26:32 -0600" <200008282126.PAA04541@harmony.village.org> References: <200008282126.PAA04541@harmony.village.org> 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: <20000829190137J.shigeru@iij.ad.jp> Date: Tue, 29 Aug 2000 19:01:37 +0900 From: YAMAMOTO Shigeru X-Dispatcher: imput version 991025(IM133) Lines: 18 Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG From: Warner Losh Subject: PCI BIOS Date: Mon, 28 Aug 2000 15:26:32 -0600 > Anybody have a good interface to pcibios for kernel devices to use? I > think I have a need for it with the TI-1225 based pci cardbus bridge > card that I have. I need to be able to assign interrupt numbers (or > at least get them) for the slot. NetBSD has this functionality and we > need it to be a true plug and play OS. Now I'm wrinting a code to use PCI BIOS/MS$PIR. URL:http://www.bremen.or.jp/shigeru/FreeBSD/CardBus/dev.20000628.tar.gz sys/i386/pci/pci_root.c in my code is using pci interrrupt routing table in a PCI BIOS when assigning an IRQ. ------- YAMAMOTO Shigeru To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message