All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Henning P. Schmiedehausen" <hps@intermeta.de>
To: linux-kernel@vger.kernel.org
Subject: Re: [PATCH] 2.4.20-pre5-ac2: Promise Controller LBA48 DMA fixed
Date: Thu, 5 Sep 2002 12:47:20 +0000 (UTC)	[thread overview]
Message-ID: <al7joo$9nd$1@forge.intermeta.de> (raw)
In-Reply-To: Pine.LNX.4.44.0209050050120.20228-100000@grace.speakeasy.net

Mike Isely <isely@pobox.com> writes:

>The trivial patch at the end of this text fixes DMA w/ LBA48 problems

More readable would be:

>-		if (!hwif->pci_dev->device == PCI_DEVICE_ID_PROMISE_20246) {
>+		if (!(hwif->pci_dev->device == PCI_DEVICE_ID_PROMISE_20246)) {

		if (hwif->pci_dev->device != PCI_DEVICE_ID_PROMISE_20246) {

	Regards
		Henning

-- 
Dipl.-Inf. (Univ.) Henning P. Schmiedehausen       -- Geschaeftsfuehrer
INTERMETA - Gesellschaft fuer Mehrwertdienste mbH     hps@intermeta.de

Am Schwabachgrund 22  Fon.: 09131 / 50654-0   info@intermeta.de
D-91054 Buckenhof     Fax.: 09131 / 50654-20   

  reply	other threads:[~2002-09-05 12:42 UTC|newest]

Thread overview: 35+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-08-29 14:06 2.4.20-pre4-ac1 trashed my system Mike Isely
2002-08-29 15:32 ` Alan Cox
2002-08-29 17:15   ` Andre Hedrick
2002-08-29 18:02     ` Mike Isely
2002-08-29 19:15       ` Mike Isely
2002-08-29 19:28         ` Alan Cox
2002-08-29 19:32           ` Mike Isely
2002-08-30  7:07           ` Mike Isely
2002-08-31  5:04             ` Mike Isely
2002-08-31  5:57               ` Andre Hedrick
2002-08-31  6:07                 ` Mike Isely
2002-08-31  6:24                   ` Andre Hedrick
2002-08-31  6:57                     ` Mike Isely
2002-09-01  5:15                     ` Mike Isely
2002-09-02  8:19                       ` Joachim Breuer
2002-09-05  6:05                       ` Mike Isely
2002-09-02  8:16                     ` Joachim Breuer
2002-09-03 12:41                     ` mbs
2002-09-03 14:34                       ` Mike Isely
2002-09-03 16:00                         ` Alan Cox
2002-09-04 10:21                           ` Rogier Wolff
2002-09-03 15:59                       ` Alan Cox
2002-09-03 18:33                         ` mbs
2002-09-01  2:59                 ` Mike Isely
2002-08-31 10:54               ` Vojtech Pavlik
2002-09-05  5:54   ` [PATCH] 2.4.20-pre5-ac2: Promise Controller LBA48 DMA fixed Mike Isely
2002-09-05 12:47     ` Henning P. Schmiedehausen [this message]
2002-09-05 14:12       ` Mike Isely
2002-09-05 14:31         ` Alan Cox
2002-09-05 14:33           ` Mike Isely
2002-09-05 14:35         ` Horst von Brand
2002-09-05 14:47           ` Mike Isely
2002-09-05 14:56             ` Tomas Szepe
2002-09-05 15:12               ` Mike Isely
2002-09-05 14:41     ` Tomas Szepe

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='al7joo$9nd$1@forge.intermeta.de' \
    --to=hps@intermeta.de \
    --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 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.