From 65910335d56bc909fdad6aad80516a66f8bdf07a Mon Sep 17 00:00:00 2001 From: soda Date: Sun, 23 Jan 2000 20:08:00 +0000 Subject: [PATCH] Moved to /cvsroot/syssrc/sys/arch/arc/TODO,v --- sys/arch/pica/TODO | 37 ------------------------------------- 1 file changed, 37 deletions(-) delete mode 100644 sys/arch/pica/TODO diff --git a/sys/arch/pica/TODO b/sys/arch/pica/TODO deleted file mode 100644 index 7be0b36278a4..000000000000 --- a/sys/arch/pica/TODO +++ /dev/null @@ -1,37 +0,0 @@ -$NetBSD: TODO,v 1.2 1996/07/16 23:24:02 thorpej Exp $ - -To do list (not in any particular order). - - o Improve pmap_zero_page and pmap_copy_page. Speed and flushing. - - o Move the RO and WIRED attribute from the pte to the pv table. - This saves four instructions in the tlb miss handler. -InWork: Have a test version. The system hangs after a while. Not solved yet. - Also, is it worth the effort to remove 4 instr. in TLB-miss handler? - - o Update MAKEDEV to create all devices correctly. - - o Boot. Standalone boot program instead of booting the kernel directly? - - o Create boot package for distribution. - - o sigsetjmp/siglongjmp missing.... - - o Add more videomodes to pccons driver. 50kHz and 64kHz monitors? -InWork: This seems to be hard. Need more info on the chip. - - o Find out why bitmap load to S3-928 flashes screen. -Know why (enable linear mode). Need S3 info. - - o Would be nice to have Motif... - - o ELF shared libraries...... - - o GDB. The current one does not work correctly with current toolchain. - - o ISA driver. ISA dma, interrupt etc. - - o Can we have 32 double registers? - - -Lots of other things.....