diff options
Diffstat (limited to 'sys/dev/ic/ahcivar.h')
-rw-r--r-- | sys/dev/ic/ahcivar.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/ic/ahcivar.h b/sys/dev/ic/ahcivar.h index dee05adef22..ea88bfe402c 100644 --- a/sys/dev/ic/ahcivar.h +++ b/sys/dev/ic/ahcivar.h @@ -1,4 +1,4 @@ -/* $OpenBSD: ahcivar.h,v 1.9 2014/12/03 04:33:06 jsg Exp $ */ +/* $OpenBSD: ahcivar.h,v 1.10 2017/08/21 21:43:46 jmatthew Exp $ */ /* * Copyright (c) 2006 David Gwynne <dlg@openbsd.org> @@ -97,6 +97,7 @@ struct ahci_port { u_int32_t ap_err_saved_sactive; u_int32_t ap_err_saved_active; u_int32_t ap_err_saved_active_cnt; + u_int32_t ap_saved_cmd; u_int8_t *ap_err_scratch; |