public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Jens Axboe <axboe@suse.de>
To: Andries.Brouwer@cwi.nl
Cc: linux-kernel@vger.kernel.org
Subject: Re: 2.5.37 oopses at boot in ide_toggle_bounce
Date: Mon, 23 Sep 2002 09:41:42 +0200	[thread overview]
Message-ID: <20020923074142.GB15479@suse.de> (raw)
In-Reply-To: <UTC200209211211.g8LCBcW16848.aeb@smtp.cwi.nl>

On Sat, Sep 21 2002, Andries.Brouwer@cwi.nl wrote:
> 2.5.37 oopses at boot in ide_toggle_bounce().
> With
> 
> --- linux-2.5.37/linux/drivers/ide/ide-lib.c    Sat Sep 21 11:39:48 2002
> +++ linux-2.5.37a/linux/drivers/ide/ide-lib.c   Sat Sep 21 14:06:45 2002
> @@ -394,7 +394,7 @@
>         if (on && drive->media == ide_disk) {
>                 if (!PCI_DMA_BUS_IS_PHYS)
>                         addr = BLK_BOUNCE_ANY;
> -               else
> +               else if (HWIF(drive)->pci_dev)
>                         addr = HWIF(drive)->pci_dev->dma_mask;
>         }
> 
> it boots for me. I have not investigated a proper fix.

Patch is fine, thanks Andries.

-- 
Jens Axboe


  parent reply	other threads:[~2002-09-23  7:36 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-09-21 12:11 2.5.37 oopses at boot in ide_toggle_bounce Andries.Brouwer
2002-09-22 19:54 ` Thunder from the hill
2002-09-23  7:41 ` Jens Axboe [this message]
2002-09-23 10:01   ` Andries Brouwer
2002-09-23 10:02     ` Jens Axboe
2002-09-23 10:04       ` Jens Axboe
2002-09-30  1:59       ` Andries Brouwer
2002-09-30 13:51         ` Jens Axboe
  -- strict thread matches above, loose matches on Subject: below --
2002-09-30 18:30 Andries.Brouwer

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=20020923074142.GB15479@suse.de \
    --to=axboe@suse.de \
    --cc=Andries.Brouwer@cwi.nl \
    --cc=linux-kernel@vger.kernel.org \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox