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
 
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
 #include "etherboot.h"
32
 #include "etherboot.h"
29
 #include "nic.h"
33
 #include "nic.h"
30
 #include "ns8390.h"
34
 #include "ns8390.h"
1014
  *  c-basic-offset: 8
1018
  *  c-basic-offset: 8
1015
  * End:
1019
  * End:
1016
  */
1020
  */
1021
+
1022
+
1023
+#endif

Loading…
Cancel
Save