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