diff options
Diffstat (limited to 'sys/arch/amiga/dev/siopvar.h')
-rw-r--r-- | sys/arch/amiga/dev/siopvar.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/amiga/dev/siopvar.h b/sys/arch/amiga/dev/siopvar.h index ae86c41b0c1..b4c55e4e84a 100644 --- a/sys/arch/amiga/dev/siopvar.h +++ b/sys/arch/amiga/dev/siopvar.h @@ -141,7 +141,8 @@ struct siop_softc { nexus_list; struct siop_acb *sc_nexus; /* current command */ - struct siop_acb sc_acb[8]; /* the real command blocks */ +#define SIOP_NACB 8 + struct siop_acb *sc_acb; /* the real command blocks */ struct siop_tinfo sc_tinfo[8]; u_short sc_clock_freq; |