Some PC5086-related fixes - fixes hard disk and mouse initialization, fixes #5882.
This commit is contained in:
@@ -366,7 +366,7 @@ mouse_upc_init(const device_t *info)
|
||||
{
|
||||
void *dev = NULL;
|
||||
|
||||
if (info->local)
|
||||
if (info->local == 1)
|
||||
dev = mouse_upc_init_common(1, device_get_config_int("irq"));
|
||||
else
|
||||
dev = mouse_upc_init_common(0, info->local);
|
||||
|
||||
Reference in New Issue
Block a user