Results:
References: [ +subject:/^(?:^\s*(re|sv|fwd|fw)[\[\]\d]*[:>-]+\s*)*isa_read\/write\s+not\s+available\s+on\s+ppc\s+\-\s+solution\s+suggestions\s+\?\?\s*$/: 16 ]
Total 16 documents matching your query.
- 1. isa_read/write not available on ppc - solution suggestions ?? (score: 1)
- Author: mike_phillips@xxxxxxxxxxx
- Date: Tue, 1 May 2001 09:52:30 -0400
- To get the pcmcia ibmtr driver (ibmtr/ibmtr_cs) working on ppc, all the isa_read/write's have to be changed to regular read/write due to the lack of the isa_read/write functions for ppc. So, the ques
- /archives/netdev/2001-05/msg00002.html (8,625 bytes)
- 2. Re: isa_read/write not available on ppc - solution suggestions ?? (score: 1)
- Author: Alan Cox <alan@xxxxxxxxxxxxxxxxxxx>
- Date: Tue, 1 May 2001 15:35:40 +0100 (BST)
- readb/readw/readl have always worked for ISA bus. They simply avoid the need for ioremap and are meant for lazy porting
- /archives/netdev/2001-05/msg00003.html (8,523 bytes)
- 3. Re: isa_read/write not available on ppc - solution suggestions ?? (score: 1)
- Author: Brian Gerst <bgerst@xxxxxxxxxxxxx>
- Date: Tue, 01 May 2001 10:36:02 -0400
- Treat it like a PCI device and use ioremap(). Then change isa_readl() to readl() etc. -- Brian Gerst
- /archives/netdev/2001-05/msg00004.html (8,551 bytes)
- 4. Re: isa_read/write not available on ppc - solution suggestions ?? (score: 1)
- Author: Brian Gerst <bgerst@xxxxxxxxxxxxx>
- Date: Tue, 01 May 2001 10:50:57 -0400
- You meant isa_read* were for lazy porting. read* require ioremap be done before hand, even for ISA. -- Brian Gerst
- /archives/netdev/2001-05/msg00005.html (8,697 bytes)
- 5. Re: isa_read/write not available on ppc - solution suggestions ?? (score: 1)
- Author: Alan Cox <alan@xxxxxxxxxxxxxxxxxxx>
- Date: Tue, 1 May 2001 16:14:24 +0100 (BST)
- Indeed I do
- /archives/netdev/2001-05/msg00006.html (8,563 bytes)
- 6. Re: isa_read/write not available on ppc - solution suggestions ?? (score: 1)
- Author: mike_phillips@xxxxxxxxxxx
- Date: Tue, 1 May 2001 11:27:31 -0400
- lack Bleurgh, the latest version of the driver (not in the kernel yet) searches for turbo based cards by checking the isa address space from 0xc0000 - 0xe0000 in 8k chunks. So we'd have to ioremap e
- /archives/netdev/2001-05/msg00007.html (8,739 bytes)
- 7. Re: isa_read/write not available on ppc - solution suggestions ?? (score: 1)
- Author: Geert Uytterhoeven <geert@xxxxxxxxxxxxxx>
- Date: Tue, 1 May 2001 19:33:09 +0200 (CEST)
- Please go for option c. Also note that ISA memory space is not available on all PPC platforms. Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@xxxxxxxxxxx
- /archives/netdev/2001-05/msg00010.html (9,652 bytes)
- 8. Re: isa_read/write not available on ppc - solution suggestions ?? (score: 1)
- Author: Arnaldo Carvalho de Melo <acme@xxxxxxxxxxxxxxxx>
- Date: Tue, 1 May 2001 01:32:19 -0300
- Em Tue, May 01, 2001 at 09:52:30AM -0400, mike_phillips@xxxxxxxxxxx escreveu: I did that because I was lazy to use ioremap in my driver, but I found time and fixed it properly eventually, too late, l
- /archives/netdev/2001-05/msg00013.html (9,584 bytes)
- 9. isa_read/write not available on ppc - solution suggestions ?? (score: 1)
- Author: mike_phillips@xxxxxxxxxxx
- Date: Tue, 1 May 2001 09:52:30 -0400
- To get the pcmcia ibmtr driver (ibmtr/ibmtr_cs) working on ppc, all the isa_read/write's have to be changed to regular read/write due to the lack of the isa_read/write functions for ppc. So, the ques
- /archives/netdev/2001-05/msg00139.html (8,640 bytes)
- 10. Re: isa_read/write not available on ppc - solution suggestions ?? (score: 1)
- Author: Alan Cox <alan@xxxxxxxxxxxxxxxxxxx>
- Date: Tue, 1 May 2001 15:35:40 +0100 (BST)
- readb/readw/readl have always worked for ISA bus. They simply avoid the need for ioremap and are meant for lazy porting
- /archives/netdev/2001-05/msg00140.html (8,619 bytes)
- 11. Re: isa_read/write not available on ppc - solution suggestions ?? (score: 1)
- Author: Brian Gerst <bgerst@xxxxxxxxxxxxx>
- Date: Tue, 01 May 2001 10:36:02 -0400
- Treat it like a PCI device and use ioremap(). Then change isa_readl() to readl() etc. -- Brian Gerst
- /archives/netdev/2001-05/msg00141.html (8,598 bytes)
- 12. Re: isa_read/write not available on ppc - solution suggestions ?? (score: 1)
- Author: Brian Gerst <bgerst@xxxxxxxxxxxxx>
- Date: Tue, 01 May 2001 10:50:57 -0400
- You meant isa_read* were for lazy porting. read* require ioremap be done before hand, even for ISA. -- Brian Gerst
- /archives/netdev/2001-05/msg00142.html (8,722 bytes)
- 13. Re: isa_read/write not available on ppc - solution suggestions ?? (score: 1)
- Author: Alan Cox <alan@xxxxxxxxxxxxxxxxxxx>
- Date: Tue, 1 May 2001 16:14:24 +0100 (BST)
- Indeed I do
- /archives/netdev/2001-05/msg00143.html (8,588 bytes)
- 14. Re: isa_read/write not available on ppc - solution suggestions ?? (score: 1)
- Author: mike_phillips@xxxxxxxxxxx
- Date: Tue, 1 May 2001 11:27:31 -0400
- lack Bleurgh, the latest version of the driver (not in the kernel yet) searches for turbo based cards by checking the isa address space from 0xc0000 - 0xe0000 in 8k chunks. So we'd have to ioremap e
- /archives/netdev/2001-05/msg00144.html (8,739 bytes)
- 15. Re: isa_read/write not available on ppc - solution suggestions ?? (score: 1)
- Author: Geert Uytterhoeven <geert@xxxxxxxxxxxxxx>
- Date: Tue, 1 May 2001 19:33:09 +0200 (CEST)
- Please go for option c. Also note that ISA memory space is not available on all PPC platforms. Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@xxxxxxxxxxx
- /archives/netdev/2001-05/msg00147.html (9,699 bytes)
- 16. Re: isa_read/write not available on ppc - solution suggestions ?? (score: 1)
- Author: Arnaldo Carvalho de Melo <acme@xxxxxxxxxxxxxxxx>
- Date: Tue, 1 May 2001 01:32:19 -0300
- Em Tue, May 01, 2001 at 09:52:30AM -0400, mike_phillips@xxxxxxxxxxx escreveu: I did that because I was lazy to use ioremap in my driver, but I found time and fixed it properly eventually, too late, l
- /archives/netdev/2001-05/msg00150.html (9,727 bytes)
Current List: 1 - 16
Page: [1]
This search system is powered by
Namazu