TODO revision 1.5
1Things to do for the bktr driver, in no special order:
2
3o check for a possibility to replace remaining vtophys()
4o clean up whitespace before and after braces ("( " -> "(")
5o clean up bt8xx.h
6o not tested on anything but i386 -- alpha/macppc probably will have
7  some issues.
8o use NetBSD's own i2c-functions
9o look for cause of warning (without consequence, as far as I can
10  tell): 
11  bktr0: ioctl: tsleep error 35 200001c
12o split up contents of bktr directory to better places? (also fix
13  bktr2netbsd in that case)
14o remove #ifdef'd FreeBSD/OpenBSD code (?)
15o replace unsigned long by u_int32_t (and similar for int/short?)
16