[BACK]Return to MP-TODO CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / sys / arch / i386

Annotation of src/sys/arch/i386/MP-TODO, Revision 1.1.2.1

1.1.2.1 ! sommerfe    1: TODO list for MP branch (incomplete):
        !             2:
        !             3: showstoppers for merge back to -current:
        !             4:
        !             5:  - rewrite interrupt dispatch so that multi-level shared interrupts
        !             6: are no longer broken.
        !             7:
        !             8:  - Figure out why things are broken on !MULTIPROCESSOR
        !             9:
        !            10:  - Sort out cpu feature probes [runs on new cpu], identify_cpu() [runs
        !            11: on BSP] and cpu initialization [runs on new cpu]; finish banishing
        !            12: most global variables containing cpu configuration information.
        !            13:
        !            14:  - careful code review of all diffs from -current
        !            15:
        !            16: "would be nice":
        !            17:
        !            18:  - try out mpbios+ioapic w/o MULTIPROCESSOR
        !            19:
        !            20:  - implement MI softint API
        !            21:
        !            22:  - figure out why cpu time accounting screws up bigtime:
        !            23:
        !            24: > ld -Ttext c0100000 -e start -X -o netbsd ${SYSTEM_OBJ} vers.o
        !            25: > text    data    bss     dec     hex     filename
        !            26: > 3839853 369428  322400  4531681 4525e1  netbsd
        !            27: > -1787494046.7u 681459032.2s 7:26.71 2421928.1% 0+0k 17+11379io 99pf+0w
        !            28:

CVSweb <webmaster@jp.NetBSD.org>