On Tue, 27 Apr 1999, Warner Losh wrote: > In message <[email protected]> > Doug Rabson writes: > : I have the ACPI spec and I'm starting to get to grips with it. Initially, > : I will be trying to use the static device configuration tables but power > : management, docking and all that other good stuff should come eventually. > > One problem that I've had in trying to use the acpi spec to implement > something is that the acpi tables on my laptop get overwritten early > in the boot process on my Vaio. The driver would have to copy the > tables. > > By "early" I mean before the login prompt.
I had a problem with that. I had to tweak machdep.c to believe the bios version of extmem so that the ACPI area wasn't overwritten. -- Doug Rabson Mail: [email protected] Nonlinear Systems Ltd. Phone: +44 181 442 9037 To Unsubscribe: send mail to [email protected] with "unsubscribe freebsd-current" in the body of the message
