diff options
author | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1996-11-12 20:31:03 +0000 |
---|---|---|
committer | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1996-11-12 20:31:03 +0000 |
commit | a28e6fb87d02d75afe3900d71afc22960b5174d6 (patch) | |
tree | 4d9f54a0f06fbad7e91e3a483ee689abd1ffd6a2 /sys/dev/pcmcia | |
parent | 030da3d388a3705c405337441dab3316fe86ab88 (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/pcmcia')
-rw-r--r-- | sys/dev/pcmcia/if_ep_pcmcia.c | 4 | ||||
-rw-r--r-- | sys/dev/pcmcia/pcmciavar.h | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sys/dev/pcmcia/if_ep_pcmcia.c b/sys/dev/pcmcia/if_ep_pcmcia.c index 0a921e1f153..dd39a139527 100644 --- a/sys/dev/pcmcia/if_ep_pcmcia.c +++ b/sys/dev/pcmcia/if_ep_pcmcia.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_ep_pcmcia.c,v 1.4 1996/10/16 12:36:29 deraadt Exp $ */ +/* $OpenBSD: if_ep_pcmcia.c,v 1.5 1996/11/12 20:31:00 niklas Exp $ */ /* $NetBSD: if_ep.c,v 1.90 1996/04/11 22:29:15 cgd Exp $ */ /* @@ -63,7 +63,7 @@ #endif #include <machine/cpu.h> -#include <machine/bus.h> +#include <machine/bus.old.h> #include <dev/ic/elink3var.h> #include <dev/ic/elink3reg.h> diff --git a/sys/dev/pcmcia/pcmciavar.h b/sys/dev/pcmcia/pcmciavar.h index 2e4f597b703..de30025d8eb 100644 --- a/sys/dev/pcmcia/pcmciavar.h +++ b/sys/dev/pcmcia/pcmciavar.h @@ -1,4 +1,4 @@ -/* $Id: pcmciavar.h,v 1.1 1996/04/29 14:17:39 hvozda Exp $ */ +/* $Id: pcmciavar.h,v 1.2 1996/11/12 20:31:01 niklas Exp $ */ /* * Copyright (c) 1995,1996 John T. Kohl. All rights reserved. * Copyright (c) 1993, 1994 Stefan Grefen. All rights reserved. @@ -37,7 +37,7 @@ #include <sys/queue.h> #include <sys/select.h> #include <machine/cpu.h> -#include <machine/bus.h> +#include <machine/bus.old.h> /* * The following documentation tries to describe the relationship between the |