Remove some.

This commit is contained in:
wiz 2003-03-12 00:24:41 +00:00
parent b413b8eb87
commit 5feeffaf69
1 changed files with 1 additions and 4 deletions

View File

@ -1,10 +1,8 @@
Things to do for the bktr driver, in no special order:
o check for a possibility to replace remaining vtophys()
o clean up whitespace before and after braces ("( " -> "(")
o clean up bt8xx.h
o not tested on anything but i386 -- alpha/macppc probably will have
some issues.
o does it work on alpha?
o use NetBSD's own i2c-functions
o look for cause of warning:
bktr0: ioctl: tsleep error 35 200001c
@ -13,5 +11,4 @@ o look for cause of warning:
Message-Id: <200010042050.e94KoEg00353@drazi.demon.co.uk>
o split up contents of bktr directory to better places? (also fix
bktr2netbsd in that case)
o remove #ifdef'd FreeBSD/OpenBSD code (?)
o replace unsigned long by u_int32_t (and similar for int/short?)