diff options
Diffstat (limited to 'sys/dev/ic/aic7xxx.c')
-rw-r--r-- | sys/dev/ic/aic7xxx.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/ic/aic7xxx.c b/sys/dev/ic/aic7xxx.c index d643af8d520..82c1d5bbaf9 100644 --- a/sys/dev/ic/aic7xxx.c +++ b/sys/dev/ic/aic7xxx.c @@ -1,4 +1,4 @@ -/* $OpenBSD: aic7xxx.c,v 1.11 1996/10/31 01:01:24 niklas Exp $ */ +/* $OpenBSD: aic7xxx.c,v 1.12 1996/11/12 20:30:15 niklas Exp $ */ /* * Generic driver for the aic7xxx based adaptec SCSI controllers @@ -118,7 +118,7 @@ #include <sys/systm.h> #if defined(__NetBSD__) || defined(__OpenBSD__) #include <sys/device.h> -#include <machine/bus.h> +#include <machine/bus.old.h> #include <machine/intr.h> #endif /* defined(__NetBSD__) */ |