Home | History | Annotate | Line # | Download | only in cobalt
TODO revision 1.4
      1 $NetBSD: TODO,v 1.4 2006/07/18 13:24:39 tsutsui Exp $
      2 
      3 Things yet to do:
      4 
      5 - Update installation note (mention Restore CD?)
      6 - sysinst based installer
      7   (maybe we need non-GPLed newfs_ext2fs(8) first)
      8 - Add kloader(8) support, so that we could load a RAMDISK root install kernel
      9   via network (should be trivial, but needs rethink how to pass bootinfo)
     10 - Parse command line options on bootloader (RB_SINGLE, RB_ASKNAME etc.)
     11 - Configure PCI interrupts properly for boards which have PCI bridges or
     12   multiple functions (i.e. boards which use multiple interrupts)
     13 - Handle more GT64x11 interrupts (PCI timeout etc.)
     14 - Add console support with com(4) at puc(4) so that QUBE2700 could have console
     15 - Add "optional" zs(4) support for QUBE2700
     16 
     17 - Fix TLB miss panic in bus_dmamap_sync(9) with BUS_DMASYNC_PREWRITE
     18   (this may be MI mips issue and workaround is adding options SOSEND_NO_LOAN)
     19