Search
lxdream.org :: lxdream :: r247:b356d391d02a
lxdream 0.9.1
released Jun 29
Download Now
changeset247:b356d391d02a
parent246:98054d036a24
child248:f8022f2ef2a2
authornkeynes
dateTue Dec 19 09:56:09 2006 +0000 (17 years ago)
Remove debug_dump call and dump at end of wait_irq
test/ide.c
1.1 --- a/test/ide.c Tue Dec 19 09:54:03 2006 +0000
1.2 +++ b/test/ide.c Tue Dec 19 09:56:09 2006 +0000
1.3 @@ -112,8 +112,6 @@
1.4 if( (status&1) != 0 )
1.5 return 0;
1.6 }
1.7 - printf( "Timeout waiting for IDE INTRQ\n" );
1.8 - ide_dump_registers();
1.9 return 1;
1.10 }
1.11
1.12 @@ -427,7 +425,6 @@
1.13 char cmd[12] = { 0x12,0,0,0, 0x0a,0,0,0, 0,0,0,0 };
1.14 char result[10];
1.15 ide_do_packet_command_pio( cmd, result, 10 );
1.16 - debug_dump_buffer(result,10);
1.17 return 0;
1.18 }
1.19
.