Re: [PATCH v2 12/20] swim: split into separate IWM and ISM register blocks

2023-09-28 Thread Mark Cave-Ayland
On 26/09/2023 09:09, Laurent Vivier wrote: Le 09/09/2023 à 11:48, Mark Cave-Ayland a écrit : The swim chip provides an implementation of both Apple's IWM and ISM floppy disk controllers. Split the existing implementation into separate register banks for each controller, whilst also switching the

Re: [PATCH v2 12/20] swim: split into separate IWM and ISM register blocks

2023-09-26 Thread Laurent Vivier
Le 09/09/2023 à 11:48, Mark Cave-Ayland a écrit : The swim chip provides an implementation of both Apple's IWM and ISM floppy disk controllers. Split the existing implementation into separate register banks for each controller, whilst also switching the IWM registers from 16-bit to 8-bit as imple

[PATCH v2 12/20] swim: split into separate IWM and ISM register blocks

2023-09-09 Thread Mark Cave-Ayland
The swim chip provides an implementation of both Apple's IWM and ISM floppy disk controllers. Split the existing implementation into separate register banks for each controller, whilst also switching the IWM registers from 16-bit to 8-bit as implemented in real hardware. Signed-off-by: Mark Cave-A