2017-10-27 4:45 GMT+02:00 Finn Thain <[email protected]>: > > macintosh_config->via_type is meaningless on Mac IIfx (i.e. the only > model with OSS chip), so skip the via_type switch statement. > > Call oss_init() before via_init() because it is more important and > because that is the right place to initialize the oss_present flag. > > On this model, bringing forward oss_init() and delaying via_init() > is no problem because those functions are independent. > > The only requirement here is that oss_register_interrupts() happens > after via_init(). That is, mac_init_IRQ() happens after config_mac(). > > Tested-by: Stan Johnson <[email protected]>
Was this tested on a Mac IIfx and on at least one other Mac? > Signed-off-by: Finn Thain <[email protected]> Reviewed-by: Kars de Jong <[email protected]> -- To unsubscribe from this list: send the line "unsubscribe linux-m68k" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html
