Re: [PATCH 1/1] Net: e100, fix iomap mem accesses

2008-02-01 Thread Jeff Garzik
Jiri Slaby wrote: Patch against netdev-2.6 follows. -- writeX functions are not permitted on iomap-ped space change to iowriteX, also pci_unmap pci_map-ped space on exit (instead of iounmap). Signed-off-by: Jiri Slaby <[EMAIL PROTECTED]> --- drivers/net/e100.c |8 1 files changed,

Re: [PATCH 1/1] Net: e100, fix iomap mem accesses

2008-02-01 Thread Jeff Garzik
Jiri Slaby wrote: Patch against netdev-2.6 follows. -- writeX functions are not permitted on iomap-ped space change to iowriteX, also pci_unmap pci_map-ped space on exit (instead of iounmap). Signed-off-by: Jiri Slaby [EMAIL PROTECTED] --- drivers/net/e100.c |8 1 files changed, 4

Re: [PATCH 1/1] Net: e100, fix iomap mem accesses

2008-01-30 Thread Kok, Auke
Jiri Slaby wrote: > Patch against netdev-2.6 follows. > -- > writeX functions are not permitted on iomap-ped space change to iowriteX, > also pci_unmap pci_map-ped space on exit (instead of iounmap). > > Signed-off-by: Jiri Slaby <[EMAIL PROTECTED]> > --- > drivers/net/e100.c |8 >

Re: [PATCH 1/1] Net: e100, fix iomap mem accesses

2008-01-30 Thread Kok, Auke
Jiri Slaby wrote: Patch against netdev-2.6 follows. -- writeX functions are not permitted on iomap-ped space change to iowriteX, also pci_unmap pci_map-ped space on exit (instead of iounmap). Signed-off-by: Jiri Slaby [EMAIL PROTECTED] --- drivers/net/e100.c |8 1 files

[PATCH 1/1] Net: e100, fix iomap mem accesses

2008-01-29 Thread Jiri Slaby
Patch against netdev-2.6 follows. -- writeX functions are not permitted on iomap-ped space change to iowriteX, also pci_unmap pci_map-ped space on exit (instead of iounmap). Signed-off-by: Jiri Slaby <[EMAIL PROTECTED]> --- drivers/net/e100.c |8 1 files changed, 4 insertions(+), 4

Re: [PATCH 1/1] Net: e100, fix iomap mem accesses

2008-01-29 Thread Jiri Slaby
On 01/29/2008 10:43 PM, Kok, Auke wrote: Jiri Slaby wrote: On 01/28/2008 11:31 PM, Kok, Auke wrote: Andrew Morton wrote: Please resend when convenient. Maybe more luodly or something, I dunno. just repost to me and Jeff and I'll pick it up this week if Jeff does not. Sent few hours ago,

Re: [PATCH 1/1] Net: e100, fix iomap mem accesses

2008-01-29 Thread Kok, Auke
Jiri Slaby wrote: > On 01/28/2008 11:31 PM, Kok, Auke wrote: >> Andrew Morton wrote: >>> Please resend when convenient. Maybe more luodly or something, I dunno. >> >> just repost to me and Jeff and I'll pick it up this week if Jeff does >> not. > > Sent few hours ago, you should had received a

Re: [PATCH 1/1] Net: e100, fix iomap mem accesses

2008-01-29 Thread Kok, Auke
Jiri Slaby wrote: On 01/28/2008 11:31 PM, Kok, Auke wrote: Andrew Morton wrote: Please resend when convenient. Maybe more luodly or something, I dunno. just repost to me and Jeff and I'll pick it up this week if Jeff does not. Sent few hours ago, you should had received a copy, hadn't

Re: [PATCH 1/1] Net: e100, fix iomap mem accesses

2008-01-29 Thread Jiri Slaby
On 01/29/2008 10:43 PM, Kok, Auke wrote: Jiri Slaby wrote: On 01/28/2008 11:31 PM, Kok, Auke wrote: Andrew Morton wrote: Please resend when convenient. Maybe more luodly or something, I dunno. just repost to me and Jeff and I'll pick it up this week if Jeff does not. Sent few hours ago,

[PATCH 1/1] Net: e100, fix iomap mem accesses

2008-01-29 Thread Jiri Slaby
Patch against netdev-2.6 follows. -- writeX functions are not permitted on iomap-ped space change to iowriteX, also pci_unmap pci_map-ped space on exit (instead of iounmap). Signed-off-by: Jiri Slaby [EMAIL PROTECTED] --- drivers/net/e100.c |8 1 files changed, 4 insertions(+), 4

Re: [PATCH 1/1] Net: e100, fix iomap mem accesses

2008-01-28 Thread Jiri Slaby
On 01/28/2008 11:31 PM, Kok, Auke wrote: Andrew Morton wrote: Please resend when convenient. Maybe more luodly or something, I dunno. just repost to me and Jeff and I'll pick it up this week if Jeff does not. Sent few hours ago, you should had received a copy, hadn't you? -- To unsubscribe

Re: [PATCH 1/1] Net: e100, fix iomap mem accesses

2008-01-28 Thread Kok, Auke
Andrew Morton wrote: > On Fri, 18 Jan 2008 14:38:51 -0500 Jeff Garzik <[EMAIL PROTECTED]> wrote: > >> Jiri Slaby wrote: >>> readX functions are not permitted on iomap-ped space change to ioreadX, >>> also pci_unmap pci_map-ped space on exit (instead of iounmap). >>> >>> Signed-off-by: Jiri Slaby

Re: [PATCH 1/1] Net: e100, fix iomap mem accesses

2008-01-28 Thread Kok, Auke
Andrew Morton wrote: On Fri, 18 Jan 2008 14:38:51 -0500 Jeff Garzik [EMAIL PROTECTED] wrote: Jiri Slaby wrote: readX functions are not permitted on iomap-ped space change to ioreadX, also pci_unmap pci_map-ped space on exit (instead of iounmap). Signed-off-by: Jiri Slaby [EMAIL PROTECTED]

Re: [PATCH 1/1] Net: e100, fix iomap mem accesses

2008-01-28 Thread Jiri Slaby
On 01/28/2008 11:31 PM, Kok, Auke wrote: Andrew Morton wrote: Please resend when convenient. Maybe more luodly or something, I dunno. just repost to me and Jeff and I'll pick it up this week if Jeff does not. Sent few hours ago, you should had received a copy, hadn't you? -- To unsubscribe

Re: [PATCH 1/1] Net: e100, fix iomap mem accesses

2008-01-27 Thread Andrew Morton
On Fri, 18 Jan 2008 14:38:51 -0500 Jeff Garzik <[EMAIL PROTECTED]> wrote: > Jiri Slaby wrote: > > readX functions are not permitted on iomap-ped space change to ioreadX, > > also pci_unmap pci_map-ped space on exit (instead of iounmap). > > > > Signed-off-by: Jiri Slaby <[EMAIL PROTECTED]> > >

Re: [PATCH 1/1] Net: e100, fix iomap mem accesses

2008-01-18 Thread Jiri Slaby
On 01/18/2008 08:38 PM, Jeff Garzik wrote: Jiri Slaby wrote: readX functions are not permitted on iomap-ped space change to ioreadX, also pci_unmap pci_map-ped space on exit (instead of iounmap). Signed-off-by: Jiri Slaby <[EMAIL PROTECTED]> --- drivers/net/e100.c |8 1 files

Re: [PATCH 1/1] Net: e100, fix iomap mem accesses

2008-01-18 Thread Jeff Garzik
Jiri Slaby wrote: readX functions are not permitted on iomap-ped space change to ioreadX, also pci_unmap pci_map-ped space on exit (instead of iounmap). Signed-off-by: Jiri Slaby <[EMAIL PROTECTED]> --- drivers/net/e100.c |8 1 files changed, 4 insertions(+), 4 deletions(-) diff

Re: [PATCH 1/1] Net: e100, fix iomap mem accesses

2008-01-18 Thread Jiri Slaby
On 01/18/2008 08:38 PM, Jeff Garzik wrote: Jiri Slaby wrote: readX functions are not permitted on iomap-ped space change to ioreadX, also pci_unmap pci_map-ped space on exit (instead of iounmap). Signed-off-by: Jiri Slaby [EMAIL PROTECTED] --- drivers/net/e100.c |8 1 files

Re: [PATCH 1/1] Net: e100, fix iomap mem accesses

2008-01-18 Thread Jeff Garzik
Jiri Slaby wrote: readX functions are not permitted on iomap-ped space change to ioreadX, also pci_unmap pci_map-ped space on exit (instead of iounmap). Signed-off-by: Jiri Slaby [EMAIL PROTECTED] --- drivers/net/e100.c |8 1 files changed, 4 insertions(+), 4 deletions(-) diff

[PATCH 1/1] Net: e100, fix iomap mem accesses

2008-01-17 Thread Jiri Slaby
readX functions are not permitted on iomap-ped space change to ioreadX, also pci_unmap pci_map-ped space on exit (instead of iounmap). Signed-off-by: Jiri Slaby <[EMAIL PROTECTED]> --- drivers/net/e100.c |8 1 files changed, 4 insertions(+), 4 deletions(-) diff --git

[PATCH 1/1] Net: e100, fix iomap mem accesses

2008-01-17 Thread Jiri Slaby
readX functions are not permitted on iomap-ped space change to ioreadX, also pci_unmap pci_map-ped space on exit (instead of iounmap). Signed-off-by: Jiri Slaby [EMAIL PROTECTED] --- drivers/net/e100.c |8 1 files changed, 4 insertions(+), 4 deletions(-) diff --git