All of lore.kernel.org
 help / color / mirror / Atom feed
From: Sergey Vlasov <vsu@altlinux.ru>
To: Andi Kleen <ak@suse.de>
Cc: linux-scsi@vger.kernel.org
Subject: Re: [PATCH] Add proper module ID tables to Adaptec aic7[9x]xx drivers
Date: Mon, 21 Jun 2004 17:44:08 +0400	[thread overview]
Message-ID: <20040621174408.012aa366.vsu@altlinux.ru> (raw)
In-Reply-To: <20040621161441.20dfcee6.ak@suse.de>

[-- Attachment #1: Type: text/plain, Size: 637 bytes --]

On Mon, 21 Jun 2004 16:14:41 +0200 Andi Kleen wrote:

> This is needed for 2.6 hotplug where the driver is autoloaded. When you have
> multiple conflicting entries the hotplug module loader usually loads
> the first one listed, which may be correct or may be not.
> 
> With these changes the drivers announce the correct PCI IDs.

Unfortunately, the patch does not seem to be correct :(

struct pci_device_id does not have the mask field, therefore the
ID_9005_GENERIC_MASK restriction cannot be specified other than by
listing all 16 possible IDs as separate entries.  Your patch adds only
one entry, thus losing 15 other possible IDs.

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

  reply	other threads:[~2004-06-21 13:44 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-06-21 14:14 [PATCH] Add proper module ID tables to Adaptec aic7[9x]xx drivers Andi Kleen
2004-06-21 13:44 ` Sergey Vlasov [this message]
2004-06-21 16:24   ` Andi Kleen
2004-06-21 16:10     ` Sergey Vlasov
2004-06-21 15:30 ` Luben Tuikov
2004-06-21 15:37   ` Arjan van de Ven
2004-06-21 16:09     ` [PATCH] Add proper module ID tables to Adaptec aic7[9x]xxdrivers Luben Tuikov
2004-06-21 16:12       ` Arjan van de Ven
2004-06-21 18:03   ` [PATCH] Add proper module ID tables to Adaptec aic7[9x]xx drivers Andi Kleen
2004-06-21 16:10     ` Luben Tuikov
     [not found] <linux.scsi.20040621161047.GD16453@master.mivlgu.local>
2004-10-06 19:47 ` Michael Tokarev
2004-10-06 20:25   ` Andi Kleen
2004-10-06 21:36     ` Michael Tokarev
2004-10-07 18:08     ` Luben Tuikov
2004-10-07 19:12       ` Michael Tokarev
2004-10-07 19:46         ` Luben Tuikov
2004-10-07 20:36           ` Christoph Hellwig
2004-10-07 20:42             ` Luben Tuikov
2004-10-07 20:47               ` Christoph Hellwig

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=20040621174408.012aa366.vsu@altlinux.ru \
    --to=vsu@altlinux.ru \
    --cc=ak@suse.de \
    --cc=linux-scsi@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.