-Finally check for IPMIv2 support (needs test against x336)

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@2089 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
jbjohnso 2008-09-07 03:22:40 +00:00
parent 45e3290cae
commit 869ccb9f5f

View File

@ -4232,7 +4232,7 @@ sub getchanauthcap {
my @response;
my $code;
@data = ($rqsa,$seqlun,0x38,0x0e,0x04);
@data = ($rqsa,$seqlun,0x38,0x8e,0x04);
@rn = ($rssa,$netfun);
$length = (scalar @data)+4;
@ -4266,7 +4266,7 @@ sub getchanauthcap {
$channel_number=$response[21];
if($response[22] & 0b10000000) {
if($response[22] & 0b10000000 and $response[24] & 0b00000010) {
$ipmiv2=1;
}
if($response[22] & 0b00000100) {