Date: Thu, 31 Jan 2002 06:50:09 +1100 (EST) From: Bruce Evans <bde@zeta.org.au> To: Takanori Watanabe <takawata@shidahara1.planet.sci.kobe-u.ac.jp> Cc: <freebsd-arch@FreeBSD.ORG> Subject: Re: How about removing #ifdef DEV_ISA from autoconf.c Message-ID: <20020131064141.X55787-100000@gamplex.bde.org> In-Reply-To: <200201301732.CAA24465@shidahara1.planet.sci.kobe-u.ac.jp>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020131064141.X55787-100000>