Date: Wed, 01 Nov 2000 05:06:46 -0800 From: Mike Smith <msmith@freebsd.org> To: Paul Richards <paul@freebsd-services.co.uk> Cc: Takanori Watanabe <takawata@FreeBSD.org>, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/acpica acpi.c acpi_isa.c Message-ID: <200011011306.eA1D6k432031@mass.osd.bsdi.com> In-Reply-To: Your message of "Wed, 01 Nov 2000 12:54:37 GMT." <3A00128D.7A77E41@freebsd-services.co.uk>
next in thread | previous in thread | raw e-mail | index | archive | help
> Takanori Watanabe wrote: > > > > takawata 2000/10/31 03:54:10 PST > > > > Modified files: > > sys/dev/acpica acpi.c acpi_isa.c > > Log: > > If acpica driver is loaded using kldload(8), warn and just ignore. > > Why can't this be loaded from userland? There are parts that could be, but the ISA enumerator and root PCI bus discovery code pose some awkward problems; if the ISA enumerator wasn't present at boot time, the PnP BIOS enumerator will have run instead, and you don't want to duplicate everything (which will happen when the nexus is reprobed after the module load). And you don't want to re-discover the root PCI bus(ses) after the ACPI module load either. 8) You also don't want to load ACPI if you have APM running, since they don't really coexist very nicely. -- ... every activity meets with opposition, everyone who acts has his rivals and unfortunately opponents also. But not because people want to be opponents, rather because the tasks and relationships force people to take different points of view. [Dr. Fritz Todt] V I C T O R Y N O T V E N G E A N C E To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200011011306.eA1D6k432031>