浏览代码

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

tags/v0.9.3
Michael Brown 20 年前
父节点
当前提交
d26889cb04
共有 1 个文件被更改,包括 7 次插入0 次删除
  1. 7
    0
      src/drivers/net/ns8390.c

+ 7
- 0
src/drivers/net/ns8390.c 查看文件

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

正在加载...
取消
保存