Explorar el Código

Don't even try to compile until the code is tidied up.

tags/v0.9.3
Michael Brown hace 19 años
padre
commit
d26889cb04
Se han modificado 1 ficheros con 7 adiciones y 0 borrados
  1. 7
    0
      src/drivers/net/ns8390.c

+ 7
- 0
src/drivers/net/ns8390.c Ver fichero

@@ -25,6 +25,10 @@ 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"
29
+#if 0
30
+
31
+
28 32
 #include "etherboot.h"
29 33
 #include "nic.h"
30 34
 #include "ns8390.h"
@@ -1014,3 +1018,6 @@ BOOT_DRIVER ( "NE2000/PCI", nepci_probe );
1014 1018
  *  c-basic-offset: 8
1015 1019
  * End:
1016 1020
  */
1021
+
1022
+
1023
+#endif

Loading…
Cancelar
Guardar