diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2003-04-10 10:11:25 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2003-04-10 10:11:25 +0000 |
commit | c8b4f9400f7d8ea72514ad5564c07a43bf2313e5 (patch) | |
tree | 40f5defeec5b688688e20a86895fdcd76f65003b /sys/dev/isa/if_ie.c | |
parent | 6fe8f82982b08693b335dbdf387410f1ceec3521 (diff) |
Proper use of bus_space makes the need for <machine/pio.h> obsolete, which
is good since not all isa capable platforms provide such a file.
Diffstat (limited to 'sys/dev/isa/if_ie.c')
-rw-r--r-- | sys/dev/isa/if_ie.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/isa/if_ie.c b/sys/dev/isa/if_ie.c index 9910ecd8c07..7104c52b837 100644 --- a/sys/dev/isa/if_ie.c +++ b/sys/dev/isa/if_ie.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_ie.c,v 1.25 2003/02/03 19:45:53 jason Exp $ */ +/* $OpenBSD: if_ie.c,v 1.26 2003/04/10 10:11:24 miod Exp $ */ /* $NetBSD: if_ie.c,v 1.51 1996/05/12 23:52:48 mycroft Exp $ */ /*- @@ -142,7 +142,6 @@ iomem, and to make 16-pointers, we subtract sc_maddr and and with 0xffff. #include <uvm/uvm_extern.h> #include <machine/cpu.h> -#include <machine/pio.h> /* XXX convert this driver! */ #include <machine/bus.h> #include <machine/intr.h> |