--- drivers/scsi/ide-scsi.c.old Tue Sep 12 17:52:22 2000 +++ drivers/scsi/ide-scsi.c Tue Sep 12 17:52:35 2000 @@ -582,16 +582,6 @@ failed = 0; while ((drive = ide_scan_devices (media[i], idescsi_driver.name, NULL, failed++)) != NULL) { -#ifndef CONFIG_BLK_DEV_IDETAPE - /* - * The Onstream DI-30 does not handle clean emulation, yet. - */ - if (strstr(drive->id->model, "OnStream DI-30")) { - printk("ide-tape: ide-scsi emulation is not supported for %s.\n", drive->id->model); - continue; - } -#endif /* CONFIG_BLK_DEV_IDETAPE */ - if ((scsi = (idescsi_scsi_t *) kmalloc (sizeof (idescsi_scsi_t), GFP_KERNEL)) == NULL) { printk (KERN_ERR "ide-scsi: %s: Can't allocate a scsi structure\n", drive->name); continue;