summaryrefslogtreecommitdiff
path: root/sys/dev/isa/fdc.c
diff options
context:
space:
mode:
authorNiklas Hallqvist <niklas@cvs.openbsd.org>1996-11-12 20:31:03 +0000
committerNiklas Hallqvist <niklas@cvs.openbsd.org>1996-11-12 20:31:03 +0000
commita28e6fb87d02d75afe3900d71afc22960b5174d6 (patch)
tree4d9f54a0f06fbad7e91e3a483ee689abd1ffd6a2 /sys/dev/isa/fdc.c
parent030da3d388a3705c405337441dab3316fe86ab88 (diff)
s/bus.h/bus.old.h/ to make the transit to the bus_space bus.h an easy road
possibly taken in small steps
Diffstat (limited to 'sys/dev/isa/fdc.c')
-rw-r--r--sys/dev/isa/fdc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/isa/fdc.c b/sys/dev/isa/fdc.c
index 7dcaad4cad9..876bd7ed0a8 100644
--- a/sys/dev/isa/fdc.c
+++ b/sys/dev/isa/fdc.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: fdc.c,v 1.5 1996/10/28 00:06:21 downsj Exp $ */
+/* $OpenBSD: fdc.c,v 1.6 1996/11/12 20:30:32 niklas Exp $ */
/* $NetBSD: fd.c,v 1.90 1996/05/12 23:12:03 mycroft Exp $ */
/*-
@@ -63,7 +63,7 @@
#include <sys/queue.h>
#include <machine/cpu.h>
-#include <machine/bus.h>
+#include <machine/bus.old.h>
#include <machine/conf.h>
#include <machine/intr.h>
#include <machine/ioctl_fd.h>