|
@@ -17,9 +17,6 @@ static int __init ide_generic_init(void)
|
|
u8 idx[MAX_HWIFS];
|
|
u8 idx[MAX_HWIFS];
|
|
int i;
|
|
int i;
|
|
|
|
|
|
- if (ide_hwifs[0].io_ports[IDE_DATA_OFFSET])
|
|
|
|
- ide_get_lock(NULL, NULL); /* for atari only */
|
|
|
|
-
|
|
|
|
for (i = 0; i < MAX_HWIFS; i++) {
|
|
for (i = 0; i < MAX_HWIFS; i++) {
|
|
ide_hwif_t *hwif = &ide_hwifs[i];
|
|
ide_hwif_t *hwif = &ide_hwifs[i];
|
|
|
|
|
|
@@ -31,9 +28,6 @@ static int __init ide_generic_init(void)
|
|
|
|
|
|
ide_device_add_all(idx, NULL);
|
|
ide_device_add_all(idx, NULL);
|
|
|
|
|
|
- if (ide_hwifs[0].io_ports[IDE_DATA_OFFSET])
|
|
|
|
- ide_release_lock(); /* for atari only */
|
|
|
|
-
|
|
|
|
return 0;
|
|
return 0;
|
|
}
|
|
}
|
|
|
|
|