From a7579fe8f925961e2358fb12d4314206a6a54273 Mon Sep 17 00:00:00 2001 From: Jason Downs Date: Sat, 26 Oct 1996 08:07:27 +0000 Subject: more move changes --- sys/dev/isa/fd.c | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'sys/dev/isa/fd.c') diff --git a/sys/dev/isa/fd.c b/sys/dev/isa/fd.c index a0e57c02c16..4a3bd5f9413 100644 --- a/sys/dev/isa/fd.c +++ b/sys/dev/isa/fd.c @@ -1,4 +1,4 @@ -/* $OpenBSD: fd.c,v 1.24 1996/10/26 06:22:37 downsj Exp $ */ +/* $OpenBSD: fd.c,v 1.25 1996/10/26 08:07:24 downsj Exp $ */ /* $NetBSD: fd.c,v 1.90 1996/05/12 23:12:03 mycroft Exp $ */ /*- @@ -74,7 +74,6 @@ #include #if defined(i386) -#include /* for NVRAM access */ #include #endif @@ -276,6 +275,7 @@ fd_nvtotype(fdc, nvraminfo, drive) char *fdc; int nvraminfo, drive; { +#if defined(i386) int type; type = (drive == 0 ? nvraminfo : nvraminfo << 4) & 0xf0; @@ -298,6 +298,9 @@ fd_nvtotype(fdc, nvraminfo, drive) fdc, drive, type); return NULL; } +#else + return NULL; +#endif } __inline struct fd_type * -- cgit v1.2.3