summaryrefslogtreecommitdiff
path: root/sys/dev/isa/boca.c
diff options
context:
space:
mode:
authorNiklas Hallqvist <niklas@cvs.openbsd.org>1996-12-03 07:48:25 +0000
committerNiklas Hallqvist <niklas@cvs.openbsd.org>1996-12-03 07:48:25 +0000
commit04492d984a83faf6c631c9031b6fc2880794beff (patch)
tree6105b1976ed5209ccbba6861e048501f9844c2d8 /sys/dev/isa/boca.c
parent4d1ebb09c28dd2dae9b6426027a97f43635e0354 (diff)
DOH, com moved to ic
Diffstat (limited to 'sys/dev/isa/boca.c')
-rw-r--r--sys/dev/isa/boca.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/isa/boca.c b/sys/dev/isa/boca.c
index efaeded1bea..87e427c8276 100644
--- a/sys/dev/isa/boca.c
+++ b/sys/dev/isa/boca.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: boca.c,v 1.13 1996/11/29 22:54:51 niklas Exp $ */
+/* $OpenBSD: boca.c,v 1.14 1996/12/03 07:48:23 niklas Exp $ */
/* $NetBSD: boca.c,v 1.15 1996/05/12 23:51:50 mycroft Exp $ */
/*
@@ -43,8 +43,8 @@
#include <machine/intr.h>
#include <dev/isa/isavar.h>
-#include <dev/isa/comreg.h>
-#include <dev/isa/comvar.h>
+#include <dev/ic/comreg.h>
+#include <dev/ic/comvar.h>
#define NSLAVES 8