Re: APIC problem or 3com 3c590 driver problem in smp kernel 2.4.x

2001-06-02 Thread Feng Xian
On Sat, 2 Jun 2001, Alan Cox wrote: > > It's our own's card. so it could be the card's problem. does the pci > > device have to do some special thing to support APIC? my card won't work > > Nope. APIC is invisible to a correctly built piece of hardware. It just changes > how INTA-INTD are

Re: APIC problem or 3com 3c590 driver problem in smp kernel 2.4.x

2001-06-02 Thread Feng Xian
On Sat, 2 Jun 2001, Alan Cox wrote: It's our own's card. so it could be the card's problem. does the pci device have to do some special thing to support APIC? my card won't work Nope. APIC is invisible to a correctly built piece of hardware. It just changes how INTA-INTD are handled at

Re: APIC problem or 3com 3c590 driver problem in smp kernel 2.4.x

2001-06-01 Thread Feng Xian
It's our own's card. so it could be the card's problem. does the pci device have to do some special thing to support APIC? my card won't work properly on uni-processor with APIC enable kernel or smp kernel when the card is sharing IRQ with some other pci devices. Alex On Fri, 1 Jun 2001, Ingo

Re: APIC problem or 3com 3c590 driver problem in smp kernel 2.4.x

2001-06-01 Thread Ingo Oeser
On Thu, May 31, 2001 at 12:27:07PM -0400, Feng Xian wrote: > The driver for my pci device, I have the SA_SHIRQ set. What kind of PCI device do you have? I had this problem once with an PCI-Matchmaker[1] based board (for which we still have the wrong PCI-ID btw, but my patch was rejected

Re: APIC problem or 3com 3c590 driver problem in smp kernel 2.4.x

2001-06-01 Thread Ingo Oeser
On Thu, May 31, 2001 at 12:27:07PM -0400, Feng Xian wrote: The driver for my pci device, I have the SA_SHIRQ set. What kind of PCI device do you have? I had this problem once with an PCI-Matchmaker[1] based board (for which we still have the wrong PCI-ID btw, but my patch was rejected

Re: APIC problem or 3com 3c590 driver problem in smp kernel 2.4.x

2001-06-01 Thread Feng Xian
It's our own's card. so it could be the card's problem. does the pci device have to do some special thing to support APIC? my card won't work properly on uni-processor with APIC enable kernel or smp kernel when the card is sharing IRQ with some other pci devices. Alex On Fri, 1 Jun 2001, Ingo

Re: APIC problem or 3com 3c590 driver problem in smp kernel 2.4.x

2001-05-31 Thread Feng Xian
The driver for my pci device, I have the SA_SHIRQ set. Actually what I am thinking it may be APIC support problem. I rebuild my kernel to use single cpu without APIC support, my device and 3c905 both work fine. they don't work for SMP kernel (APIC is by default enabled) Then I configured my

Re: APIC problem or 3com 3c590 driver problem in smp kernel 2.4.x

2001-05-31 Thread Feng Xian
I am not sure if it's a VIA-based board. It's Dell's SMP board with Intel 820 chipset on it. -[00]-+-00.0 Intel Corporation 82820 820 (Camino) Chipset Host Bridge (MCH) +-01.0-[01]00.0 nVidia Corporation Vanta [NV6] +-1e.0-[02-03]--+-0a.0-[03]00.0 Chrysalis-ITS: c0de

Re: APIC problem or 3com 3c590 driver problem in smp kernel 2.4.x

2001-05-31 Thread Bogdan Costescu
On Wed, 30 May 2001, Feng Xian wrote: > when I run the kernel smp-2.4.x, my PCI > device can not receive any interrupt while the /proc/interrupts shows that > 3c905 receives over million of interrupts and number grows very fast. That's a bit strange as one of the first things done in 3c59x ISR

APIC problem or 3com 3c590 driver problem in smp kernel 2.4.x

2001-05-31 Thread Feng Xian
Hi, all, I have one pci device in my dell optiplex gx300 dual pIII box. when this device in a certain pci slot, it shares the same IRQ with the on mother board 3com NIC(3c905) (irq=5). when I run the kernel smp-2.4.x, my PCI device can not receive any interrupt while the /proc/interrupts shows

APIC problem or 3com 3c590 driver problem in smp kernel 2.4.x

2001-05-31 Thread Feng Xian
Hi, all, I have one pci device in my dell optiplex gx300 dual pIII box. when this device in a certain pci slot, it shares the same IRQ with the on mother board 3com NIC(3c905) (irq=5). when I run the kernel smp-2.4.x, my PCI device can not receive any interrupt while the /proc/interrupts shows

Re: APIC problem or 3com 3c590 driver problem in smp kernel 2.4.x

2001-05-31 Thread Bogdan Costescu
On Wed, 30 May 2001, Feng Xian wrote: when I run the kernel smp-2.4.x, my PCI device can not receive any interrupt while the /proc/interrupts shows that 3c905 receives over million of interrupts and number grows very fast. That's a bit strange as one of the first things done in 3c59x ISR is:

Re: APIC problem or 3com 3c590 driver problem in smp kernel 2.4.x

2001-05-31 Thread Feng Xian
I am not sure if it's a VIA-based board. It's Dell's SMP board with Intel 820 chipset on it. -[00]-+-00.0 Intel Corporation 82820 820 (Camino) Chipset Host Bridge (MCH) +-01.0-[01]00.0 nVidia Corporation Vanta [NV6] +-1e.0-[02-03]--+-0a.0-[03]00.0 Chrysalis-ITS: c0de

Re: APIC problem or 3com 3c590 driver problem in smp kernel 2.4.x

2001-05-31 Thread Feng Xian
The driver for my pci device, I have the SA_SHIRQ set. Actually what I am thinking it may be APIC support problem. I rebuild my kernel to use single cpu without APIC support, my device and 3c905 both work fine. they don't work for SMP kernel (APIC is by default enabled) Then I configured my