diff options
author | Marco Peereboom <marco@cvs.openbsd.org> | 2008-10-31 21:37:21 +0000 |
---|---|---|
committer | Marco Peereboom <marco@cvs.openbsd.org> | 2008-10-31 21:37:21 +0000 |
commit | 02ecbb86fb2f497a81da1f10476dd46fac92978a (patch) | |
tree | ad0c35a1dbf9f84b4b2fea39b8a4aa7b72dcb288 /sys/dev/ic/mfireg.h | |
parent | 5a8cc0a24954cf7f5e24e4c125179a80d5b3c5ed (diff) |
Add opcode
Diffstat (limited to 'sys/dev/ic/mfireg.h')
-rw-r--r-- | sys/dev/ic/mfireg.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/ic/mfireg.h b/sys/dev/ic/mfireg.h index 71831238bf5..fa559cce4ed 100644 --- a/sys/dev/ic/mfireg.h +++ b/sys/dev/ic/mfireg.h @@ -1,4 +1,4 @@ -/* $OpenBSD: mfireg.h,v 1.26 2008/10/29 16:35:01 marco Exp $ */ +/* $OpenBSD: mfireg.h,v 1.27 2008/10/31 21:37:20 marco Exp $ */ /* * Copyright (c) 2006 Marco Peereboom <marco@peereboom.us> * @@ -105,6 +105,7 @@ #define MD_DCMD_PD_REBUILD 0x02040100 #define MR_DCMD_PD_BLINK 0x02070100 #define MR_DCMD_PD_UNBLINK 0x02070200 +#define MR_DCMD_PD_GET_ALLOWED_OPS_LIST 0x020a0100 #define MR_DCMD_LD_GET_LIST 0x03010000 #define MR_DCMD_LD_GET_INFO 0x03020000 #define MR_DCMD_LD_GET_PROPERTIES 0x03030000 |