From 921b8ba089033a6190b375bd248c4068c782f491 Mon Sep 17 00:00:00 2001 From: he Date: Tue, 16 Mar 2010 12:53:17 +0000 Subject: [PATCH] Allow this driver to build for ofppc as well. --- sys/dev/isa/fd.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sys/dev/isa/fd.c b/sys/dev/isa/fd.c index dca48de6ccbe..8cbe8198d230 100644 --- a/sys/dev/isa/fd.c +++ b/sys/dev/isa/fd.c @@ -1,4 +1,4 @@ -/* $NetBSD: fd.c,v 1.95 2010/02/24 22:37:58 dyoung Exp $ */ +/* $NetBSD: fd.c,v 1.96 2010/03/16 12:53:17 he Exp $ */ /*- * Copyright (c) 1998, 2003, 2008 The NetBSD Foundation, Inc. @@ -81,7 +81,7 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: fd.c,v 1.95 2010/02/24 22:37:58 dyoung Exp $"); +__KERNEL_RCSID(0, "$NetBSD: fd.c,v 1.96 2010/03/16 12:53:17 he Exp $"); #include "rnd.h" #include "opt_ddb.h" @@ -93,7 +93,7 @@ __KERNEL_RCSID(0, "$NetBSD: fd.c,v 1.95 2010/02/24 22:37:58 dyoung Exp $"); #if !defined(alpha) && !defined(algor) && !defined(atari) && \ !defined(bebox) && !defined(evbmips) && !defined(i386) && \ !defined(prep) && !defined(sandpoint) && !defined(x86_64) && \ - !defined(mvmeppc) + !defined(mvmeppc) && !defined(ofppc) #error platform not supported by this driver, yet #endif