Date: Fri, 01 Feb 2002 00:36:36 +0900 From: Takanori Watanabe <takawata@shidahara1.planet.sci.kobe-u.ac.jp> To: arch@freebsd.org Subject: Re: How about removing #ifdef DEV_ISA from autoconf.c Message-ID: <200201311536.AAA31332@shidahara1.planet.sci.kobe-u.ac.jp> In-Reply-To: Your message of "Thu, 31 Jan 2002 06:50:09 %2B1100." <20020131064141.X55787-100000@gamplex.bde.org>
next in thread | previous in thread | raw e-mail | index | archive | help
In message <20020131064141.X55787-100000@gamplex.bde.org>, Bruce Evans さんいわ く: >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. Hmm, I know spl0() is no effect any more, some stubs will need to disable/enable during autoconfiguration. Or should it be in configure_final()? BTW, I update the patch that can be apply for other archtectures. (alpha,ia64,i386) http://people.freebsd.org/~takawata/isadiff http://people.freebsd.org/~takawata/autoconf.h Takanori Watanabe <a href="http://www.planet.sci.kobe-u.ac.jp/~takawata/key.html"> Public Key</a> Key fingerprint = 2C 51 E2 78 2C E1 C5 2D 0F F1 20 A3 11 3A 62 2A 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?200201311536.AAA31332>