1$NetBSD: TODO,v 1.3 2005/11/11 23:45:55 simonb Exp $ 2 3NetBSD/sbmips to-do list 4 5 6REALLY REALLY SHOULD ("MUST") BE DONE BEFORE INTEGRATION INTO NetBSD: 7 8 * pass1 workarounds code should be removed (i.e. not put into 9 public libc). 10 11 NOTE- no pass1 workarounds are in libc or the toolchain. 12 Remove the pass1 workarounds in the kernel at some future stage? 13 14 15SHOULD BE DONE BEFORE INTEGRATION INTO NetBSD: 16 17 * clean as many changes off of 'stand' as possible. the files 18 in there were the most part derived from other ports (alpha 19 and followers of that style of boot block). 20 21General features needed: 22 23 * SMP 24 25 * bus.h support. 26 27 * pci/ldt support (requires bus.h support). 28 29 * ide on generic bus (requires bus.h support). 30 31 * generic smbus support. currently the 'generic' sibyte 32 code in arch/mips/sibyte knows board-specific information, 33 and is not very clean. 34 35 * board-level configuration details. 36 37 * swarm LEDs. 38 39 * MAC vs. fifo 40 41 * sync serial vs. duart. 42 43 * fifo driver. 44 45 * sync serial driver. 46 47Cleanups / Improvements: 48 49 * sb-1 cache error handler. 50 51 * clean up ethernet driver & tune. 52 53 * interrupt handling/routing. 54 55 * systemsw bits should be made more generic. possibly apply to 56 mips. 57 58 * sbscn should be made split into a driver per channel, w/ 59 the features for which that's not possible in pass1 disabled. 60