summaryrefslogtreecommitdiff
path: root/src/bloc.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/bloc.c')
-rw-r--r--src/bloc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bloc.c b/src/bloc.c
index 309b343..b171ed6 100644
--- a/src/bloc.c
+++ b/src/bloc.c
@@ -1038,7 +1038,7 @@ static int ide_initialize (bloc_device_t *bd, int device)
status = ide_port_read(bd, 0x07);
if (status != 0x08) {
ERROR("ATAPI TEST_UNIT_READY : status %0x != 0x08\n", status);
- return -1;
+ /*return -1;*/ /* fails to boot from cdrom? */
}
for (i = 0; i < 3; i++) {
ide_data_writel(bd, ldswap32(&atapi_buffer[i]));