diff options
author | Martin Reindl <martin@cvs.openbsd.org> | 2007-08-01 13:18:19 +0000 |
---|---|---|
committer | Martin Reindl <martin@cvs.openbsd.org> | 2007-08-01 13:18:19 +0000 |
commit | 57007e190caa6c38b3f1350bfc68fa647975af14 (patch) | |
tree | 622209400b58c1c4a504467234a73e0f3f1d65a3 /sys/arch/i386/isa/joy_isapnp.c | |
parent | c569531cab21122a51a7180953272635df29bfbb (diff) |
switch i386 to use the MI i8253 header file and remove the now obsolete MD
timerreg.h
ok miod@
Diffstat (limited to 'sys/arch/i386/isa/joy_isapnp.c')
-rw-r--r-- | sys/arch/i386/isa/joy_isapnp.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/i386/isa/joy_isapnp.c b/sys/arch/i386/isa/joy_isapnp.c index 92264399349..05882575ee0 100644 --- a/sys/arch/i386/isa/joy_isapnp.c +++ b/sys/arch/i386/isa/joy_isapnp.c @@ -1,4 +1,4 @@ -/* $OpenBSD: joy_isapnp.c,v 1.6 2006/09/19 11:06:34 jsg Exp $ */ +/* $OpenBSD: joy_isapnp.c,v 1.7 2007/08/01 13:18:18 martin Exp $ */ /* $NetBSD: joy.c,v 1.3 1996/05/05 19:46:15 christos Exp $ */ /*- @@ -46,7 +46,7 @@ #include <dev/isa/isavar.h> #include <dev/isa/isareg.h> -#include <i386/isa/timerreg.h> +#include <dev/ic/i8253reg.h> #include <i386/isa/joyreg.h> int joy_isapnp_probe(struct device *, void *, void *); |