From 4e177aee1797e14a71327e5f195e44f724281bc5 Mon Sep 17 00:00:00 2001 From: Marty Connor Date: Sun, 22 Jul 2007 20:56:26 -0400 Subject: [PATCH] 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. --- src/drivers/net/depca.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/drivers/net/depca.c b/src/drivers/net/depca.c index c079c463..2e788267 100644 --- a/src/drivers/net/depca.c +++ b/src/drivers/net/depca.c @@ -1,4 +1,4 @@ -#warning "depca.c: FIXME: fix relocation" +/* #warning "depca.c: FIXME: fix relocation" */ #if 0 /* Not fixed for relocation yet. Probably won't work relocated above 16MB */