PPC systems predating prep and running the mvmeppc port

have compatible hardware.
This commit is contained in:
mlelstv 2008-03-29 09:01:35 +00:00
parent 7b2990dafa
commit 23aa31d043
1 changed files with 4 additions and 3 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: fd.c,v 1.82 2008/03/16 00:58:56 cube Exp $ */
/* $NetBSD: fd.c,v 1.83 2008/03/29 09:01:35 mlelstv Exp $ */
/*-
* Copyright (c) 1998, 2003 The NetBSD Foundation, Inc.
@ -88,7 +88,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: fd.c,v 1.82 2008/03/16 00:58:56 cube Exp $");
__KERNEL_RCSID(0, "$NetBSD: fd.c,v 1.83 2008/03/29 09:01:35 mlelstv Exp $");
#include "rnd.h"
#include "opt_ddb.h"
@ -99,7 +99,8 @@ __KERNEL_RCSID(0, "$NetBSD: fd.c,v 1.82 2008/03/16 00:58:56 cube Exp $");
*/
#if !defined(alpha) && !defined(algor) && !defined(atari) && \
!defined(bebox) && !defined(evbmips) && !defined(i386) && \
!defined(prep) && !defined(sandpoint) && !defined(x86_64)
!defined(prep) && !defined(sandpoint) && !defined(x86_64) && \
!defined(mvmeppc)
#error platform not supported by this driver, yet
#endif