diff options
author | Marty Connor <mdc@etherboot.org> | 2007-07-22 20:56:26 -0400 |
---|---|---|
committer | Marty Connor <mdc@etherboot.org> | 2007-07-22 20:56:26 -0400 |
commit | 4e177aee1797e14a71327e5f195e44f724281bc5 (patch) | |
tree | 439b11af84d9b4ff5010ec1db0eebaad444113fe | |
parent | 767a3cef7732e0b89a8a98387bcbfb3ce033b679 (diff) | |
download | ipxe-4e177aee1797e14a71327e5f195e44f724281bc5.tar.gz |
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.
-rw-r--r-- | src/drivers/net/depca.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 */ |