Re: [PATCH] hisax/sportster dependency error

2001-01-09 Thread Alan Cox
> > Almost every 10bit decode ISA card is like that. You don't need to do the > > work. The PCI alloc rules already cover it. > > so, if i understand this correctly, since all offsets actually in use > are 1024B multiples the following would be sufficient, or more elegant..? PCI allocation

Re: [PATCH] hisax/sportster dependency error

2001-01-09 Thread Daniel Stodden
hi. Alan Cox <[EMAIL PROTECTED]> writes: > > > according to sportster.c:get_io_range, this appears to be perfectly > > > intentional, request_regioning 64x8 byte from 0x268 in 1024byte-steps. > > > > AFAIK, this is because the hardware is stupid and does decode the higher > > address lines.

Re: [PATCH] hisax/sportster dependency error

2001-01-09 Thread Daniel Stodden
hi. Alan Cox [EMAIL PROTECTED] writes: according to sportster.c:get_io_range, this appears to be perfectly intentional, request_regioning 64x8 byte from 0x268 in 1024byte-steps. AFAIK, this is because the hardware is stupid and does decode the higher address lines. Therefore, the

Re: [PATCH] hisax/sportster dependency error

2001-01-09 Thread Alan Cox
Almost every 10bit decode ISA card is like that. You don't need to do the work. The PCI alloc rules already cover it. so, if i understand this correctly, since all offsets actually in use are 1024B multiples the following would be sufficient, or more elegant..? PCI allocation rules

Re: [PATCH] hisax/sportster dependency error

2001-01-07 Thread Alan Cox
> > according to sportster.c:get_io_range, this appears to be perfectly > > intentional, request_regioning 64x8 byte from 0x268 in 1024byte-steps. > > AFAIK, this is because the hardware is stupid and does decode the higher > address lines. Therefore, the IO ports are mirrored every 1024 bytes

Re: [PATCH] hisax/sportster dependency error

2001-01-07 Thread Kai Germaschewski
On Sat, 6 Jan 2001, Daniel Stodden wrote: > --- linux-2.4/drivers/isdn/hisax/Makefile.orig Sat Jan 6 02:47:31 2001 > +++ linux-2.4/drivers/isdn/hisax/Makefile Sat Jan 6 02:21:22 2001 > @@ -34,7 +34,7 @@ > hisax-objs-$(CONFIG_HISAX_ASUSCOM) += asuscom.o isac.o arcofi.o hscx.o >

Re: [PATCH] hisax/sportster dependency error

2001-01-07 Thread Kai Germaschewski
On Sat, 6 Jan 2001, Daniel Stodden wrote: --- linux-2.4/drivers/isdn/hisax/Makefile.orig Sat Jan 6 02:47:31 2001 +++ linux-2.4/drivers/isdn/hisax/Makefile Sat Jan 6 02:21:22 2001 @@ -34,7 +34,7 @@ hisax-objs-$(CONFIG_HISAX_ASUSCOM) += asuscom.o isac.o arcofi.o hscx.o

Re: [PATCH] hisax/sportster dependency error

2001-01-07 Thread Alan Cox
according to sportster.c:get_io_range, this appears to be perfectly intentional, request_regioning 64x8 byte from 0x268 in 1024byte-steps. AFAIK, this is because the hardware is stupid and does decode the higher address lines. Therefore, the IO ports are mirrored every 1024 bytes and

[PATCH] hisax/sportster dependency error

2001-01-05 Thread Daniel Stodden
hi. a patch and a question: patch: just a few missing symbols in 2.4.0-final: --- linux-2.4/drivers/isdn/hisax/Makefile.orig Sat Jan 6 02:47:31 2001 +++ linux-2.4/drivers/isdn/hisax/Makefile Sat Jan 6 02:21:22 2001 @@ -34,7 +34,7 @@ hisax-objs-$(CONFIG_HISAX_ASUSCOM) += asuscom.o

[PATCH] hisax/sportster dependency error

2001-01-05 Thread Daniel Stodden
hi. a patch and a question: patch: just a few missing symbols in 2.4.0-final: --- linux-2.4/drivers/isdn/hisax/Makefile.orig Sat Jan 6 02:47:31 2001 +++ linux-2.4/drivers/isdn/hisax/Makefile Sat Jan 6 02:21:22 2001 @@ -34,7 +34,7 @@ hisax-objs-$(CONFIG_HISAX_ASUSCOM) += asuscom.o