TODO revision 1.2 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 replace vm_offset_t (still any left?)
7 o not tested on anything but i386 -- alpha/macppc probably will have
8 some issues.
9 o use NetBSD's own i2c-functions
10 o look for cause of warning (without consequence, as far as I can
11 tell):
12 bktr0: ioctl: tsleep error 35 200001c
13 o split up contents of bktr directory to better places? (also fix
14 bktr2netbsd in that case)
15 o use NetBSD PCI listings for recognition of cards.
16 o write man page
17 o remove #ifdef'd FreeBSD/OpenBSD code (?)
18 o replace unsigned long by u_int32_t (and similar for int/short?)
19