All of lore.kernel.org
 help / color / mirror / Atom feed
* Re: [parisc-linux] k210/819 Zalon driver
  2002-07-09  7:56 [parisc-linux] k210/819 Zalon driver Stephan Trajkoff
@ 2002-07-09  7:29 ` Richard Hirst
  2002-07-09 11:23   ` Stephan Trajkoff
  2002-07-09 13:03   ` Matthew Wilcox
  2002-07-20 12:27 ` Richard Hirst
  1 sibling, 2 replies; 8+ messages in thread
From: Richard Hirst @ 2002-07-09  7:29 UTC (permalink / raw)
  To: Stephan Trajkoff; +Cc: parisc-linux

On Tue, Jul 09, 2002 at 10:56:01AM +0300, Stephan Trajkoff wrote:
> Hi,
> why I need to enable PCI/EISA to make available option zalon driver in 
> SCSI drivers?
> My HP K210 don't have PCIs and EISA?!!?!?!?

At the moment you have to enable PCI because that is the way the config
script is organised.  I don't know if zalon support would build without
PCI because it uses the ncr53c8xx driver which normally drives only PCI
chips.  It is an area that needs attention anyway, because if you enable
sym53c8xx_2 you wont get the zalon option at all (which is obviously
wrong).

Richard?!!?!?!?

^ permalink raw reply	[flat|nested] 8+ messages in thread

* [parisc-linux] k210/819 Zalon driver
@ 2002-07-09  7:56 Stephan Trajkoff
  2002-07-09  7:29 ` Richard Hirst
  2002-07-20 12:27 ` Richard Hirst
  0 siblings, 2 replies; 8+ messages in thread
From: Stephan Trajkoff @ 2002-07-09  7:56 UTC (permalink / raw)
  To: parisc-linux

Hi,
why I need to enable PCI/EISA to make available option zalon driver in 
SCSI drivers?
My HP K210 don't have PCIs and EISA?!!?!?!?

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [parisc-linux] k210/819 Zalon driver
  2002-07-09 11:23   ` Stephan Trajkoff
@ 2002-07-09 11:09     ` Andy Walker
  2002-07-09 11:34       ` Stephan Trajkoff
  2002-07-09 18:48     ` Grant Grundler
  1 sibling, 1 reply; 8+ messages in thread
From: Andy Walker @ 2002-07-09 11:09 UTC (permalink / raw)
  To: Stephan Trajkoff; +Cc: Richard Hirst, parisc-linux

Quoting Stephan Trajkoff <stephan@itp.bg>:

> T think that my HP K210 don't have any PCIs or EISAs...
> dmesg don't show me that I have any PCIs or EISAs...
> and I have ncr53c720 not 8xx
> 

No, you don't have PCI or EISA, but you do need the PCI code for the
time being. Although the Zalon board has a 720, it is driven by
the 8xx code. The 53c8xx driver has been modified to handle the 720
(which is a lot closer to the 8xx chips in terms of scrip capabilities
than its poor 700 and 710 relations).

-Andy



> 
> Richard Hirst wrote:
> 
> >On Tue, Jul 09, 2002 at 10:56:01AM +0300, Stephan Trajkoff wrote:
> >  
> >
> >>Hi,
> >>why I need to enable PCI/EISA to make available option zalon driver in
> 
> >>SCSI drivers?
> >>My HP K210 don't have PCIs and EISA?!!?!?!?
> >>    
> >>
> >
> >At the moment you have to enable PCI because that is the way the
> config
> >script is organised.  I don't know if zalon support would build
> without
> >PCI because it uses the ncr53c8xx driver which normally drives only
> PCI
> >chips.  It is an area that needs attention anyway, because if you
> enable
> >sym53c8xx_2 you wont get the zalon option at all (which is obviously
> >wrong).
> >
> >Richard?!!?!?!?
> >
> >
> >_______________________________________________
> >parisc-linux mailing list
> >parisc-linux@lists.parisc-linux.org
> >http://lists.parisc-linux.org/mailman/listinfo/parisc-linux
> >
> >
> >  
> >
> 
> 
> 
> 
> _______________________________________________
> parisc-linux mailing list
> parisc-linux@lists.parisc-linux.org
> http://lists.parisc-linux.org/mailman/listinfo/parisc-linux
> 


------------------------------------------------------------
Få din egen @start.no-adresse gratis på http://www.start.no/

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [parisc-linux] k210/819 Zalon driver
  2002-07-09  7:29 ` Richard Hirst
@ 2002-07-09 11:23   ` Stephan Trajkoff
  2002-07-09 11:09     ` Andy Walker
  2002-07-09 18:48     ` Grant Grundler
  2002-07-09 13:03   ` Matthew Wilcox
  1 sibling, 2 replies; 8+ messages in thread
From: Stephan Trajkoff @ 2002-07-09 11:23 UTC (permalink / raw)
  To: Richard Hirst, parisc-linux

T think that my HP K210 don't have any PCIs or EISAs...
dmesg don't show me that I have any PCIs or EISAs...
and I have ncr53c720 not 8xx



Richard Hirst wrote:

>On Tue, Jul 09, 2002 at 10:56:01AM +0300, Stephan Trajkoff wrote:
>  
>
>>Hi,
>>why I need to enable PCI/EISA to make available option zalon driver in 
>>SCSI drivers?
>>My HP K210 don't have PCIs and EISA?!!?!?!?
>>    
>>
>
>At the moment you have to enable PCI because that is the way the config
>script is organised.  I don't know if zalon support would build without
>PCI because it uses the ncr53c8xx driver which normally drives only PCI
>chips.  It is an area that needs attention anyway, because if you enable
>sym53c8xx_2 you wont get the zalon option at all (which is obviously
>wrong).
>
>Richard?!!?!?!?
>
>
>_______________________________________________
>parisc-linux mailing list
>parisc-linux@lists.parisc-linux.org
>http://lists.parisc-linux.org/mailman/listinfo/parisc-linux
>
>
>  
>

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [parisc-linux] k210/819 Zalon driver
  2002-07-09 11:09     ` Andy Walker
@ 2002-07-09 11:34       ` Stephan Trajkoff
  0 siblings, 0 replies; 8+ messages in thread
From: Stephan Trajkoff @ 2002-07-09 11:34 UTC (permalink / raw)
  To: Andy Walker, parisc-linux

It is very confusing thing, for this reason I compiled kernel 10 times, 
to understand that I have to enable PCI...

Andy Walker wrote:

>Quoting Stephan Trajkoff <stephan@itp.bg>:
>
>  
>
>>T think that my HP K210 don't have any PCIs or EISAs...
>>dmesg don't show me that I have any PCIs or EISAs...
>>and I have ncr53c720 not 8xx
>>
>>    
>>
>
>No, you don't have PCI or EISA, but you do need the PCI code for the
>time being. Although the Zalon board has a 720, it is driven by
>the 8xx code. The 53c8xx driver has been modified to handle the 720
>(which is a lot closer to the 8xx chips in terms of scrip capabilities
>than its poor 700 and 710 relations).
>
>-Andy
>
>
>
>  
>
>>Richard Hirst wrote:
>>
>>    
>>
>>>On Tue, Jul 09, 2002 at 10:56:01AM +0300, Stephan Trajkoff wrote:
>>> 
>>>
>>>      
>>>
>>>>Hi,
>>>>why I need to enable PCI/EISA to make available option zalon driver in
>>>>        
>>>>
>>>>SCSI drivers?
>>>>My HP K210 don't have PCIs and EISA?!!?!?!?
>>>>   
>>>>
>>>>        
>>>>
>>>At the moment you have to enable PCI because that is the way the
>>>      
>>>
>>config
>>    
>>
>>>script is organised.  I don't know if zalon support would build
>>>      
>>>
>>without
>>    
>>
>>>PCI because it uses the ncr53c8xx driver which normally drives only
>>>      
>>>
>>PCI
>>    
>>
>>>chips.  It is an area that needs attention anyway, because if you
>>>      
>>>
>>enable
>>    
>>
>>>sym53c8xx_2 you wont get the zalon option at all (which is obviously
>>>wrong).
>>>
>>>Richard?!!?!?!?
>>>
>>>
>>>_______________________________________________
>>>parisc-linux mailing list
>>>parisc-linux@lists.parisc-linux.org
>>>http://lists.parisc-linux.org/mailman/listinfo/parisc-linux
>>>
>>>
>>> 
>>>
>>>      
>>>
>>
>>
>>_______________________________________________
>>parisc-linux mailing list
>>parisc-linux@lists.parisc-linux.org
>>http://lists.parisc-linux.org/mailman/listinfo/parisc-linux
>>
>>    
>>
>
>
>------------------------------------------------------------
>Få din egen @start.no-adresse gratis på http://www.start.no/
>
>_______________________________________________
>parisc-linux mailing list
>parisc-linux@lists.parisc-linux.org
>http://lists.parisc-linux.org/mailman/listinfo/parisc-linux
>
>
>  
>

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [parisc-linux] k210/819 Zalon driver
  2002-07-09  7:29 ` Richard Hirst
  2002-07-09 11:23   ` Stephan Trajkoff
@ 2002-07-09 13:03   ` Matthew Wilcox
  1 sibling, 0 replies; 8+ messages in thread
From: Matthew Wilcox @ 2002-07-09 13:03 UTC (permalink / raw)
  To: Richard Hirst; +Cc: Stephan Trajkoff, parisc-linux

On Tue, Jul 09, 2002 at 08:29:16AM +0100, Richard Hirst wrote:
> On Tue, Jul 09, 2002 at 10:56:01AM +0300, Stephan Trajkoff wrote:
> > Hi,
> > why I need to enable PCI/EISA to make available option zalon driver in 
> > SCSI drivers?
> > My HP K210 don't have PCIs and EISA?!!?!?!?
> 
> At the moment you have to enable PCI because that is the way the config
> script is organised.  I don't know if zalon support would build without
> PCI because it uses the ncr53c8xx driver which normally drives only PCI
> chips.  It is an area that needs attention anyway, because if you enable
> sym53c8xx_2 you wont get the zalon option at all (which is obviously
> wrong).
> 
> Richard?!!?!?!?

Something else is that even if you don't have PCI slots, some of the cards
you have may contain a GSC<->PCI adapter and a PCI device.  The 100Mbit
& Gigabit lan cards are definitely like this and there may be others.

It probably is possible to compile the zalon driver without having PCI
enabled but it'll take a small amount of work to verify.

-- 
Revolutions do not require corporate support.

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [parisc-linux] k210/819 Zalon driver
  2002-07-09 11:23   ` Stephan Trajkoff
  2002-07-09 11:09     ` Andy Walker
@ 2002-07-09 18:48     ` Grant Grundler
  1 sibling, 0 replies; 8+ messages in thread
From: Grant Grundler @ 2002-07-09 18:48 UTC (permalink / raw)
  To: Stephan Trajkoff; +Cc: parisc-linux

Stephan Trajkoff wrote:
> T think that my HP K210 don't have any PCIs or EISAs...
> dmesg don't show me that I have any PCIs or EISAs...
> and I have ncr53c720 not 8xx

Right. It's confusing. Please send a patch that either corrects
the problem or gives a useful error. I don't expect it to be that
hard to do but it does take time. I'm more interested in working
on SMP-Interrupt issues (per-CPU statistics and IRQ regions,
Interrupt distribution).

thanks,
grant

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [parisc-linux] k210/819 Zalon driver
  2002-07-09  7:56 [parisc-linux] k210/819 Zalon driver Stephan Trajkoff
  2002-07-09  7:29 ` Richard Hirst
@ 2002-07-20 12:27 ` Richard Hirst
  1 sibling, 0 replies; 8+ messages in thread
From: Richard Hirst @ 2002-07-20 12:27 UTC (permalink / raw)
  To: Stephan Trajkoff; +Cc: parisc-linux

On Tue, Jul 09, 2002 at 10:56:01AM +0300, Stephan Trajkoff wrote:
> Hi,
> why I need to enable PCI/EISA to make available option zalon driver in 
> SCSI drivers?

You don't need to any more.

Richard

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2002-07-20 13:29 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-07-09  7:56 [parisc-linux] k210/819 Zalon driver Stephan Trajkoff
2002-07-09  7:29 ` Richard Hirst
2002-07-09 11:23   ` Stephan Trajkoff
2002-07-09 11:09     ` Andy Walker
2002-07-09 11:34       ` Stephan Trajkoff
2002-07-09 18:48     ` Grant Grundler
2002-07-09 13:03   ` Matthew Wilcox
2002-07-20 12:27 ` Richard Hirst

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.