summaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authorthorpej <thorpej@NetBSD.org>2001-12-29 21:13:46 +0000
committerthorpej <thorpej@NetBSD.org>2001-12-29 21:13:46 +0000
commit2270cd2cb504308ddd501297f6719eb2076e6a1c (patch)
tree946c9186e85599b4b1d6236d1f47c8a707b168d0 /sys/dev
parent5a31e4e8f8e1348af2b637a5693889f484ef9678 (diff)
Add a case for x86_64.
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/isa/fd.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/isa/fd.c b/sys/dev/isa/fd.c
index ced1399d7fc..1a409be0f04 100644
--- a/sys/dev/isa/fd.c
+++ b/sys/dev/isa/fd.c
@@ -1,4 +1,4 @@
-/* $NetBSD: fd.c,v 1.19 2001/11/13 08:01:13 lukem Exp $ */
+/* $NetBSD: fd.c,v 1.20 2001/12/29 21:13:46 thorpej Exp $ */
/*-
* Copyright (c) 1998 The NetBSD Foundation, Inc.
@@ -92,7 +92,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: fd.c,v 1.19 2001/11/13 08:01:13 lukem Exp $");
+__KERNEL_RCSID(0, "$NetBSD: fd.c,v 1.20 2001/12/29 21:13:46 thorpej Exp $");
#include "rnd.h"
#include "opt_ddb.h"
@@ -103,7 +103,7 @@ __KERNEL_RCSID(0, "$NetBSD: fd.c,v 1.19 2001/11/13 08:01:13 lukem Exp $");
*/
#if !defined(alpha) && !defined(algor) && !defined(atari) && \
!defined(bebox) && !defined(i386) && !defined(prep) && \
- !defined(sandpoint)
+ !defined(sandpoint) && !defined(x86_64)
#error platform not supported by this driver, yet
#endif