diff options
Diffstat (limited to 'sys/dev/ic/siop_common.c')
-rw-r--r-- | sys/dev/ic/siop_common.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/ic/siop_common.c b/sys/dev/ic/siop_common.c index 9967ab53853..e4058bf0b86 100644 --- a/sys/dev/ic/siop_common.c +++ b/sys/dev/ic/siop_common.c @@ -1,4 +1,4 @@ -/* $OpenBSD: siop_common.c,v 1.28 2005/11/25 16:33:19 krw Exp $ */ +/* $OpenBSD: siop_common.c,v 1.29 2006/03/16 22:11:24 miod Exp $ */ /* $NetBSD: siop_common.c,v 1.37 2005/02/27 00:27:02 perry Exp $ */ /* @@ -48,6 +48,7 @@ #include <scsi/scsi_message.h> #include <scsi/scsiconf.h> +#define SIOP_NEEDS_PERIOD_TABLES #include <dev/ic/siopreg.h> #include <dev/ic/siopvar_common.h> #include <dev/ic/siopvar.h> |