From owner-freebsd-arch Wed Jan 30 11:49:14 2002 Delivered-To: freebsd-arch@freebsd.org Received: from mailman.zeta.org.au (mailman.zeta.org.au [203.26.10.16]) by hub.freebsd.org (Postfix) with ESMTP id C730637B405 for ; Wed, 30 Jan 2002 11:48:42 -0800 (PST) Received: from bde.zeta.org.au (bde.zeta.org.au [203.2.228.102]) by mailman.zeta.org.au (8.9.3/8.8.7) with ESMTP id GAA01858; Thu, 31 Jan 2002 06:48:33 +1100 Date: Thu, 31 Jan 2002 06:50:09 +1100 (EST) From: Bruce Evans X-X-Sender: To: Takanori Watanabe Cc: Subject: Re: How about removing #ifdef DEV_ISA from autoconf.c In-Reply-To: <200201301732.CAA24465@shidahara1.planet.sci.kobe-u.ac.jp> Message-ID: <20020131064141.X55787-100000@gamplex.bde.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-arch@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Thu, 31 Jan 2002, Takanori Watanabe wrote: > Hi, I have a patch to be reviewed. > This removes #ifdef DEV_ISA from sys/i386/autoconf.c and > allows to intercept before and after isa_prove_children() executed. > This will enable us statisize isa_probe_children, though what I want to do > is to execute isa_probe_children-like routine in acpi module > after isa_probe_children is exeuted. > > This patch contains patch to i386/i386/autoconf.h and isa/isa_common.c and > new sys/autoconf.h file. > > How do you think about it? The complications to get interrupts enabled at the correct time aren't needed in -current since spl0() has no effect. Interrupts are enabled at incorrect times earlier :-). I guess masking in the ICU prevents serious problems. Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-arch" in the body of the message