diff options
author | Marco Peereboom <marco@cvs.openbsd.org> | 2005-05-11 15:42:59 +0000 |
---|---|---|
committer | Marco Peereboom <marco@cvs.openbsd.org> | 2005-05-11 15:42:59 +0000 |
commit | 91fa891d55242fc57e2b3da12a2cec08ff8be83b (patch) | |
tree | 92e309c5f0195a670a8e154aafa4debc57277689 /sys/dev/ic | |
parent | d7ca6c5ca122b38a9d5d58382a7238c4257a49e6 (diff) |
Add get and set completions opcodes.
Diffstat (limited to 'sys/dev/ic')
-rw-r--r-- | sys/dev/ic/amireg.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/dev/ic/amireg.h b/sys/dev/ic/amireg.h index 2e37e0c2e02..f711f5efe33 100644 --- a/sys/dev/ic/amireg.h +++ b/sys/dev/ic/amireg.h @@ -1,4 +1,4 @@ -/* $OpenBSD: amireg.h,v 1.7 2005/03/29 22:40:38 marco Exp $ */ +/* $OpenBSD: amireg.h,v 1.8 2005/05/11 15:42:58 marco Exp $ */ /* * Copyright (c) 2000 Michael Shalayeff @@ -208,6 +208,8 @@ #define AMI_FC_EINQ3_SOLICITED_FULL 0x02 #define AMI_FC_EINQ3_UNSOLICITED 0x03 #define AMI_MISC 0xa4 +#define AMI_GET_IO_CMPL 0x5b +#define AMI_SET_IO_CMPL 0x5c #define AMI_CHFUNC 0xa9 #define AMI_MANAGE 0xb0 /* manage functions */ #define AMI_MGR_LUN 0x00 |