summaryrefslogtreecommitdiff
path: root/sys/dev/isa/fd.c
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2005-09-19 01:28:05 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2005-09-19 01:28:05 +0000
commit46911b0071ccd5e207be26083b1d9b72aa6625f5 (patch)
treef2c4eca541bfba15862b333fb96748cebd739264 /sys/dev/isa/fd.c
parentb579d725ddc6e1ea153c58b780804b32d0ad0d2a (diff)
floppy support; form@openbsd.ru
Diffstat (limited to 'sys/dev/isa/fd.c')
-rw-r--r--sys/dev/isa/fd.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/isa/fd.c b/sys/dev/isa/fd.c
index de6ca86611f..c5d812f9ce9 100644
--- a/sys/dev/isa/fd.c
+++ b/sys/dev/isa/fd.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: fd.c,v 1.50 2005/03/16 19:58:40 miod Exp $ */
+/* $OpenBSD: fd.c,v 1.51 2005/09/19 01:28:04 deraadt Exp $ */
/* $NetBSD: fd.c,v 1.90 1996/05/12 23:12:03 mycroft Exp $ */
/*-
@@ -70,7 +70,7 @@
#include <dev/isa/isadmavar.h>
#include <dev/isa/fdreg.h>
-#if defined(i386)
+#if defined(__i386__) || defined(__amd64__) /* XXX */
#include <i386/isa/nvram.h>
#endif