Fixed the SMC FDC73C665 Super I/O chip.
This commit is contained in:
@@ -282,8 +282,6 @@ fdc37c66x_init(const device_t *info)
|
|||||||
dev->chip_id = info->local & 0xff;
|
dev->chip_id = info->local & 0xff;
|
||||||
dev->has_ide = !!(info->local & 0x100);
|
dev->has_ide = !!(info->local & 0x100);
|
||||||
|
|
||||||
if (dev->has_ide)
|
|
||||||
|
|
||||||
io_sethandler(0x03f0, 0x0002,
|
io_sethandler(0x03f0, 0x0002,
|
||||||
fdc37c66x_read, NULL, NULL, fdc37c66x_write, NULL, NULL, dev);
|
fdc37c66x_read, NULL, NULL, fdc37c66x_write, NULL, NULL, dev);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user