--- trunk/lib/Intel/AMT/Redir.pm 2009/08/09 12:49:48 9 +++ trunk/lib/Intel/AMT/Redir.pm 2009/08/09 12:55:28 10 @@ -67,6 +67,14 @@ ); my $host = get( 0x2a, -10, 'sol data from host' ); + warn "$host\n"; + + put( + pack('C8', 0x22,0,0,0, 0,0,0,0), + 'end sol redirection' + ); + get( 0x23, 8, 'end sol redirection reply' ); + } sub hdump {