cvs commit: src/sys/modules Makefile
John Baldwin
jhb at FreeBSD.org
Mon Nov 3 15:25:15 PST 2003
On 03-Nov-2003 Nate Lawson wrote:
> On Mon, 3 Nov 2003, John Baldwin wrote:
>> Modified files:
>> sys/modules Makefile
>> Log:
>> Temporarily disable the acpi(4) module on i386 until issues revolving
>> SMP probing and the MADT table can be sorted out. For now, if you want
>> ACPI, you must compile it into your kernel statically using 'device acpi'.
>>
>> Revision Changes Path
>> 1.353 +0 -1 src/sys/modules/Makefile
>
> Yikes, what help do you need in fixing this?
The todo list looks somethign like:
+ Add ACPI MADT APIC enumerator.
- Use APIC ID's for index in lapics[] array instead of ACPI IDs, ACPI
IDs are not guaranteed to be non-sparse
+ solve ACPI module problem where madt wants APIC symbols :(
(this is gross)
- doesn't work when loaded as a module
- UMA needs to be fixed to not need mp_maxid so early
- other workaround is to fix mp_maxid at MAXCPU
- move cpu_mp_probe() to SI_SUB_CPU (perhaps shuffle SI of other
SMP sysinits as a result)
- update apic enumerators to probe CPUs later
- have apic enumerators hookup to the apic subsystem after SI_SUB_KLD
maybe SI_ORDER_LAST
Where '+' is something that has been implemented, and '-' remains
to be done.
--
John Baldwin <jhb at FreeBSD.org> <>< http://www.FreeBSD.org/~jhb/
"Power Users Use the Power to Serve!" - http://www.FreeBSD.org/
More information about the cvs-src
mailing list