
 - option to generate XTAL1 clock for target device while programming,
   as in FBPRG / AVREAL / AVR3 / modified ByteBlaster
 - support for the new STK500 starter kit (need to get the serial comm
   protocol spec from Atmel, or reverse-engineer it if it's under NDA)
 - new firmware for the old MCU00100 board (upgrade 1200 -> 2313), ideally
   make that work with uisp, as well as avrprog.exe from AVR Studio 3.2
   (see http://avr.jpk.co.nz/pavr/pavr.html)
 - how to talk to these new USB programmers Kanda is advertising now?
 - better documentation
 - clean rewrite in C ;)
   (for parallel port interfaces only, maybe port the program already
   available at http://www.bsdhome.com/avrprog/ from FreeBSD to Linux
   and extend it to support all these different cables?)
   or at least, some better way to add all these parallel interfaces
   invented by various people, with different pin assignments.
 - (not me) port uisp to Win9x/NT4/2000: the hard part seems to be the
   parallel port access, Atmel/Kanda AVR ISP didn't work on NT4 at all
   last time I checked (2.7 beta), but PonyProg works - check how they
   managed to do the impossible :)
 - better portability (no longer Linux-only), add autoconf/automake?

