TODO revision 1.1 1 1.1 scw $NetBSD: TODO,v 1.1 2000/12/14 20:30:14 scw Exp $
2 1.1 scw
3 1.1 scw NetBSD/mvme68k's "ToDo" List (In no particular order)
4 1.1 scw ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
5 1.1 scw
6 1.1 scw These are `difficulty' rated on a scale of 1-10, where `1' is easy.
7 1.1 scw
8 1.1 scw
9 1.1 scw 1. Flesh out the "Memory Controller" (memc) driver (3)
10 1.1 scw
11 1.1 scw 2. Enhance the PCC2/MC2 driver to support its "Memory Controller"
12 1.1 scw functionality on older MVME1x2 boards. (2)
13 1.1 scw
14 1.1 scw 3. Support for "Industry Pack" modules (4)
15 1.1 scw (Need to come up with an MI interface for this, since various
16 1.1 scw other non-mvme68k SBCs have IP sites too)
17 1.1 scw
18 1.1 scw 4. Switch over to the MI mk48txx TOD-chip driver (1)
19 1.1 scw (I already have most of this done)
20 1.1 scw
21 1.1 scw 5. Support for the NVRAM part of the above chips (2)
22 1.1 scw (With a userland tool to read/write configuration details?)
23 1.1 scw
24 1.1 scw 6. Related to #5, add code to locore.s to verify the configuration
25 1.1 scw area of NVRAM is kosher (using a checksum) before using any values
26 1.1 scw from it (2)
27 1.1 scw (eg. at this time, bogus Offboard RAM details cause crashes)
28 1.1 scw
29 1.1 scw 7. Support for FLASH memory on MVME1x2 boards (3)
30 1.1 scw (Will probably need a userland tool of some sort)
31 1.1 scw
32 1.1 scw 8. Add support for the in-kernel FP emulator, so we can run on MVME
33 1.1 scw boards with the MC680LCx0 CPU variant (4)
34 1.1 scw (Easy enough to do; slightly harder to test)
35 1.1 scw
36 1.1 scw 9. Add "Bounce Buffers" to the VMEbus slave code (8)
37 1.1 scw
38 1.1 scw 10. Support the MVME boards as a slave in A16 address space (8)
39 1.1 scw (To be useful, this really needs "Bounce Buffer" support)
40 1.1 scw
41 1.1 scw 11. Enhance the MI VMEbus interface to provide generic GCSR access (6)
42 1.1 scw (Speak with Matthais Drochner <drochner (a] netbsd.org> about this one)
43 1.1 scw
44 1.1 scw 12. Enhance the VMEChip/VMEChip2 drivers to support #11 (3)
45 1.1 scw
46 1.1 scw 13. Fix the case where VMEbus RAM is mapped through a translated
47 1.1 scw address space on MVME boards with the VMEChip2 (2)
48 1.1 scw
49 1.1 scw 14. Add/Flesh out evcnt(9) support where useful (1)
50 1.1 scw
51 1.1 scw 15. The siop driver *badly* needs to be bus_space(9)'d, and made MI (5)
52 1.1 scw (Apparently, Manuel Bouyer (bouyer (a] netbsd.org) is working on this)
53 1.1 scw
54 1.1 scw 16. The sbic driver *badly* needs re-written from scratch, and made MI (5)
55 1.1 scw (This will be done when Frank van der Linden <fvdl (a] netbsd.org>
56 1.1 scw imports the PC98 code into the tree; it comes with a very nice
57 1.1 scw wd33c93 driver ;-)
58 1.1 scw
59 1.1 scw 17. Switch the install tools over to sysinst (3)
60 1.1 scw (Should be fairly easy, although sysinst doesn't do `tapes', so
61 1.1 scw there's a bunch of code to write)
62 1.1 scw
63 1.1 scw 18. Use hardware-assisted softints (3)
64 1.1 scw (What to do on MVME1x2 boards with no VMEChip2?)
65 1.1 scw
66 1.1 scw 19. Make the ZS driver *properly* MI (4)
67 1.1 scw (I already have patches for this. Unfortunately, it affects just
68 1.1 scw about every NetBSD architecture...)
69 1.1 scw
70 1.1 scw 20. Implement the MD parts of __HAVE_SYSCALL_INTERN (2)
71