Re: [PATCH 2/4] m68k/mac: Disentangle VIA and OSS initialization

2017-10-27 Thread Finn Thain
On Fri, 27 Oct 2017, Kars de Jong wrote: > 2017-10-27 4:45 GMT+02:00 Finn Thain : > > > 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()

Re: [PATCH 2/4] m68k/mac: Disentangle VIA and OSS initialization

2017-10-27 Thread Finn Thain
On Fri, 27 Oct 2017, Kars de Jong wrote: > 2017-10-27 4:45 GMT+02:00 Finn Thain : > > > 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

Re: [PATCH 2/4] m68k/mac: Disentangle VIA and OSS initialization

2017-10-27 Thread Kars de Jong
2017-10-27 4:45 GMT+02:00 Finn Thain : > > 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

Re: [PATCH 2/4] m68k/mac: Disentangle VIA and OSS initialization

2017-10-27 Thread Kars de Jong
2017-10-27 4:45 GMT+02:00 Finn Thain : > > 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

Re: [PATCH 2/4] m68k/mac: Disentangle VIA and OSS initialization

2017-10-27 Thread Kars de Jong
2017-10-27 4:45 GMT+02:00 Finn Thain : > 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

Re: [PATCH 2/4] m68k/mac: Disentangle VIA and OSS initialization

2017-10-27 Thread Kars de Jong
2017-10-27 4:45 GMT+02:00 Finn Thain : > 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

[PATCH 2/4] m68k/mac: Disentangle VIA and OSS initialization

2017-10-26 Thread Finn Thain
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

[PATCH 2/4] m68k/mac: Disentangle VIA and OSS initialization

2017-10-26 Thread Finn Thain
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