diff options
author | 2005-05-11 15:42:58 +0000 | |
---|---|---|
committer | 2005-05-11 15:42:58 +0000 | |
commit | 001b382f0972ce6c6b815640f2f0ce9e88d000bc (patch) | |
tree | b8b36743b93f74cec1ce1a4136e86d814a28d28a | |
parent | start for the `release' command, need more work; joris ok (diff) | |
download | wireguard-openbsd-001b382f0972ce6c6b815640f2f0ce9e88d000bc.tar.xz wireguard-openbsd-001b382f0972ce6c6b815640f2f0ce9e88d000bc.zip |
Add get and set completions opcodes.
-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 |