Browse Source

Update warnings in depca.c ns8390.c

tags/v0.9.3
Marty Connor 17 years ago
parent
commit
8d39559192
2 changed files with 2 additions and 2 deletions
  1. 1
    1
      src/drivers/net/depca.c
  2. 1
    1
      src/drivers/net/ns8390.c

+ 1
- 1
src/drivers/net/depca.c View File

@@ -1,4 +1,4 @@
1
-#warning "depca.c almost certainly won't work."
1
+#warning "depca.c: FIXME: fix relocation"
2 2
 
3 3
 #if 0
4 4
 /* Not fixed for relocation yet. Probably won't work relocated above 16MB */

+ 1
- 1
src/drivers/net/ns8390.c View File

@@ -25,7 +25,7 @@ SMC8416 PIO support added by Andrew Bettison (andrewb@zip.com.au) on 4/3/02
25 25
 
26 26
 **************************************************************************/
27 27
 
28
-#warning "ns8390.c is a horrendous mess and needs to be tidied up"
28
+#warning "ns8390.c: FIXME: split ISA and PCI, clean up"
29 29
 #if 1
30 30
 
31 31
 

Loading…
Cancel
Save