Added the Acer V30 and a number of IDE and AT keyboard changes needed to make it work, closes #367.
This commit is contained in:
@@ -412,7 +412,7 @@ static void
|
||||
mo_set_callback(mo_t *dev)
|
||||
{
|
||||
if (dev->drv->bus_type != MO_BUS_SCSI)
|
||||
ide_set_callback(dev->drv->ide_channel >> 1, dev->callback);
|
||||
ide_set_callback(ide_drives[dev->drv->ide_channel], dev->callback);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user