Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 03 Nov 2003 18:24:41 -0500 (EST)
From:      John Baldwin <jhb@FreeBSD.org>
To:        Nate Lawson <nate@root.org>
Cc:        cvs-all@FreeBSD.org
Subject:   Re: cvs commit: src/sys/modules Makefile
Message-ID:  <XFMail.20031103182441.jhb@FreeBSD.org>
In-Reply-To: <20031103144643.W7289@root.org>

next in thread | previous in thread | raw e-mail | index | archive | help

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@FreeBSD.org>  <><  http://www.FreeBSD.org/~jhb/
"Power Users Use the Power to Serve!"  -  http://www.FreeBSD.org/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?XFMail.20031103182441.jhb>