All of lore.kernel.org
 help / color / mirror / Atom feed
* [parisc-linux] PA-RISC assembly
@ 2001-09-05  5:11 asdfsdf sdfsdf
  2001-09-05  5:18 ` [parisc-linux] installing linux on HP systems nick
  2001-09-05  5:21 ` [parisc-linux] PA-RISC assembly Grant Grundler
  0 siblings, 2 replies; 10+ messages in thread
From: asdfsdf sdfsdf @ 2001-09-05  5:11 UTC (permalink / raw)
  To: parisc-linux

Hello. I am wondering what the equivalent of
jmp and call are in PA-RISC assembly.  If there
are any documents on the internet specifying 
PA-RISC assembly I would be very grateful.

__________________________________________________
Do You Yahoo!?
Get email alerts & NEW webcam video instant messaging with Yahoo! Messenger
http://im.yahoo.com

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

* [parisc-linux] installing linux on HP systems
  2001-09-05  5:11 [parisc-linux] PA-RISC assembly asdfsdf sdfsdf
@ 2001-09-05  5:18 ` nick
  2001-09-05 13:00   ` Richard Hirst
  2001-09-05 14:21   ` Matthew Wilcox
  2001-09-05  5:21 ` [parisc-linux] PA-RISC assembly Grant Grundler
  1 sibling, 2 replies; 10+ messages in thread
From: nick @ 2001-09-05  5:18 UTC (permalink / raw)
  Cc: parisc-linux

Hi, I've got a C180 and a 715 that I'm trying to install linux on.  The
C180 has various issues that I belive are being worked on, so I moved on
to the 715.  On the 715 I get errors allong the lines of:
Writing inode tables: done                            
Writing superblocks and filesystem accounting information: done
# 
# # EXT2-fs error (device sd(8,2)): ext2_readdir: bad entry in directory
#2: rec_len % 4 != 0 - offset=0, inode=1701996660, rec_len5

This happens every time I try and mount a partition.  Is the 715 scsi
unsupported as well?
	Nick

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

* Re: [parisc-linux] PA-RISC assembly
  2001-09-05  5:11 [parisc-linux] PA-RISC assembly asdfsdf sdfsdf
  2001-09-05  5:18 ` [parisc-linux] installing linux on HP systems nick
@ 2001-09-05  5:21 ` Grant Grundler
  1 sibling, 0 replies; 10+ messages in thread
From: Grant Grundler @ 2001-09-05  5:21 UTC (permalink / raw)
  To: asdfsdf sdfsdf; +Cc: parisc-linux

asdfsdf sdfsdf wrote:
> Hello. I am wondering what the equivalent of
> jmp and call are in PA-RISC assembly.  If there
> are any documents on the internet specifying 
> PA-RISC assembly I would be very grateful.

Start by searching www.parisc-linux.org and docs.hp.com.
Then grab the parisc-linux kernel source and look for *.S files
in the arch/parisc directory to find some real examples.

grant

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

* Re: [parisc-linux] installing linux on HP systems
  2001-09-05  5:18 ` [parisc-linux] installing linux on HP systems nick
@ 2001-09-05 13:00   ` Richard Hirst
  2001-09-05 14:19     ` Carlos O'Donell Jr.
  2001-09-05 14:21   ` Matthew Wilcox
  1 sibling, 1 reply; 10+ messages in thread
From: Richard Hirst @ 2001-09-05 13:00 UTC (permalink / raw)
  To: nick; +Cc: parisc-linux

On Wed, Sep 05, 2001 at 01:18:19AM -0400, nick@snowman.net wrote:
> Hi, I've got a C180 and a 715 that I'm trying to install linux on.  The
> C180 has various issues that I belive are being worked on, so I moved on
> to the 715.  On the 715 I get errors allong the lines of:
> Writing inode tables: done                            
> Writing superblocks and filesystem accounting information: done
> # 
> # # EXT2-fs error (device sd(8,2)): ext2_readdir: bad entry in directory
> #2: rec_len % 4 != 0 - offset=0, inode=1701996660, rec_len5
> 
> This happens every time I try and mount a partition.  Is the 715 scsi
> unsupported as well?

715 scsi is supported, and works for many people.  Sorry, I don't know
what might be causing your problem.

Richard

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

* Re: [parisc-linux] installing linux on HP systems
  2001-09-05 13:00   ` Richard Hirst
@ 2001-09-05 14:19     ` Carlos O'Donell Jr.
  2001-09-05 14:39       ` Richard Hirst
  0 siblings, 1 reply; 10+ messages in thread
From: Carlos O'Donell Jr. @ 2001-09-05 14:19 UTC (permalink / raw)
  To: parisc-linux; +Cc: nick

> > Hi, I've got a C180 and a 715 that I'm trying to install linux on.  The
> > C180 has various issues that I belive are being worked on, so I moved on
> > to the 715.  On the 715 I get errors allong the lines of:
> > Writing inode tables: done                            
> > Writing superblocks and filesystem accounting information: done
> > # 
> > # # EXT2-fs error (device sd(8,2)): ext2_readdir: bad entry in directory
> > #2: rec_len % 4 != 0 - offset=0, inode=1701996660, rec_len5
> > 
> > This happens every time I try and mount a partition.  Is the 715 scsi
> > unsupported as well?
> 
> 715 scsi is supported, and works for many people.  Sorry, I don't know
> what might be causing your problem.
> 
> Richard


We generally insert scsi-wrangling-magic as kernel parameters:

sim700=noneg:0xff,nodisc:0xff

And it works beautifully after that.

Cheers,
Carlos.

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

* Re: [parisc-linux] installing linux on HP systems
  2001-09-05  5:18 ` [parisc-linux] installing linux on HP systems nick
  2001-09-05 13:00   ` Richard Hirst
@ 2001-09-05 14:21   ` Matthew Wilcox
  2001-09-05 18:15     ` nick
  1 sibling, 1 reply; 10+ messages in thread
From: Matthew Wilcox @ 2001-09-05 14:21 UTC (permalink / raw)
  To: nick; +Cc: parisc-linux

On Wed, Sep 05, 2001 at 01:18:19AM -0400, nick@snowman.net wrote:
> Writing inode tables: done                            
> Writing superblocks and filesystem accounting information: done
> # 
> # # EXT2-fs error (device sd(8,2)): ext2_readdir: bad entry in directory
> #2: rec_len % 4 != 0 - offset=0, inode=1701996660, rec_len5
> 
> This happens every time I try and mount a partition.  Is the 715 scsi
> unsupported as well?

What version of e2fsprogs do you have installed?

-- 
Revolutions do not require corporate support.

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

* Re: [parisc-linux] installing linux on HP systems
  2001-09-05 14:19     ` Carlos O'Donell Jr.
@ 2001-09-05 14:39       ` Richard Hirst
  2001-09-05 18:16         ` nick
  0 siblings, 1 reply; 10+ messages in thread
From: Richard Hirst @ 2001-09-05 14:39 UTC (permalink / raw)
  To: Carlos O'Donell Jr., parisc-linux, nick

On Wed, Sep 05, 2001 at 10:19:37AM -0400, Carlos O'Donell Jr. wrote:
> > > Hi, I've got a C180 and a 715 that I'm trying to install linux on.  The
> > > C180 has various issues that I belive are being worked on, so I moved on
> > > to the 715.  On the 715 I get errors allong the lines of:
> > > Writing inode tables: done                            
> > > Writing superblocks and filesystem accounting information: done
> > > # 
> > > # # EXT2-fs error (device sd(8,2)): ext2_readdir: bad entry in directory
> > > #2: rec_len % 4 != 0 - offset=0, inode=1701996660, rec_len5
> > > 
> > > This happens every time I try and mount a partition.  Is the 715 scsi
> > > unsupported as well?
> > 
> > 715 scsi is supported, and works for many people.  Sorry, I don't know
> > what might be causing your problem.
> > 
> > Richard
> 
> 
> We generally insert scsi-wrangling-magic as kernel parameters:
> 
> sim700=noneg:0xff,nodisc:0xff
> 
> And it works beautifully after that.

Ah, yes, I'd forgotten about that issue.  That is potentially needed if
you have more than one device active on the bus, at least.

Thanks,
 Richard

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

* Re: [parisc-linux] installing linux on HP systems
  2001-09-05 14:21   ` Matthew Wilcox
@ 2001-09-05 18:15     ` nick
  0 siblings, 0 replies; 10+ messages in thread
From: nick @ 2001-09-05 18:15 UTC (permalink / raw)
  To: Matthew Wilcox; +Cc: parisc-linux

I am useing the debian narrow kernel, along with the attached ramdisk.  I
can check on the versions it contains.
	Nick

On Wed, 5 Sep 2001, Matthew Wilcox wrote:

> On Wed, Sep 05, 2001 at 01:18:19AM -0400, nick@snowman.net wrote:
> > Writing inode tables: done                            
> > Writing superblocks and filesystem accounting information: done
> > # 
> > # # EXT2-fs error (device sd(8,2)): ext2_readdir: bad entry in directory
> > #2: rec_len % 4 != 0 - offset=0, inode=1701996660, rec_len5
> > 
> > This happens every time I try and mount a partition.  Is the 715 scsi
> > unsupported as well?
> 
> What version of e2fsprogs do you have installed?
> 
> -- 
> Revolutions do not require corporate support.
> 

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

* Re: [parisc-linux] installing linux on HP systems
  2001-09-05 14:39       ` Richard Hirst
@ 2001-09-05 18:16         ` nick
  2001-09-07  8:39           ` Richard Hirst
  0 siblings, 1 reply; 10+ messages in thread
From: nick @ 2001-09-05 18:16 UTC (permalink / raw)
  To: Richard Hirst; +Cc: Carlos O'Donell Jr., parisc-linux

I only have one device connected (a single 1gig scsi disk), which appeared
to work fine in HP-UX.  Are there any debugging options I could/should
enable?
	Nick

On Wed, 5 Sep 2001, Richard Hirst wrote:

> On Wed, Sep 05, 2001 at 10:19:37AM -0400, Carlos O'Donell Jr. wrote:
> > > > Hi, I've got a C180 and a 715 that I'm trying to install linux on.  The
> > > > C180 has various issues that I belive are being worked on, so I moved on
> > > > to the 715.  On the 715 I get errors allong the lines of:
> > > > Writing inode tables: done                            
> > > > Writing superblocks and filesystem accounting information: done
> > > > # 
> > > > # # EXT2-fs error (device sd(8,2)): ext2_readdir: bad entry in directory
> > > > #2: rec_len % 4 != 0 - offset=0, inode=1701996660, rec_len5
> > > > 
> > > > This happens every time I try and mount a partition.  Is the 715 scsi
> > > > unsupported as well?
> > > 
> > > 715 scsi is supported, and works for many people.  Sorry, I don't know
> > > what might be causing your problem.
> > > 
> > > Richard
> > 
> > 
> > We generally insert scsi-wrangling-magic as kernel parameters:
> > 
> > sim700=noneg:0xff,nodisc:0xff
> > 
> > And it works beautifully after that.
> 
> Ah, yes, I'd forgotten about that issue.  That is potentially needed if
> you have more than one device active on the bus, at least.
> 
> Thanks,
>  Richard
> 
> 
> 
> _______________________________________________
> parisc-linux mailing list
> parisc-linux@lists.parisc-linux.org
> http://lists.parisc-linux.org/cgi-bin/mailman/listinfo/parisc-linux
> 

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

* Re: [parisc-linux] installing linux on HP systems
  2001-09-05 18:16         ` nick
@ 2001-09-07  8:39           ` Richard Hirst
  0 siblings, 0 replies; 10+ messages in thread
From: Richard Hirst @ 2001-09-07  8:39 UTC (permalink / raw)
  To: nick; +Cc: parisc-linux

On Wed, Sep 05, 2001 at 02:16:14PM -0400, nick@snowman.net wrote:
> I only have one device connected (a single 1gig scsi disk), which appeared
> to work fine in HP-UX.  Are there any debugging options I could/should
> enable?

So you are installing from the network I guess (cdrom would be a second
device).  You should try the scsi-wrangling-magic as Carlos suggests,
just in case.

Richard

> > On Wed, Sep 05, 2001 at 10:19:37AM -0400, Carlos O'Donell Jr. wrote:
> > > We generally insert scsi-wrangling-magic as kernel parameters:
> > > 
> > > sim700=noneg:0xff,nodisc:0xff
> > > 
> > > And it works beautifully after that.

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

end of thread, other threads:[~2001-09-07  8:39 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-09-05  5:11 [parisc-linux] PA-RISC assembly asdfsdf sdfsdf
2001-09-05  5:18 ` [parisc-linux] installing linux on HP systems nick
2001-09-05 13:00   ` Richard Hirst
2001-09-05 14:19     ` Carlos O'Donell Jr.
2001-09-05 14:39       ` Richard Hirst
2001-09-05 18:16         ` nick
2001-09-07  8:39           ` Richard Hirst
2001-09-05 14:21   ` Matthew Wilcox
2001-09-05 18:15     ` nick
2001-09-05  5:21 ` [parisc-linux] PA-RISC assembly Grant Grundler

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.