diff options
Diffstat (limited to 'sys/dev/amr/amrvar.h')
-rw-r--r-- | sys/dev/amr/amrvar.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/amr/amrvar.h b/sys/dev/amr/amrvar.h index c35d5db..f3955a6 100644 --- a/sys/dev/amr/amrvar.h +++ b/sys/dev/amr/amrvar.h @@ -137,8 +137,8 @@ struct amr_softc int amr_waitbufs; struct amr_command *amr_busycmd[AMR_MAXCMD]; int amr_busycmdcount; - TAILQ_HEAD(,amr_command) amr_donecmds; - int amr_donecmdcount; + TAILQ_HEAD(,amr_command) amr_work; + int amr_workcount; TAILQ_HEAD(,amr_command) amr_freecmds; /* controller type-specific support */ |