summaryrefslogtreecommitdiff
path: root/sys/dev/pci/if_de.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/pci/if_de.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/pci/if_de.c')
-rw-r--r--sys/dev/pci/if_de.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/pci/if_de.c b/sys/dev/pci/if_de.c
index b016eb83a32..303c70fd7b9 100644
--- a/sys/dev/pci/if_de.c
+++ b/sys/dev/pci/if_de.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: if_de.c,v 1.13 1996/08/23 16:24:50 niklas Exp $ */
+/* $OpenBSD: if_de.c,v 1.14 1996/11/12 20:30:51 niklas Exp $ */
/* $NetBSD: if_de.c,v 1.22.4.1 1996/06/03 20:32:07 cgd Exp $ */
/*-
@@ -103,7 +103,7 @@
#endif /* __bsdi__ */
#if defined(__NetBSD__) || defined(__OpenBSD__)
-#include <machine/bus.h>
+#include <machine/bus.old.h>
#include <machine/intr.h>
#include <dev/pci/pcireg.h>