Re: newbus and isa auto irq

1999-04-20 Thread Doug Rabson
On Mon, 19 Apr 1999, Luoqi Chen wrote: This is not happening for the maddr stuff. I suspect this would do better: if (portsize 0) isa_set_portsize(dev, portsize); if (dvp-id_iobase = 0)

Re: newbus and isa auto irq

1999-04-19 Thread Doug Rabson
On Sun, 18 Apr 1999, John Hay wrote: Hi, I ave found one more thing that seems to be broken. I have used the irq autodetect feature of the ed(4) for a long time, but it seems that the newbus compatability shim is not doing the right thing with it. My kernel config file have a line like

Re: newbus and isa auto irq

1999-04-19 Thread Luoqi Chen
Hi, I ave found one more thing that seems to be broken. I have used the irq autodetect feature of the ed(4) for a long time, but it seems that the newbus compatability shim is not doing the right thing with it. My kernel config file have a line like this: device ed0 at isa? port 0x280

Re: newbus and isa auto irq

1999-04-19 Thread John Hay
I ave found one more thing that seems to be broken. I have used the irq autodetect feature of the ed(4) for a long time, but it seems that the newbus compatability shim is not doing the right thing with it. My kernel config file have a line like this: device ed0 at isa? port 0x280

Re: newbus and isa auto irq

1999-04-19 Thread Peter Wemm
John Hay wrote: [..] Apr 19 19:22:28 orca /kernel.doug: ppc0: interrupting at irq 7 Apr 19 19:22:28 orca /kernel.doug: ed0 at port 0x280-0x29f on isa0 Apr 19 19:22:28 orca /kernel.doug: ed0: address 00:00:c0:1d:43:db, type SMC82 16/ SMC8216C (16 bit) Apr 19 19:22:28 orca /kernel.doug:

Re: newbus and isa auto irq

1999-04-19 Thread Luoqi Chen
This is not happening for the maddr stuff. I suspect this would do better: if (portsize 0) isa_set_portsize(dev, portsize); if (dvp-id_iobase = 0) isa_set_port(dev,

newbus and isa auto irq

1999-04-18 Thread John Hay
Hi, I ave found one more thing that seems to be broken. I have used the irq autodetect feature of the ed(4) for a long time, but it seems that the newbus compatability shim is not doing the right thing with it. My kernel config file have a line like this: device ed0 at isa? port 0x280 net irq ?