diff options
author | Jung-uk Kim <jkim@FreeBSD.org> | 2009-06-25 23:20:50 +0000 |
---|---|---|
committer | Jung-uk Kim <jkim@FreeBSD.org> | 2009-06-25 23:20:50 +0000 |
commit | 22724f14194b3fe80a6a7848da104f7916536a52 (patch) | |
tree | 90ff140546ac1c8f9223f343715887361e86492a /compiler/asllookup.c | |
parent | e83ee77d7b009e11006d75946be388f7b99f9990 (diff) |
Notes
Diffstat (limited to 'compiler/asllookup.c')
-rw-r--r-- | compiler/asllookup.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/asllookup.c b/compiler/asllookup.c index 06113f07845db..51c036967c8d8 100644 --- a/compiler/asllookup.c +++ b/compiler/asllookup.c @@ -1337,6 +1337,7 @@ LkNamespaceLocateBegin ( break; case REGION_SMBUS: + case REGION_IPMI: if ((UINT8) Op->Asl.Parent->Asl.Value.Integer != AML_FIELD_ACCESS_BUFFER) { |