diff options
author | 1996-12-03 11:28:32 +0000 | |
---|---|---|
committer | 1996-12-03 11:28:32 +0000 | |
commit | 05686906f43b9afd09f60eaad8f6da83828120ff (patch) | |
tree | 94849498a75d90128d3e77680caa767aae3371fc | |
parent | clr TS_WOPEN if bailing on cua opens (diff) | |
download | wireguard-openbsd-05686906f43b9afd09f60eaad8f6da83828120ff.tar.xz wireguard-openbsd-05686906f43b9afd09f60eaad8f6da83828120ff.zip |
Missing OpenBSD pieces, DOH!
-rw-r--r-- | sys/dev/microcode/aic7xxx/aic7xxx.seq | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/sys/dev/microcode/aic7xxx/aic7xxx.seq b/sys/dev/microcode/aic7xxx/aic7xxx.seq index 21d1c0af813..97c3f615375 100644 --- a/sys/dev/microcode/aic7xxx/aic7xxx.seq +++ b/sys/dev/microcode/aic7xxx/aic7xxx.seq @@ -1,4 +1,4 @@ -/* $OpenBSD: aic7xxx.seq,v 1.5 1996/11/28 23:27:59 niklas Exp $ */ +/* $OpenBSD: aic7xxx.seq,v 1.6 1996/12/03 11:28:32 niklas Exp $ */ /* $NetBSD: aic7xxx.seq,v 1.6 1996/10/08 03:04:06 gibbs Exp $ */ /*+M*********************************************************************** @@ -46,7 +46,10 @@ VERSION AIC7XXX_SEQ_VER "$NetBSD: aic7xxx.seq,v 1.6 1996/10/08 03:04:06 gibbs Exp $" -#if defined(__NetBSD__) +#if defined(__OpenBSD__) +#include <dev/ic/aic7xxxreg.h> +#include <scsi/scsi_message.h> +#elif defined(__NetBSD__) #include "../../ic/aic7xxxreg.h" #include "../../../scsi/scsi_message.h" #elif defined(__FreeBSD__) |