Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/dev/pci/bktr Remove some.



details:   https://anonhg.NetBSD.org/src/rev/452b2681eb65
branches:  trunk
changeset: 544116:452b2681eb65
user:      wiz <wiz%NetBSD.org@localhost>
date:      Wed Mar 12 00:24:41 2003 +0000

description:
Remove some.

diffstat:

 sys/dev/pci/bktr/TODO |  5 +----
 1 files changed, 1 insertions(+), 4 deletions(-)

diffs (21 lines):

diff -r 66d08f3da646 -r 452b2681eb65 sys/dev/pci/bktr/TODO
--- a/sys/dev/pci/bktr/TODO     Wed Mar 12 00:23:39 2003 +0000
+++ b/sys/dev/pci/bktr/TODO     Wed Mar 12 00:24:41 2003 +0000
@@ -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 @@
   Message-Id: <200010042050.e94KoEg00353%drazi.demon.co.uk@localhost>
 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?)



Home | Main Index | Thread Index | Old Index