From: Christoph Plattner <christoph.plattner@dot.at>
To: Richard Hirst <rhirst@linuxcare.com>
Cc: parisc-linux@lists.parisc-linux.org
Subject: Re: [parisc-linux] New Kernel & SCSI problem on 720
Date: Tue, 03 Apr 2001 01:12:22 +0200 [thread overview]
Message-ID: <3AC90756.67939658@dot.at> (raw)
In-Reply-To: 20010402234309.D9198@linuxcare.com
Perfect. After CVS update (now), the kernel SCSI problem is fixed.
But the other problem with the "Breakpoint 0" in `init' (pid=9 ?,
pid is normally 1, but the things comparable with "kernel threads"
have low numbers and are contolled by init ....) is still there,
but has nothing to do with SCSI.
Thanks, good work
Christoph P.
Richard Hirst wrote:
>
> On Tue, Apr 03, 2001 at 12:35:40AM +0200, Christoph Plattner wrote:
> > Hi PARISC/Linux hackers !
> >
> > Now I built up a new C-x-tool-chain and a new kernel, and *now*
> > I have problems with SCSI on the 720. I had not before a kernel
>
> Just fixed the scsi problem about 10 minutes ago, commiting now.
>
> Richard
>
> If you can't wait:
>
> RCS file: /home/cvs/parisc/linux/drivers/scsi/sim700.c,v
> retrieving revision 1.25
> diff -u -r1.25 sim700.c
> --- sim700.c 2001/03/20 07:04:51 1.25
> +++ sim700.c 2001/04/02 22:36:25
> @@ -1254,7 +1254,7 @@
> resume_offset = Ent_reselect;
> }
> else if (hostdata->chip == 700 && (dstat & DSTAT_ABRT)) {
> - u32 offset = (dsp - low32(targdata->ba->script)/4);
> + u32 offset = (dsp - low32(targdata->ba->script))/4;
> if (offset == Ent_reselect/4 + 4) {
> DEB(DEB_DISC, printk("scsi%d: wait reselect aborted\n", host->host_no));
> resume_offset = Ent_patch_selection;
--
-------------------------------------------------------------------------
private: christoph.plattner@dot.at
company: christoph.plattner@alcatel.at
prev parent reply other threads:[~2001-04-02 23:12 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2001-04-02 22:35 [parisc-linux] New Kernel & SCSI problem on 720 Christoph Plattner
2001-04-02 22:43 ` Richard Hirst
2001-04-02 23:12 ` Christoph Plattner [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=3AC90756.67939658@dot.at \
--to=christoph.plattner@dot.at \
--cc=parisc-linux@lists.parisc-linux.org \
--cc=rhirst@linuxcare.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.