diff options
author | scottl <scottl@FreeBSD.org> | 2008-02-06 14:26:31 +0000 |
---|---|---|
committer | scottl <scottl@FreeBSD.org> | 2008-02-06 14:26:31 +0000 |
commit | 3c799f8e4f097fa97fcf06cbc302b8e76383e883 (patch) | |
tree | c9f04517a3fef6066cb56db6c3eb8a99258b5083 /sys/dev/amr | |
parent | a715e455c68147bde8ec892e921133d179897891 (diff) | |
download | FreeBSD-src-3c799f8e4f097fa97fcf06cbc302b8e76383e883.zip FreeBSD-src-3c799f8e4f097fa97fcf06cbc302b8e76383e883.tar.gz |
Remove an errant definition for AMR_CONFIG_ENQ3_SOLICITED NOTIFY that was
accidently reverted in the previous commit.
Diffstat (limited to 'sys/dev/amr')
-rw-r--r-- | sys/dev/amr/amrreg.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/dev/amr/amrreg.h b/sys/dev/amr/amrreg.h index 2be6be3..2e5d217 100644 --- a/sys/dev/amr/amrreg.h +++ b/sys/dev/amr/amrreg.h @@ -126,7 +126,6 @@ #define AMR_CONFIG_READ_NVRAM_CONFIG 0x04 #define AMR_CONFIG_WRITE_NVRAM_CONFIG 0x0d -#define AMR_CONFIG_ENQ3_SOLICITED_NOTIFY 0x01 #define AMR_CONFIG_PRODUCT_INFO 0x0e #define AMR_CONFIG_ENQ3 0x0f #define AMR_CONFIG_ENQ3_SOLICITED_NOTIFY 0x01 |