Browse Source

#if 0 out the whole file for now; it cannot be linked because the base

 memory interface has changed.
tags/v0.9.3
Michael Brown 19 years ago
parent
commit
ff8e46f2f3
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/arch/i386/drivers/net/undi.c

+ 1
- 1
src/arch/i386/drivers/net/undi.c View File

26
  * your option) any later version.
26
  * your option) any later version.
27
  */
27
  */
28
 
28
 
29
-#ifdef PCBIOS
29
+#if 0
30
 
30
 
31
 /* to get some global routines like printf */
31
 /* to get some global routines like printf */
32
 #include "etherboot.h"
32
 #include "etherboot.h"

Loading…
Cancel
Save