xref: /netbsd/sys/dev/pci/bktr/TODO (revision bf9ec67e)
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:
10  bktr0: ioctl: tsleep error 35 200001c
11  See mail by Stuart Sharpe <stu@drazi.demon.co.uk>
12  on Wed, 4 Oct 2000 21:50:11 +0100 (BST) on current-users,
13  Message-Id: <200010042050.e94KoEg00353@drazi.demon.co.uk>
14o split up contents of bktr directory to better places? (also fix
15  bktr2netbsd in that case)
16o remove #ifdef'd FreeBSD/OpenBSD code (?)
17o replace unsigned long by u_int32_t (and similar for int/short?)
18