Browse Source

Change #warning to FIXME for depca

This ancient ISA driver should probably be removed.
It is hard to get a card to test it with, and there
are comments to the effect that it cannot work with
relocation.  I would be quite interested to get a
bug report by someone who actually has this card.
tags/v0.9.3
Marty Connor 17 years ago
parent
commit
4e177aee17
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/drivers/net/depca.c

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

@@ -1,4 +1,4 @@
1
-#warning "depca.c: FIXME: fix relocation"
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 */

Loading…
Cancel
Save