All of lore.kernel.org
 help / color / mirror / Atom feed
* Re: FW: RE: [parisc-linux] 2.4.20-rc1-pa7 boot problem on b180
       [not found] <20021125180014.A7440482A@dsl2.external.hp.com>
@ 2002-11-27 10:43 ` jsoe0708
  0 siblings, 0 replies; 9+ messages in thread
From: jsoe0708 @ 2002-11-27 10:43 UTC (permalink / raw)
  To: Grant Grundler; +Cc: parisc-linux

Hi grant,

>
>jsoe0708@tiscali.be wrote:
>> Hi Grant,
>> 
>> Could it be related to your patch in msg:
>> http://lists.parisc-linux.org/pipermail/parisc-linux/2002-November/018418.htm
>>   l
>> 
>> If yes can you re-forward it to me (I lost it sorry)?
>
>hmm....I doubt it. I'd expect the box to crash if it were.
>
You have right it doesn't matter.

But I do some progress:
Partition Check locks on the b180 at :
....
    res=check_part[i](hd, bdev, first_sector, first_part_minor);
....
in check_partition(...)

in the very first check_part[0]

Now how may I determine (with printk) which actual function is called?

Thanks,
    Joel



********************************************************************************
Controlez mieux votre consommation Internet...surfez Tiscali Complete...http://tiscali.complete.be

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

* Re: FW: RE: [parisc-linux] 2.4.20-rc1-pa7 boot problem on b180
@ 2002-11-27 13:08 jsoe0708
  2002-11-27 18:09 ` jsoe0708
  0 siblings, 1 reply; 9+ messages in thread
From: jsoe0708 @ 2002-11-27 13:08 UTC (permalink / raw)
  To: Grant Grundler; +Cc: parisc-linux

Hi grant,
>
>>
>>jsoe0708@tiscali.be wrote:
>>> Hi Grant,
>>>
>>> Could it be related to your patch in msg:
>>> http://lists.parisc-linux.org/pipermail/parisc-linux/2002-November/018418.htm
>>>   l
>>>
>>> If yes can you re-forward it to me (I lost it sorry)?
>>
>>hmm....I doubt it. I'd expect the box to crash if it were.
>>
>You have right it doesn't matter.
>
>But I do some progress:
>Partition Check locks on the b180 at :
>....
>    res=check_part[i](hd, bdev, first_sector, first_part_minor);
>....
>in check_partition(...)
>
>in the very first check_part[0]
>
>Now how may I determine (with printk) which actual function is called?
>
Well stopping gcc at preprocessing stage, I reach to figure out that only
msdos_partition is configured.

I continue (i will check first transmitted parameter values)

Joel


********************************************************************************
Controlez mieux votre consommation Internet...surfez Tiscali Complete...http://tiscali.complete.be

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

* Re: FW: RE: [parisc-linux] 2.4.20-rc1-pa7 boot problem on b180
  2002-11-27 13:08 FW: RE: [parisc-linux] 2.4.20-rc1-pa7 boot problem on b180 jsoe0708
@ 2002-11-27 18:09 ` jsoe0708
  2002-11-27 18:21   ` Matthew Wilcox
  0 siblings, 1 reply; 9+ messages in thread
From: jsoe0708 @ 2002-11-27 18:09 UTC (permalink / raw)
  To: Grant Grundler; +Cc: parisc-linux

Hi grant,
>>
>>>
>>>jsoe0708@tiscali.be wrote:
>>>> Hi Grant,
>>>>
>>>> Could it be related to your patch in msg:
>>>> http://lists.parisc-linux.org/pipermail/parisc-linux/2002-November/018418.htm
>>>>   l
>>>>
>>>> If yes can you re-forward it to me (I lost it sorry)?
>>>
>>>hmm....I doubt it. I'd expect the box to crash if it were.
>>>
>>You have right it doesn't matter.
>>
>>But I do some progress:
>>Partition Check locks on the b180 at :
>>....
>>    res=check_part[i](hd, bdev, first_sector, first_part_minor);
>>....
>>in check_partition(...)
>>
>>in the very first check_part[0]
>>
>>Now how may I determine (with printk) which actual function is called?
>>
>Well stopping gcc at preprocessing stage, I reach to figure out that only
>msdos_partition is configured.
>
>I continue (i will check first transmitted parameter values)
>
Well that is ok. 

Should this patch <http://lists.parisc-linux.org/hypermail/parisc-linux/10440.html>

be backport into 2.4?

Joel

********************************************************************************
Controlez mieux votre consommation Internet...surfez Tiscali Complete...http://tiscali.complete.be

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

* Re: FW: RE: [parisc-linux] 2.4.20-rc1-pa7 boot problem on b180
  2002-11-27 18:09 ` jsoe0708
@ 2002-11-27 18:21   ` Matthew Wilcox
  2002-11-27 18:37     ` jsoe0708
  2002-11-29  8:17     ` [parisc-linux] 2.4.20-pa9 Joel Soete
  0 siblings, 2 replies; 9+ messages in thread
From: Matthew Wilcox @ 2002-11-27 18:21 UTC (permalink / raw)
  To: jsoe0708; +Cc: Grant Grundler, parisc-linux

On Wed, Nov 27, 2002 at 07:09:18PM +0100, jsoe0708@tiscali.be wrote:
> Should this patch <http://lists.parisc-linux.org/hypermail/parisc-linux/10440.html>
> 
> be backport into 2.4?

which of those patches are not already in 2.4?

-- 
"It's not Hollywood.  War is real, war is primarily not about defeat or
victory, it is about death.  I've seen thousands and thousands of dead bodies.
Do you think I want to have an academic debate on this subject?" -- Robert Fisk

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

* Re: FW: RE: [parisc-linux] 2.4.20-rc1-pa7 boot problem on b180
  2002-11-27 18:21   ` Matthew Wilcox
@ 2002-11-27 18:37     ` jsoe0708
  2002-11-28 14:31       ` jsoe0708
  2002-11-29  8:17     ` [parisc-linux] 2.4.20-pa9 Joel Soete
  1 sibling, 1 reply; 9+ messages in thread
From: jsoe0708 @ 2002-11-27 18:37 UTC (permalink / raw)
  To: Matthew Wilcox; +Cc: Grant Grundler, parisc-linux

>
>On Wed, Nov 27, 2002 at 07:09:18PM +0100, jsoe0708@tiscali.be wrote:
>> Should this patch <http://lists.parisc-linux.org/hypermail/parisc-linux/10440.html>
>> 
>> be backport into 2.4?
>
>which of those patches are not already in 2.4?
>
Don't know? Patch refer to 2.5

Joel

********************************************************************************
Controlez mieux votre consommation Internet...surfez Tiscali Complete...http://tiscali.complete.be

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

* Re: FW: RE: [parisc-linux] 2.4.20-rc1-pa7 boot problem on b180
  2002-11-27 18:37     ` jsoe0708
@ 2002-11-28 14:31       ` jsoe0708
  2002-11-28 16:27         ` jsoe0708
  0 siblings, 1 reply; 9+ messages in thread
From: jsoe0708 @ 2002-11-28 14:31 UTC (permalink / raw)
  To: Grant Grundler; +Cc: Ryan Bradetich, parisc-linux

Hi Grant,
>>
>>On Wed, Nov 27, 2002 at 07:09:18PM +0100, jsoe0708@tiscali.be wrote:
>>> Should this patch <http://lists.parisc-linux.org/hypermail/parisc-lin=
ux/10440.html>
>>> 
>>> be backport into 2.4?
>>
>>which of those patches are not already in 2.4?
>>
>Don't know? Patch refer to 2.5
>
Hmm do not know yet if this stand in 2.4 (I think so but not sure), never=

the less by curiosity I apply the Ryan patch: <http://lists.parisc-linux.=
org/pipermail/parisc-linux/2002-November/018414.html>
and it also solved the problem of the b180 boot???

Grant && Ryan, thanks a lot,
    Joel


*************************************************************************=
*******
Controlez mieux votre consommation Internet...surfez Tiscali Complete...h=
ttp://tiscali.complete.be

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

* Re: FW: RE: [parisc-linux] 2.4.20-rc1-pa7 boot problem on b180
  2002-11-28 14:31       ` jsoe0708
@ 2002-11-28 16:27         ` jsoe0708
  2002-12-03  4:09           ` Grant Grundler
  0 siblings, 1 reply; 9+ messages in thread
From: jsoe0708 @ 2002-11-28 16:27 UTC (permalink / raw)
  To: Grant Grundler; +Cc: Ryan Bradetich, parisc-linux

>the less by curiosity I apply the Ryan patch: <http://lists.parisc-linux=
.org/pipermail/parisc-linux/2002-November/018414.html>
>and it also solved the problem of the b180 boot???
>

Don't know if could help but I also notice the following difference at bo=
ot
time:

With highmem_io=3D1 on a b2000
sym1: SCSI BUS has been reset.
scsi0 : sym-2.1.17a
scsi1 : sym-2.1.17a
blk: queue 100aca74, I/O limit 4095Mb (mask 0xffffffff)??? blk_queue_boun=
ce_limit
  Vendor: QUANTUM   Model: ATLAS5-9LVD       Rev: HP04
  Type:   Direct-Access                      ANSI SCSI revision: 03
blk: queue 100acb74, I/O limit 4095Mb (mask 0xffffffff)
  Vendor: QUANTUM   Model: ATLAS5-9LVD       Rev: HP04
  Type:   Direct-Access                      ANSI SCSI revision: 03
blk: queue 100acc74, I/O limit 4095Mb (mask 0xffffffff)
sym1:5:0: tagged command queuing enabled, command queue depth 16.
sym1:6:0: tagged command queuing enabled, command queue depth 16.


with highmem_io=3D0 on a b180
sym0: SCSI BUS has been reset.
scsi0 : sym-2.1.17a
  Vendor: IBM       Model: DDRS-39130WS      Rev: HP01
  Type:   Direct-Access                      ANSI SCSI revision: 02
  Vendor: IBM       Model: DDRS-39130WS      Rev: HP01
  Type:   Direct-Access                      ANSI SCSI revision: 02
sym0:5:0: tagged command queuing enabled, command queue depth 16.
sym0:6:0: tagged command queuing enabled, command queue depth 16.

hth,
    Joel


*************************************************************************=
*******
Controlez mieux votre consommation Internet...surfez Tiscali Complete...h=
ttp://tiscali.complete.be

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

* [parisc-linux] 2.4.20-pa9
  2002-11-27 18:21   ` Matthew Wilcox
  2002-11-27 18:37     ` jsoe0708
@ 2002-11-29  8:17     ` Joel Soete
  1 sibling, 0 replies; 9+ messages in thread
From: Joel Soete @ 2002-11-29  8:17 UTC (permalink / raw)
  To: Matthew Wilcox; +Cc: parisc-linux

Willy,

Thanks for release,
    Joel

********************************************************************************
Controlez mieux votre consommation Internet...surfez Tiscali Complete...http://tiscali.complete.be

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

* Re: FW: RE: [parisc-linux] 2.4.20-rc1-pa7 boot problem on b180
  2002-11-28 16:27         ` jsoe0708
@ 2002-12-03  4:09           ` Grant Grundler
  0 siblings, 0 replies; 9+ messages in thread
From: Grant Grundler @ 2002-12-03  4:09 UTC (permalink / raw)
  To: jsoe0708; +Cc: Ryan Bradetich, parisc-linux

jsoe0708@tiscali.be wrote:
> >the less by curiosity I apply the Ryan patch: <http://lists.parisc-linux=
> .org/pipermail/parisc-linux/2002-November/018414.html>
> >and it also solved the problem of the b180 boot??

yes - thanks for finding this!

arch/parisc/kernel/pci-dma.c has the same bug as what ccio driver
has/had regarding scatter/gather lists (pci_map_sg() interfaces).
Replace all references to "sg->address" with "sg_virt_addr(sg)".
Can you send me a patch off list for that?

If not, I'll probably do it since I'd like to get my B180 working on 2.4.20.
It will just take longer.

> Don't know if could help but I also notice the following difference at
> boot time:
> 
> With highmem_io=3D1 on a b2000
...
> with highmem_io=3D0 on a b180
...

It's hard to compare different SCSI implementations.
IIRC, B2000 uses 53c875 and B180 uses LASI for SE narrow SCSI.
Check to see which driver claims the respective SCSI controllers.

grant

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

end of thread, other threads:[~2002-12-03  4:09 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-11-27 13:08 FW: RE: [parisc-linux] 2.4.20-rc1-pa7 boot problem on b180 jsoe0708
2002-11-27 18:09 ` jsoe0708
2002-11-27 18:21   ` Matthew Wilcox
2002-11-27 18:37     ` jsoe0708
2002-11-28 14:31       ` jsoe0708
2002-11-28 16:27         ` jsoe0708
2002-12-03  4:09           ` Grant Grundler
2002-11-29  8:17     ` [parisc-linux] 2.4.20-pa9 Joel Soete
     [not found] <20021125180014.A7440482A@dsl2.external.hp.com>
2002-11-27 10:43 ` FW: RE: [parisc-linux] 2.4.20-rc1-pa7 boot problem on b180 jsoe0708

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.