From owner-freebsd-hackers Wed Feb 21 07:56:35 1996 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id HAA10863 for hackers-outgoing; Wed, 21 Feb 1996 07:56:35 -0800 (PST) Received: from xi.dorm.umd.edu (xi.dorm.umd.edu [129.2.152.45]) by freefall.freebsd.org (8.7.3/8.7.3) with ESMTP id HAA10858 for ; Wed, 21 Feb 1996 07:56:32 -0800 (PST) Received: from xi.dorm.umd.edu (localhost [127.0.0.1]) by xi.dorm.umd.edu (8.7.3/8.6.12) with SMTP id KAA14054; Wed, 21 Feb 1996 10:53:46 -0500 (EST) Date: Wed, 21 Feb 1996 10:53:44 -0500 (EST) From: Sujal Patel X-Sender: smpatel@xi.dorm.umd.edu To: Masahiro SEKIGUCHI cc: A JOSEPH KOSHY , hackers@freebsd.org Subject: Re: ISA device irq/mem auto-configuration In-Reply-To: <199602211330.WAA00818@sphinx.sysrap.cs.fujitsu.co.jp> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-hackers@freebsd.org Precedence: bulk On Wed, 21 Feb 1996, Masahiro SEKIGUCHI wrote: > BTW, PC card support for FreeBSD includes some *smart* handling of > those settings. Windows 95, or some other competing operating systems > have similar services for both PC cards and PnP ISA cards. Is anyone > working on smart resource arbitration on FreeBSD for PnP ISA cards? Yes... I'm working it. I have PnP support working, and now I'm working on ways to reliably detect and keep track of the resources that non PnP drivers use (e.g. DRQ, IRQ, IO Port Range, iomem range etc.). I heard some stuff recently from the NetBSD camp about keeping track of iomem & IO port ranges-- I'm gonna try to wait to see what they produce. Sujal