All of lore.kernel.org
 help / color / mirror / Atom feed
* [parisc-linux] ? New status of MUX or SCSI driver on E-series (and other...)
@ 2002-11-13 21:32 Christoph Plattner
  2002-11-13 21:54 ` Ryan Bradetich
  0 siblings, 1 reply; 5+ messages in thread
From: Christoph Plattner @ 2002-11-13 21:32 UTC (permalink / raw)
  To: parisc-linux@lists.parisc-linux.org

After such long time, I want to ask, if there any news?

Where there experiences (with logic analysator, etc...), if the
SCSI chip is accessed ?

Are there any news in accessing another port then port "0" on the
MUX. My experiments using "only" port "1" was also not successful,
the machine blocks !

Perhaps the PDC ROM setup influences the MUX device.

Answer is welcome.
Christoph




-- 
-------------------------------------------------------
private:	christoph.plattner@gmx.at
company:	christoph.plattner@alcatel.at

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

* Re: [parisc-linux] ? New status of MUX or SCSI driver on E-series (and other...)
  2002-11-13 21:32 [parisc-linux] ? New status of MUX or SCSI driver on E-series (and other...) Christoph Plattner
@ 2002-11-13 21:54 ` Ryan Bradetich
  2002-11-14 13:30   ` [parisc-linux] .PARISC.unwind where is it for pa2.0w? phi
  0 siblings, 1 reply; 5+ messages in thread
From: Ryan Bradetich @ 2002-11-13 21:54 UTC (permalink / raw)
  To: Christoph Plattner; +Cc: parisc-linux@lists.parisc-linux.org

Hello Christoph,


On Wed, Nov 13, 2002 at 10:32:21PM +0100, Christoph Plattner wrote:
> After such long time, I want to ask, if there any news?
> 
> Where there experiences (with logic analysator, etc...), if the
> SCSI chip is accessed ?

On the todo list ... still no forward progress yet :(

> Are there any news in accessing another port then port "0" on the
> MUX. My experiments using "only" port "1" was also not successful,
> the machine blocks !

The mux has been ported to linux-2.5, the major number 11 was assigned,
and linus accepted it into his tree.  Last night I found the problem
that caused the init failure with the mux so the mux boots again
on 2.5.47.  The forward port is more flexible and is better designed 
to handle handle multiple muxes and the access to the ports.  I am
working with robbie to test the multiple mux cards now, and plan to
test the multiple ports here shortly (need to find my cables first.)


On a side note, I have also port-forwarded the pdc_console to the 
linux-2.5 tree and will finish testing it here shortly.  I will send 
you the updated pdc_console to review before I commit it.

> Perhaps the PDC ROM setup influences the MUX device.

Not sure ... planning on testing shortly  (this weekend possibly)

Thanks,

- Ryan


> Answer is welcome.
> Christoph
> 
> 
> 
> 
> -- 
> -------------------------------------------------------
> private:	christoph.plattner@gmx.at
> company:	christoph.plattner@alcatel.at
> 
> _______________________________________________
> parisc-linux mailing list
> parisc-linux@lists.parisc-linux.org
> http://lists.parisc-linux.org/mailman/listinfo/parisc-linux
> 

-- 

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

* [parisc-linux] .PARISC.unwind where is it for pa2.0w?
  2002-11-13 21:54 ` Ryan Bradetich
@ 2002-11-14 13:30   ` phi
  2002-11-14 13:33     ` Matthew Wilcox
  0 siblings, 1 reply; 5+ messages in thread
From: phi @ 2002-11-14 13:30 UTC (permalink / raw)
  Cc: parisc-linux@lists.parisc-linux.org

Hi All,

Where is the "Section: .PARISC.unwind" for palinux2.0w doing an elfdump on the
kernel I don't see it?

Is it implemented differently

Thanx in advance
Phi


--
mailto:Philippe_Benard@hp.com [ HPS-SE HP-UX kernel debugging tools ]

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

* Re: [parisc-linux] .PARISC.unwind where is it for pa2.0w?
  2002-11-14 13:30   ` [parisc-linux] .PARISC.unwind where is it for pa2.0w? phi
@ 2002-11-14 13:33     ` Matthew Wilcox
  2002-11-14 16:37       ` Randolph Chung
  0 siblings, 1 reply; 5+ messages in thread
From: Matthew Wilcox @ 2002-11-14 13:33 UTC (permalink / raw)
  To: phi; +Cc: parisc-linux@lists.parisc-linux.org

On Thu, Nov 14, 2002 at 02:30:23PM +0100, phi wrote:
> Hi All,
> 
> Where is the "Section: .PARISC.unwind" for palinux2.0w doing an elfdump on the
> kernel I don't see it?
> 
> Is it implemented differently

looks like we link it into the .text section:

  .text BLOCK(16) : {
        *(.text*)
        *(.PARISC.unwind)
        *(.fixup)
        *(.lock.text)           /* out-of-line lock text */
        *(.gnu.warning)
        } = 0

(arch/parisc/vmlinux64.lds for linux-2.4; arch/parisc/vmlinux.lds.S
for linux-2.5).  why we do this, i don't know; i'm not a toolchain kind
of guy ;-)

-- 
Revolutions do not require corporate support.

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

* Re: [parisc-linux] .PARISC.unwind where is it for pa2.0w?
  2002-11-14 13:33     ` Matthew Wilcox
@ 2002-11-14 16:37       ` Randolph Chung
  0 siblings, 0 replies; 5+ messages in thread
From: Randolph Chung @ 2002-11-14 16:37 UTC (permalink / raw)
  To: Matthew Wilcox; +Cc: phi, parisc-linux@lists.parisc-linux.org

> > Where is the "Section: .PARISC.unwind" for palinux2.0w doing an elfdump on the
> > kernel I don't see it?
> > 
> > Is it implemented differently
> 
> looks like we link it into the .text section:

in the kdb branch this was moved (perhaps more appropriately) to the
data section, and surrounded by markers so that you can find the
begin/end. i will add this change to the 2.5 branch. In fact, it
probably should be in the rodata section....

randolph
-- 
Randolph Chung
Debian GNU/Linux Developer, hppa/ia64 ports
http://www.tausq.org/

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

end of thread, other threads:[~2002-11-14 16:34 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-11-13 21:32 [parisc-linux] ? New status of MUX or SCSI driver on E-series (and other...) Christoph Plattner
2002-11-13 21:54 ` Ryan Bradetich
2002-11-14 13:30   ` [parisc-linux] .PARISC.unwind where is it for pa2.0w? phi
2002-11-14 13:33     ` Matthew Wilcox
2002-11-14 16:37       ` Randolph Chung

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.