Hi Michael,

On Sat, Apr 6, 2013 at 2:26 AM, Michael Schmitz <[email protected]> wrote:
> --- a/arch/m68k/atari/config.c
> +++ b/arch/m68k/atari/config.c

> +static struct resource isp1160_resources[] = {
> +       [0] = {
> +               .name   = "isp1160-data",
> +               .start  = ATARI_USB_PHYS_ADDR,
> +               .end    = ATARI_USB_PHYS_ADDR + 0x1,
> +               .flags  = IORESOURCE_MEM,

Shouldn't this be IORESOURCE_IO?

> +       },
> +       [1] = {
> +               .name   = "isp1160-regs",
> +               .start  = ATARI_USB_PHYS_ADDR + 0x4,
> +               .end    = ATARI_USB_PHYS_ADDR + 0x5,
> +               .flags  = IORESOURCE_MEM,

Ditto.

> +       },

I have in /proc/iomem:

00000340-00000341 : isp1160-data
00000360-00000361 : isp1160-regs
00684000-00783fff : ST-RAM Pool
  00684000-006cffff : atafb
  006d0000-006d3fff : ataflop
  006d4000-006d4fff : SCSI
fff00000-fff0003f : falconide

and in /proc/ioports:

00000300-0000031f : rtl8019-regs

Sorry for not noticing before.

Gr{oetje,eeting}s,

                        Geert

--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- [email protected]

In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
                                -- Linus Torvalds
--
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

Reply via email to