Module Name:    src
Committed By:   he
Date:           Tue Mar 16 12:53:17 UTC 2010

Modified Files:
        src/sys/dev/isa: fd.c

Log Message:
Allow this driver to build for ofppc as well.


To generate a diff of this commit:
cvs rdiff -u -r1.95 -r1.96 src/sys/dev/isa/fd.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/dev/isa/fd.c
diff -u src/sys/dev/isa/fd.c:1.95 src/sys/dev/isa/fd.c:1.96
--- src/sys/dev/isa/fd.c:1.95	Wed Feb 24 22:37:58 2010
+++ src/sys/dev/isa/fd.c	Tue Mar 16 12:53:17 2010
@@ -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 <sys/cdefs.h>
-__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 @@
 #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
 

Reply via email to