mirror of https://github.com/ipxe/ipxe.git
Update warnings in depca.c ns8390.c
parent
13016297ed
commit
8d39559192
|
@ -1,4 +1,4 @@
|
||||||
#warning "depca.c almost certainly won't work."
|
#warning "depca.c: FIXME: fix relocation"
|
||||||
|
|
||||||
#if 0
|
#if 0
|
||||||
/* Not fixed for relocation yet. Probably won't work relocated above 16MB */
|
/* Not fixed for relocation yet. Probably won't work relocated above 16MB */
|
||||||
|
|
|
@ -25,7 +25,7 @@ SMC8416 PIO support added by Andrew Bettison (andrewb@zip.com.au) on 4/3/02
|
||||||
|
|
||||||
**************************************************************************/
|
**************************************************************************/
|
||||||
|
|
||||||
#warning "ns8390.c is a horrendous mess and needs to be tidied up"
|
#warning "ns8390.c: FIXME: split ISA and PCI, clean up"
|
||||||
#if 1
|
#if 1
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue