diff options
-rw-r--r-- | src/devices/device.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/devices/device.c b/src/devices/device.c index 8ebd925652..8279a652b1 100644 --- a/src/devices/device.c +++ b/src/devices/device.c @@ -607,7 +607,6 @@ void dev_initialize(void) { if( !dev->on_mainboard ) continue; // process addon card in second run else if( dev->rom_address!=0 ) continue; // onboard and it is assigned via MB Config.lb, process it later - if( dev->on_mainboard && (dev->rom_address!=0)) continue; printk_debug("%s init\n", dev_path(dev)); dev->initialized = 1; dev->ops->init(dev); |