]> Git Repo - qemu.git/commitdiff
cuda: remove GET_6805_ADDR command
authorHervé Poussineau <[email protected]>
Sun, 7 Feb 2016 20:34:15 +0000 (21:34 +0100)
committerDavid Gibson <[email protected]>
Tue, 16 Feb 2016 22:59:31 +0000 (09:59 +1100)
It doesn't seem to be used, and operating systems should accept a 'unknown command' answer.

Signed-off-by: Hervé Poussineau <[email protected]>
Reviewed-by: Mark Cave-Ayland <[email protected]>
Signed-off-by: David Gibson <[email protected]>
hw/misc/macio/cuda.c

index 611b4140f6b390a25a88bc5e1b4d79c06e46fa86..d65a36a912585fc743120888a7b903deecec3ec8 100644 (file)
@@ -733,9 +733,6 @@ static void cuda_receive_packet(CUDAState *s,
     }
 
     switch(data[0]) {
-    case CUDA_GET_6805_ADDR:
-        cuda_send_packet_to_host(s, obuf, 3);
-        return;
     case CUDA_COMBINED_FORMAT_IIC:
         obuf[0] = ERROR_PACKET;
         obuf[1] = 0x5;
This page took 0.026506 seconds and 4 git commands to generate.