From ff8e46f2f35f05828bec1e87ccdf5c208f962e51 Mon Sep 17 00:00:00 2001 From: Michael Brown Date: Tue, 3 May 2005 11:56:33 +0000 Subject: [PATCH] #if 0 out the whole file for now; it cannot be linked because the base memory interface has changed. --- src/arch/i386/drivers/net/undi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/arch/i386/drivers/net/undi.c b/src/arch/i386/drivers/net/undi.c index 6ccfa814e..38edf303b 100644 --- a/src/arch/i386/drivers/net/undi.c +++ b/src/arch/i386/drivers/net/undi.c @@ -26,7 +26,7 @@ $Id$ * your option) any later version. */ -#ifdef PCBIOS +#if 0 /* to get some global routines like printf */ #include "etherboot.h"