OSDN Git Service

ata: pata_falcon: add data_swab option to byte-swap disk data
authorMichael Schmitz <schmitzmic@gmail.com>
Sun, 27 Aug 2023 04:13:48 +0000 (16:13 +1200)
committerDamien Le Moal <dlemoal@kernel.org>
Mon, 28 Aug 2023 10:14:41 +0000 (19:14 +0900)
commit8847d42d7a025200bc6b7df37c007a7dd3071d11
tree9e31d1a83d51f346e4ab97635c36fa6f3eee047a
parent8a1f00b753ecfdb117dc1a07e68c46d80e7923ea
ata: pata_falcon: add data_swab option to byte-swap disk data

Some users of pata_falcon on Q40 have IDE disks in default
IDE little endian byte order, whereas legacy disks use
host-native big-endian byte order as on the Atari Falcon.

Add module parameter 'data_swab' to allow connecting drives
with non-native data byte order. Drives selected by the
data_swap bit mask will have their user data byte-swapped to
host byte order, i.e. 'pata_falcon.data_swab=2' will byte-swap
all user data on drive B, leaving data on drive A in native
byte order. On Q40, drives on a second IDE interface may be
added to the bit mask as bits 2 and 3.

Default setting is no byte swapping, i.e. compatibility with
the native Falcon or Q40 operating system disk format.

Cc: William R Sowerbutts <will@sowerbutts.com>
Cc: Finn Thain <fthain@linux-m68k.org>
Cc: Geert Uytterhoeven <geert@linux-m68k.org>
Tested-by: William R Sowerbutts <will@sowerbutts.com>
Signed-off-by: Michael Schmitz <schmitzmic@gmail.com>
Reviewed-by: Sergey Shtylyov <s.shtylyov@omp.ru>
Reviewed-by: Geert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: Damien Le Moal <dlemoal@kernel.org>
drivers/ata/pata_falcon.c