Browse Source

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

tags/v0.9.3
Michael Brown 19 years ago
parent
commit
d26889cb04
1 changed files with 7 additions and 0 deletions
  1. 7
    0
      src/drivers/net/ns8390.c

+ 7
- 0
src/drivers/net/ns8390.c View File

@@ -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…
Cancel
Save