Home | History | Annotate | Line # | Download | only in bktr
TODO revision 1.6
      1 Things to do for the bktr driver, in no special order:
      2 
      3 o check for a possibility to replace remaining vtophys()
      4 o clean up whitespace before and after braces ("( " -> "(")
      5 o clean up bt8xx.h
      6 o not tested on anything but i386 -- alpha/macppc probably will have
      7   some issues.
      8 o use NetBSD's own i2c-functions
      9 o look for cause of warning:
     10   bktr0: ioctl: tsleep error 35 200001c
     11   See mail by Stuart Sharpe <stu (a] drazi.demon.co.uk>
     12   on Wed, 4 Oct 2000 21:50:11 +0100 (BST) on current-users,
     13   Message-Id: <200010042050.e94KoEg00353 (a] drazi.demon.co.uk>
     14 o split up contents of bktr directory to better places? (also fix
     15   bktr2netbsd in that case)
     16 o remove #ifdef'd FreeBSD/OpenBSD code (?)
     17 o replace unsigned long by u_int32_t (and similar for int/short?)
     18