.. | .. |
---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-only |
---|
1 | 2 | #include <linux/types.h> |
---|
2 | 3 | #include <linux/init.h> |
---|
3 | 4 | #include <linux/interrupt.h> |
---|
.. | .. |
---|
8 | 9 | #include <linux/module.h> |
---|
9 | 10 | |
---|
10 | 11 | #include <asm/page.h> |
---|
11 | | -#include <asm/pgtable.h> |
---|
12 | 12 | #include <asm/amigaints.h> |
---|
13 | 13 | #include <asm/amigahw.h> |
---|
14 | 14 | |
---|
.. | .. |
---|
184 | 184 | .this_id = 7, |
---|
185 | 185 | .sg_tablesize = SG_ALL, |
---|
186 | 186 | .cmd_per_lun = CMD_PER_LUN, |
---|
187 | | - .use_clustering = DISABLE_CLUSTERING |
---|
| 187 | + .dma_boundary = PAGE_SIZE - 1, |
---|
188 | 188 | }; |
---|
189 | 189 | |
---|
190 | 190 | static int check_wd33c93(struct gvp11_scsiregs *regs) |
---|