Remove TRC reset workaround from ICS9xxx
This commit is contained in:
@@ -1280,13 +1280,11 @@ ics9xxx_get(uint8_t model)
|
|||||||
|
|
||||||
dev->name = "ICS9xxx-xx Clock Generator";
|
dev->name = "ICS9xxx-xx Clock Generator";
|
||||||
dev->local = model;
|
dev->local = model;
|
||||||
#ifdef ENABLE_ICS9xxx_DETECT
|
|
||||||
if (model == ICS9xxx_xx) {
|
|
||||||
dev->flags = DEVICE_PCI;
|
|
||||||
dev->reset = ics9xxx_detect_reset;
|
|
||||||
} else
|
|
||||||
#endif
|
|
||||||
dev->flags = DEVICE_ISA;
|
dev->flags = DEVICE_ISA;
|
||||||
|
#ifdef ENABLE_ICS9xxx_DETECT
|
||||||
|
if (model == ICS9xxx_xx)
|
||||||
|
dev->reset = ics9xxx_detect_reset;
|
||||||
|
#endif
|
||||||
dev->init = ics9xxx_init;
|
dev->init = ics9xxx_init;
|
||||||
dev->close = ics9xxx_close;
|
dev->close = ics9xxx_close;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user